Merge "Split ansible_limit with a colon."

This commit is contained in:
Zuul 2020-05-26 17:18:05 +00:00 committed by Gerrit Code Review
commit 32fd607bac
11 changed files with 11 additions and 11 deletions

View File

@ -358,7 +358,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 | default([]) }}"
- fail:
msg: >

View File

@ -345,7 +345,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 | default([]) }}"
- fail:
msg: >

View File

@ -519,7 +519,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 | default([]) }}"
- fail:
msg: >

View File

@ -444,7 +444,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 | default([]) }}"
- fail:
msg: >

View File

@ -540,7 +540,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 | default([]) }}"
- 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 | default([]) }}"
- fail:
msg: >

View File

@ -456,7 +456,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 | default([]) }}"
- fail:
msg: >

View File

@ -252,7 +252,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 | default([]) }}"
- fail:
msg: >

View File

@ -393,7 +393,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 | default([]) }}"
- fail:
msg: >

View File

@ -392,7 +392,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 | default([]) }}"
- fail:
msg: >

View File

@ -399,7 +399,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 | default([]) }}"
- fail:
msg: >