Closed robert-clegg-tessella closed 5 years ago
Ansible script to replace package_piezo.sh. Builds on work already done for https://github.com/ukaea/piezo/issues/11
package_piezo.sh
Uses the git commit tag instead of "latest"
Builds and pushes the Docker image as in package_piezo.sh
Then deletes old deployment of piezo_web_app and applies the new one
piezo_web_app
Must be run on a linux system (typically a VM for Windows users) with
docker
pip
kubectl
yum
config
~/.kube/config
Ansible script to replace
package_piezo.sh
. Builds on work already done for https://github.com/ukaea/piezo/issues/11Uses the git commit tag instead of "latest"
Builds and pushes the Docker image as in
package_piezo.sh
Then deletes old deployment of
piezo_web_app
and applies the new oneMust be run on a linux system (typically a VM for Windows users) with
docker
installed viapip
kubectl
installed viayum
(see here for CentOS) and configured (i.e.config
file in~/.kube/config
)