Merge "Pike to Queens controller upgrade guard rerun with no images"
This commit is contained in:
commit
d5a2c0b3d0
@ -300,6 +300,7 @@ outputs:
|
||||
register: cinder_backup_current_pcmklatest_id
|
||||
- name: Temporarily tag the current cinder_backup image id with the upgraded image name
|
||||
shell: "docker tag {{cinder_backup_current_pcmklatest_id.stdout}} {{cinder_backup_docker_image_latest}}"
|
||||
when: cinder_backup_current_pcmklatest_id.stdout != ''
|
||||
- name: Check openstack-cinder-backup cluster resource status
|
||||
pacemaker_resource:
|
||||
resource: openstack-cinder-backup
|
||||
|
@ -325,6 +325,7 @@ outputs:
|
||||
register: cinder_volume_current_pcmklatest_id
|
||||
- name: Temporarily tag the current cinder_volume image id with the upgraded image name
|
||||
shell: "docker tag {{cinder_volume_current_pcmklatest_id.stdout}} {{cinder_volume_docker_image_latest}}"
|
||||
when: cinder_volume_current_pcmklatest_id.stdout != ''
|
||||
- name: Check openstack-cinder-volume cluster resource status
|
||||
pacemaker_resource:
|
||||
resource: openstack-cinder-volume
|
||||
|
@ -386,7 +386,7 @@ outputs:
|
||||
register: galera_current_pcmklatest_id
|
||||
- name: Temporarily tag the current galera image id with the upgraded image name
|
||||
shell: "docker tag {{galera_current_pcmklatest_id.stdout}} {{mysql_docker_image_latest}}"
|
||||
|
||||
when: galera_current_pcmklatest_id.stdout != ''
|
||||
- name: Check galera cluster resource status
|
||||
pacemaker_resource:
|
||||
resource: galera
|
||||
|
@ -349,6 +349,7 @@ outputs:
|
||||
register: redis_current_pcmklatest_id
|
||||
- name: Temporarily tag the current redis image id with the upgraded image name
|
||||
shell: "docker tag {{redis_current_pcmklatest_id.stdout}} {{redis_docker_image_latest}}"
|
||||
when: redis_current_pcmklatest_id.stdout != ''
|
||||
- name: Check redis-bundle cluster resource status
|
||||
pacemaker_resource:
|
||||
resource: redis-bundle
|
||||
|
@ -382,6 +382,7 @@ outputs:
|
||||
register: haproxy_current_pcmklatest_id
|
||||
- name: Temporarily tag the current haproxy image id with the upgraded image name
|
||||
shell: "docker tag {{haproxy_current_pcmklatest_id.stdout}} {{haproxy_docker_image_latest}}"
|
||||
when: haproxy_current_pcmklatest_id.stdout != ''
|
||||
- name: Check haproxy-bundle cluster resource status
|
||||
pacemaker_resource:
|
||||
resource: haproxy-bundle
|
||||
|
@ -233,6 +233,7 @@ outputs:
|
||||
register: manila_share_current_pcmklatest_id
|
||||
- name: Temporarily tag the current Manila-Share image id with the upgraded image name
|
||||
shell: "docker tag {{manila_share_current_pcmklatest_id.stdout}} {{manila_share_docker_image_latest}}"
|
||||
when: manila_share_current_pcmklatest_id.stdout != ''
|
||||
- name: Check openstack-manila-share cluster resource status
|
||||
pacemaker_resource:
|
||||
resource: openstack-manila-share
|
||||
|
@ -316,6 +316,7 @@ outputs:
|
||||
register: rabbitmq_current_pcmklatest_id
|
||||
- name: Temporarily tag the current rabbitmq image id with the upgraded image name
|
||||
shell: "docker tag {{rabbitmq_current_pcmklatest_id.stdout}} {{rabbitmq_docker_image_latest}}"
|
||||
when: rabbitmq_current_pcmklatest_id.stdout != ''
|
||||
- name: Check rabbitmq-bundle cluster resource status
|
||||
pacemaker_resource:
|
||||
resource: rabbitmq-bundle
|
||||
|
@ -317,6 +317,7 @@ outputs:
|
||||
register: rabbitmq_current_pcmklatest_id
|
||||
- name: Temporarily tag the current rabbitmq image id with the upgraded image name
|
||||
shell: "docker tag {{rabbitmq_current_pcmklatest_id.stdout}} {{rabbitmq_docker_image_latest}}"
|
||||
when: rabbitmq_current_pcmklatest_id.stdout != ''
|
||||
- name: Check rabbitmq-bundle cluster resource status
|
||||
pacemaker_resource:
|
||||
resource: rabbitmq-bundle
|
||||
|
Loading…
x
Reference in New Issue
Block a user