Merge "ovn: Fix wording in limit check"
This commit is contained in:
commit
68ef87f844
@ -32,9 +32,10 @@
|
|||||||
- name: Check if running on all OVN NB DB hosts
|
- name: Check if running on all OVN NB DB hosts
|
||||||
fail:
|
fail:
|
||||||
msg: >
|
msg: >
|
||||||
Some hosts ({{ groups['ovn-nb-db'] | join(', ') }}) need database
|
Some hosts need database bootstrapping, but not all OVN NB DB hosts
|
||||||
bootstrapping, but not all OVN NB DB hosts are in the target
|
({{ groups['ovn-nb-db'] | join(', ') }}) are in the target list
|
||||||
list. Stopping as it may be unsafe to proceed. Please run without --limit
|
({{ groups['ovn-nb-db'] | difference(ansible_play_batch) | list | join(', ') }}).
|
||||||
|
Stopping as it may be unsafe to proceed. Please run without --limit
|
||||||
or --serial to bootstrap these hosts.
|
or --serial to bootstrap these hosts.
|
||||||
when:
|
when:
|
||||||
- ovn_nb_db_cluster_exists
|
- ovn_nb_db_cluster_exists
|
||||||
@ -84,9 +85,10 @@
|
|||||||
- name: Check if running on all OVN SB DB hosts
|
- name: Check if running on all OVN SB DB hosts
|
||||||
fail:
|
fail:
|
||||||
msg: >
|
msg: >
|
||||||
Some hosts ({{ groups['ovn-sb-db'] | join(', ') }}) need database
|
Some hosts need database bootstrapping, but not all OVN SB DB hosts
|
||||||
bootstrapping, but not all OVN SB DB hosts are in the target
|
({{ groups['ovn-sb-db'] | join(', ') }}) are in the target list
|
||||||
list. Stopping as it may be unsafe to proceed. Please run without --limit
|
({{ groups['ovn-sb-db'] | difference(ansible_play_batch) | list | join(', ') }}).
|
||||||
|
Stopping as it may be unsafe to proceed. Please run without --limit
|
||||||
or --serial to bootstrap these hosts.
|
or --serial to bootstrap these hosts.
|
||||||
when:
|
when:
|
||||||
- ovn_sb_db_cluster_exists
|
- ovn_sb_db_cluster_exists
|
||||||
|
Loading…
x
Reference in New Issue
Block a user