summaryrefslogtreecommitdiff
path: root/playbooks/openbook.yaml
diff options
context:
space:
mode:
authorCarlos Konstanski <carlos.konstanski@verizonwireless.com>2017-11-15 01:09:39 +0000
committerCarlos Konstanski <carlos.konstanski@verizonwireless.com>2017-11-15 01:09:39 +0000
commitcf291ef708d38a8d6b43c796ca6f123daea0a373 (patch)
tree6c475e63f0bc4441f0ea1202ac0c2d3f1408ada7 /playbooks/openbook.yaml
parent057a9d37643b682f9e67055b20e08443acf99a52 (diff)
autocommit Wed Nov 15 01:09:39 UTC 2017
Diffstat (limited to 'playbooks/openbook.yaml')
-rw-r--r--playbooks/openbook.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/playbooks/openbook.yaml b/playbooks/openbook.yaml
index b758b74..3b5f70b 100644
--- a/playbooks/openbook.yaml
+++ b/playbooks/openbook.yaml
@@ -185,22 +185,22 @@
docker pull "{{ openbook_docker_registry_url }}/openbook_database"
fi
if [ "{{ openbook_install_job_scheduler_server|string() }}" == "True" ]; then
- docker pull "{{ openbook_docker_registry_url }}/openbook_job_scheduler_server_develop"
+ docker pull "{{ openbook_docker_registry_url }}/openbook_job_scheduler_server_unstable"
fi
if [ "{{ openbook_install_workflow_server|string() }}" == "True" ]; then
- docker pull "{{ openbook_docker_registry_url }}/openbook_workflow_server_develop"
+ docker pull "{{ openbook_docker_registry_url }}/openbook_workflow_server_unstable"
fi
if [ "{{ openbook_install_admin_api_server|string() }}" == "True" ]; then
- docker pull "{{ openbook_docker_registry_url }}/openbook_admin_api_server_develop"
+ docker pull "{{ openbook_docker_registry_url }}/openbook_admin_api_server_unstable"
fi
if [ "{{ openbook_install_customer_api_server|string() }}" == "True" ]; then
- docker pull "{{ openbook_docker_registry_url }}/openbook_customer_api_server_develop"
+ docker pull "{{ openbook_docker_registry_url }}/openbook_customer_api_server_unstable"
fi
if [ "{{ openbook_install_admin_web_ui|string() }}" == "True" ]; then
- docker pull "{{ openbook_docker_registry_url }}/openbook_admin_web_ui_develop"
+ docker pull "{{ openbook_docker_registry_url }}/openbook_admin_web_ui_unstable"
fi
if [ "{{ openbook_install_customer_web_ui|string() }}" == "True" ]; then
- docker pull "{{ openbook_docker_registry_url }}/openbook_customer_web_ui_develop"
+ docker pull "{{ openbook_docker_registry_url }}/openbook_customer_web_ui_unstable"
fi
args:
executable: /bin/bash