Merge "Split ansible_limit with a colon." into stable/train

This commit is contained in:
Zuul 2020-05-28 20:37:48 +00:00 committed by Gerrit Code Review
commit 8412d09855
11 changed files with 11 additions and 11 deletions

View File

@ -343,7 +343,7 @@ outputs:
cacheable: no
when:
- groups['cinder_backup'] | length > 1
- item.split('.')[0] in ansible_limit.split(',')
- item.split('.')[0] in ansible_limit.split(':')
loop: "{{ cinder_backup_node_names }}"
- fail:
msg: >

View File

@ -329,7 +329,7 @@ outputs:
cacheable: no
when:
- groups['cinder_volume'] | length > 1
- item.split('.')[0] in ansible_limit.split(',')
- item.split('.')[0] in ansible_limit.split(':')
loop: "{{ cinder_volume_node_names }}"
- fail:
msg: >

View File

@ -484,7 +484,7 @@ outputs:
cacheable: no
when:
- groups['mysql'] | length > 1
- item.split('.')[0] in ansible_limit.split(',')
- item.split('.')[0] in ansible_limit.split(':')
loop: "{{ mysql_node_names }}"
- fail:
msg: >

View File

@ -416,7 +416,7 @@ outputs:
cacheable: no
when:
- groups['redis'] | length > 1
- item.split('.')[0] in ansible_limit.split(',')
- item.split('.')[0] in ansible_limit.split(':')
loop: "{{ redis_short_node_names }}"
- fail:
msg: >

View File

@ -534,7 +534,7 @@ outputs:
cacheable: no
when:
- groups['haproxy'] | length > 1
- item.split('.')[0] in ansible_limit.split(',')
- item.split('.')[0] in ansible_limit.split(':')
loop: "{{ haproxy_short_node_names }}"
- fail:
msg: >

View File

@ -324,7 +324,7 @@ outputs:
cacheable: no
when:
- groups['manila_share'] | length > 1
- item.split('.')[0] in ansible_limit.split(',')
- item.split('.')[0] in ansible_limit.split(':')
loop: "{{ manila_share_node_names }}"
- fail:
msg: >

View File

@ -433,7 +433,7 @@ outputs:
cacheable: no
when:
- groups['ovn_dbs'] | length > 1
- item.split('.')[0] in ansible_limit.split(',')
- item.split('.')[0] in ansible_limit.split(':')
loop: "{{ ovn_dbs_short_node_names }}"
- fail:
msg: >

View File

@ -238,7 +238,7 @@ outputs:
cacheable: no
when:
- groups['pacemaker'] | length > 1
- item.split('.')[0] in ansible_limit.split(',')
- item.split('.')[0] in ansible_limit.split(':')
loop: "{{ pacemaker_short_node_names }}"
- fail:
msg: >

View File

@ -378,7 +378,7 @@ outputs:
cacheable: no
when:
- groups['oslo_messaging_notify'] | length > 1
- item.split('.')[0] in ansible_limit.split(',')
- item.split('.')[0] in ansible_limit.split(':')
loop: "{{ oslo_messaging_notify_node_names }}"
- fail:
msg: >

View File

@ -377,7 +377,7 @@ outputs:
cacheable: no
when:
- groups['rabbitmq'] | length > 1
- item.split('.')[0] in ansible_limit.split(',')
- item.split('.')[0] in ansible_limit.split(':')
loop: "{{ rabbitmq_short_node_names }}"
- fail:
msg: >

View File

@ -384,7 +384,7 @@ outputs:
cacheable: no
when:
- groups['oslo_messaging_rpc'] | length > 1
- item.split('.')[0] in ansible_limit.split(',')
- item.split('.')[0] in ansible_limit.split(':')
loop: "{{ oslo_messaging_rpc_node_names }}"
- fail:
msg: >