From: Guillaume Abrioux Date: Thu, 26 Mar 2020 10:20:47 +0000 (+0100) Subject: tests: add inventory host for 5.0 upgrade job X-Git-Tag: v4.0.18~18 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d682cf6de5cfb723199fecf530d3e10cc4180df6;p=ceph-ansible.git tests: add inventory host for 5.0 upgrade job This inventory is intended to be used in the upgrade scenario in stable-5.0 branch. Signed-off-by: Guillaume Abrioux --- diff --git a/tests/functional/all_daemons/container/hosts-upgrade-to-octopus b/tests/functional/all_daemons/container/hosts-upgrade-to-octopus new file mode 100644 index 000000000..95e020424 --- /dev/null +++ b/tests/functional/all_daemons/container/hosts-upgrade-to-octopus @@ -0,0 +1,38 @@ +[mons] +mon0 monitor_address=192.168.17.10 +mon1 monitor_interface="{{ 'eth1' if ansible_distribution == 'CentOS' else 'ens6' }}" +mon2 monitor_address=192.168.17.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' }" +osd4 osd_crush_location="{ 'root': 'default', 'host': 'osd4' }" + +[mdss] +mds0 +mds1 +mds2 + +[rgws] +rgw0 + +#[nfss] +#nfs0 + +[clients] +client0 +client1 + +[rbdmirrors] +rbd-mirror0 + +[iscsigws] +iscsi-gw0 + +[grafana-server] +mon0 diff --git a/tests/functional/all_daemons/hosts-upgrade-to-octopus b/tests/functional/all_daemons/hosts-upgrade-to-octopus new file mode 100644 index 000000000..e0e64ba69 --- /dev/null +++ b/tests/functional/all_daemons/hosts-upgrade-to-octopus @@ -0,0 +1,38 @@ +[mons] +mon0 monitor_address=192.168.1.10 +mon1 monitor_interface="{{ 'eth1' if ansible_distribution == 'CentOS' else 'ens6' }}" +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' }" +osd4 osd_crush_location="{ 'root': 'default', 'host': 'osd4' }" + +[mdss] +mds0 +mds1 +mds2 + +[rgws] +rgw0 + +[clients] +client0 +client1 + +#[nfss] +#nfs0 + +[rbdmirrors] +rbd-mirror0 + +[iscsigws] +iscsi-gw0 + +[grafana-server] +mon0