]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: add inventory host for 4.0 upgrade job
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 4 Mar 2020 22:05:35 +0000 (23:05 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 4 Mar 2020 22:18:43 +0000 (23:18 +0100)
This inventory is intended to be used in the upgrade scenario in
stable-4.0 branch.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
tests/functional/all_daemons/container/hosts-upgrade-to-nautilus [new file with mode: 0644]
tests/functional/all_daemons/hosts-upgrade-to-nautilus [new file with mode: 0644]

diff --git a/tests/functional/all_daemons/container/hosts-upgrade-to-nautilus b/tests/functional/all_daemons/container/hosts-upgrade-to-nautilus
new file mode 100644 (file)
index 0000000..2f3ae60
--- /dev/null
@@ -0,0 +1,34 @@
+[mons]
+mon0
+mon1
+mon2
+
+[mgrs]
+mgr0
+
+[osds]
+osd0 osd_crush_location="{ 'root': 'HDD', 'rack': 'mon-rackkkk', 'pod': 'monpod', 'host': 'osd0' }"
+osd1 osd_crush_location="{ 'root': 'default', 'host': 'osd1' }"
+osd2 osd_crush_location="{ 'root': 'default', 'host': 'osd2' }"
+osd3 osd_crush_location="{ 'root': 'default', 'host': 'osd3' }"
+
+[mdss]
+mds0
+mds1
+mds2
+
+[rgws]
+rgw0
+
+[nfss]
+nfs0
+
+[clients]
+client0
+client1
+
+[rbdmirrors]
+rbd-mirror0
+
+[iscsigws]
+iscsi-gw0
diff --git a/tests/functional/all_daemons/hosts-upgrade-to-nautilus b/tests/functional/all_daemons/hosts-upgrade-to-nautilus
new file mode 100644 (file)
index 0000000..a47c686
--- /dev/null
@@ -0,0 +1,40 @@
+[mons]
+mon0 monitor_address=192.168.1.10
+mon1 monitor_interface=eth1
+mon2 monitor_address=192.168.1.12
+
+[mgrs]
+mgr0
+
+[osds]
+osd0 osd_crush_location="{ 'root': 'HDD', 'rack': 'mon-rackkkk', 'pod': 'monpod', 'host': 'osd0' }"
+osd1 osd_crush_location="{ 'root': 'default', 'host': 'osd1' }"
+osd2 osd_crush_location="{ 'root': 'default', 'host': 'osd2' }"
+osd3 osd_crush_location="{ 'root': 'default', 'host': 'osd3' }"
+
+[mdss]
+mds0
+mds1
+mds2
+
+[rgws]
+rgw0
+
+[clients]
+client0
+client1
+
+[nfss]
+nfs0
+
+[rbdmirrors]
+rbd-mirror0
+
+[iscsigws]
+iscsi-gw0
+
+[all:vars]
+nfs_ganesha_stable=True
+nfs_ganesha_dev=False
+nfs_ganesha_stable_branch="V2.7-stable"
+nfs_ganesha_flavor="ceph_master"