Skip to content
Snippets Groups Projects
Commit 8e6bb4c1 authored by Anders Harrisson's avatar Anders Harrisson
Browse files

Use AWX Job template "deploy-cs-studio-ess-opis" to deploy OPIs

JIRA INFRA-3900
parent 83babbe6
No related branches found
No related tags found
No related merge requests found
Pipeline #81801 failed
...@@ -5,45 +5,10 @@ deploy-lcr: ...@@ -5,45 +5,10 @@ deploy-lcr:
tags: tags:
- docker - docker
stage: deploy stage: deploy
image: registry.esss.lu.se/ics-docker/tower-cli image: registry.esss.lu.se/ics-docker/awxkit
script: script:
- > - >
tower-cli job launch awx job_templates launch deploy-cs-studio-ess-opis
-h torn.tn.esss.lu.se --monitor
-t ${TOWER_OAUTH_TOKEN}
-J "deploy-cs-studio@lcr"
--tags csstudio-ess-opis
-e "csstudio_ess_opis_version=$CI_COMMIT_REF_NAME" --monitor
only:
- master@ics-software/ess-opis
deploy-nx:
tags:
- docker
stage: deploy
image: registry.esss.lu.se/ics-docker/tower-cli
script:
- >
tower-cli job launch
-h torn.tn.esss.lu.se
-t ${TOWER_OAUTH_TOKEN}
-J "deploy-nxbastion-terminalsrv"
--tags csstudio-ess-opis
-e "csstudio_ess_opis_version=$CI_COMMIT_REF_NAME" --monitor
only:
- master@ics-software/ess-opis
deploy-hmivms:
tags:
- docker
stage: deploy
image: registry.esss.lu.se/ics-docker/tower-cli
script:
- >
tower-cli job launch
-h torn.tn.esss.lu.se
-t ${TOWER_OAUTH_TOKEN}
-J "deploy-csstudio-hmivms"
--tags csstudio-ess-opis --monitor
only: only:
- master@ics-software/ess-opis - master@ics-software/ess-opis
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment