]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: update dedidated mgr node all_daemons
authorDimitri Savineau <dsavinea@redhat.com>
Fri, 30 Aug 2019 18:36:12 +0000 (14:36 -0400)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Fri, 30 Aug 2019 19:19:33 +0000 (15:19 -0400)
5b29144 change the mgr node to a dedicated node instead of the first
monitor node.
But the change didn't update the switch-to-containers inventory which
cause this playbook to fail.
Also update the ubuntu inventory to have the same configuration.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
tests/functional/all_daemons/container/hosts-ubuntu
tests/functional/all_daemons/hosts-switch-to-containers
tests/functional/all_daemons/hosts-ubuntu

index 4bf967cdb02a11edcc35796e25db4dd39ec468d1..d7192ab9eee539fdbdcd31f3a355067b43aa1af4 100644 (file)
@@ -4,7 +4,7 @@ mon1
 mon2
 
 [mgrs]
-mon0
+mgr0
 
 [osds]
 osd0 osd_crush_location="{ 'root': 'HDD', 'rack': 'mon-rackkkk', 'pod': 'monpod', 'host': 'osd0' }"
index 37b2d215600f215012fe04013ffff056e6d452ee..f64dbc692b9e7ddc995b3432cc35da4adcd60f0f 100644 (file)
@@ -7,7 +7,7 @@ mon1 monitor_interface=eth1
 mon2 monitor_address=192.168.1.12
 
 [mgrs]
-mon0
+mgr0
 
 [osds]
 osd0
index 2a7f6f4f0f1f2cdf9ac16dcf7c40040ad8f76e1a..329d1f051efd2aef4b2d66e8cbf620240f66e859 100644 (file)
@@ -4,7 +4,7 @@ mon1 monitor_interface=eth1
 mon2 monitor_address=192.168.1.12
 
 [mgrs]
-mon0
+mgr0
 
 [osds]
 osd0 osd_crush_location="{ 'root': 'HDD', 'rack': 'mon-rackkkk', 'pod': 'monpod', 'host': 'osd0' }"