Merge "Fix pacemaker tagging race condition"

This commit is contained in:
Zuul 2018-12-04 04:32:39 +00:00 committed by Gerrit Code Review
commit d062b3c6da
10 changed files with 10 additions and 10 deletions

View File

@ -247,7 +247,7 @@ outputs:
state: directory
deploy_steps_tasks:
- name: Cinder Backup tag container image for pacemaker
when: step|int == 2
when: step|int == 1
import_role:
name: tripleo-container-tag
vars:

View File

@ -213,7 +213,7 @@ outputs:
host_prep_tasks: {get_attr: [CinderCommon, cinder_volume_host_prep_tasks]}
deploy_steps_tasks:
- name: Cinder Volume tag container image for pacemaker
when: step|int == 2
when: step|int == 1
import_role:
name: tripleo-container-tag
vars:

View File

@ -307,7 +307,7 @@ outputs:
get_attr: [MysqlPuppetBase, role_data, metadata_settings]
deploy_steps_tasks:
- name: MySQL tag container image for pacemaker
when: step|int == 2
when: step|int == 1
import_role:
name: tripleo-container-tag
vars:

View File

@ -286,7 +286,7 @@ outputs:
ignore_errors: true
deploy_steps_tasks:
- name: Redis tag container image for pacemaker
when: step|int == 2
when: step|int == 1
import_role:
name: tripleo-container-tag
vars:

View File

@ -290,7 +290,7 @@ outputs:
get_attr: [HAProxyBase, role_data, metadata_settings]
deploy_steps_tasks:
- name: HAproxy tag container image for pacemaker
when: step|int == 2
when: step|int == 1
import_role:
name: tripleo-container-tag
vars:

View File

@ -214,7 +214,7 @@ outputs:
state: directory
deploy_steps_tasks:
- name: Manila Share tag container image for pacemaker
when: step|int == 2
when: step|int == 1
import_role:
name: tripleo-container-tag
vars:

View File

@ -260,7 +260,7 @@ outputs:
get_attr: [RabbitmqBase, role_data, metadata_settings]
deploy_steps_tasks:
- name: RabbitMQ tag container image for pacemaker
when: step|int == 2
when: step|int == 1
import_role:
name: tripleo-container-tag
vars:

View File

@ -196,7 +196,7 @@ outputs:
ignore_errors: true
deploy_steps_tasks:
- name: OVN DBS tag container image for pacemaker
when: step|int == 2
when: step|int == 1
import_role:
name: tripleo-container-tag
vars:

View File

@ -259,7 +259,7 @@ outputs:
get_attr: [RabbitmqBase, role_data, metadata_settings]
deploy_steps_tasks:
- name: RabbitMQ tag container image for pacemaker
when: step|int == 2
when: step|int == 1
import_role:
name: tripleo-container-tag
vars:

View File

@ -260,7 +260,7 @@ outputs:
for pid in $(pgrep epmd --ns 1 --nslist pid); do kill $pid; done
deploy_steps_tasks:
- name: RabbitMQ tag container image for pacemaker
when: step|int == 2
when: step|int == 1
import_role:
name: tripleo-container-tag
vars: