summaryrefslogtreecommitdiff
path: root/playbooks
diff options
context:
space:
mode:
authorCarlos Konstanski <carlos.konstanski@verizonwireless.com>2017-11-14 01:30:48 +0000
committerCarlos Konstanski <carlos.konstanski@verizonwireless.com>2017-11-14 01:30:48 +0000
commit6f699155e839b67169ac48bf74ba4f3a7f8441e6 (patch)
tree331c5efd229b762fce3d7233597bad218f6c4bb1 /playbooks
parent27586439bd65c4d9384e0c3bd1bb576d99f35115 (diff)
autocommit Tue Nov 14 01:30:48 UTC 2017
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/openbook.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/playbooks/openbook.yaml b/playbooks/openbook.yaml
index f2d4ca9..e7609cb 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
- name: "Start Openbook"