From 27586439bd65c4d9384e0c3bd1bb576d99f35115 Mon Sep 17 00:00:00 2001 From: Carlos Konstanski Date: Tue, 14 Nov 2017 01:06:08 +0000 Subject: autocommit Tue Nov 14 01:06:08 UTC 2017 --- playbooks/openbook.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'playbooks/openbook.yaml') diff --git a/playbooks/openbook.yaml b/playbooks/openbook.yaml index e7609cb..f2d4ca9 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_unstable" + docker pull "{{ openbook_docker_registry_url }}/openbook_job_scheduler_server_develop" fi if [ "{{ openbook_install_workflow_server|string() }}" == "True" ]; then - docker pull "{{ openbook_docker_registry_url }}/openbook_workflow_server_unstable" + docker pull "{{ openbook_docker_registry_url }}/openbook_workflow_server_develop" fi if [ "{{ openbook_install_admin_api_server|string() }}" == "True" ]; then - docker pull "{{ openbook_docker_registry_url }}/openbook_admin_api_server_unstable" + docker pull "{{ openbook_docker_registry_url }}/openbook_admin_api_server_develop" fi if [ "{{ openbook_install_customer_api_server|string() }}" == "True" ]; then - docker pull "{{ openbook_docker_registry_url }}/openbook_customer_api_server_unstable" + docker pull "{{ openbook_docker_registry_url }}/openbook_customer_api_server_develop" fi if [ "{{ openbook_install_admin_web_ui|string() }}" == "True" ]; then - docker pull "{{ openbook_docker_registry_url }}/openbook_admin_web_ui_unstable" + docker pull "{{ openbook_docker_registry_url }}/openbook_admin_web_ui_develop" fi if [ "{{ openbook_install_customer_web_ui|string() }}" == "True" ]; then - docker pull "{{ openbook_docker_registry_url }}/openbook_customer_web_ui_unstable" + docker pull "{{ openbook_docker_registry_url }}/openbook_customer_web_ui_develop" fi - name: "Start Openbook" -- cgit v1.3