mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-16 01:43:06 -06:00
Correct expected response when starting ZDU
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
user: "{{ jira_admin_username }}"
|
||||
password: "{{ jira_admin_password }}"
|
||||
method: POST
|
||||
status_code: 200
|
||||
status_code: 201
|
||||
|
||||
- name: Wait for cluster to finish running upgrade tasks
|
||||
uri:
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
user: "{{ jira_admin_username }}"
|
||||
password: "{{ jira_admin_password }}"
|
||||
method: POST
|
||||
status_code: 200
|
||||
status_code: 201
|
||||
when: pre_upgrade_cluster_state.json is defined and pre_upgrade_cluster_state.json.state == 'STABLE'
|
||||
|
||||
- name: Verify cluster ready to upgrade
|
||||
|
||||
Reference in New Issue
Block a user