let's align the name of that group in stable-3.1 with master branch.
Not having the same group name on different branches is confusing and
make some nightlies job failing in the CI.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
'nfss' => (0..NNFSS - 1).map { |j| "#{LABEL_PREFIX}nfs#{j}" },
'rbd_mirrors' => (0..NRBD_MIRRORS - 1).map { |j| "#{LABEL_PREFIX}rbd_mirror#{j}" },
'clients' => (0..CLIENTS - 1).map { |j| "#{LABEL_PREFIX}client#{j}" },
- 'iscsi_gws' => (0..NISCSI_GWS - 1).map { |j| "#{LABEL_PREFIX}iscsi_gw#{j}" },
+ 'iscsigws' => (0..NISCSI_GWS - 1).map { |j| "#{LABEL_PREFIX}iscsigw#{j}" },
'mgrs' => (0..MGRS - 1).map { |j| "#{LABEL_PREFIX}mgr#{j}" }
}
#restapi_group_name: restapis
#rbdmirror_group_name: rbdmirrors
#client_group_name: clients
-#iscsi_gw_group_name: iscsi-gws
+#iscsi_gw_group_name: iscsigws
#mgr_group_name: mgrs
# If check_firewall is true, then ansible will try to determine if the
#restapi_group_name: restapis
#rbdmirror_group_name: rbdmirrors
#client_group_name: clients
-#iscsi_gw_group_name: iscsi-gws
+#iscsi_gw_group_name: iscsigws
#mgr_group_name: mgrs
# If check_firewall is true, then ansible will try to determine if the
igw_purge_type: "{{ purge_config }}"
- name: Removing the gateway configuration
- hosts: iscsi-gws
+ hosts: iscsigws
become: yes
vars:
- igw_purge_type: "{{hostvars['localhost']['igw_purge_type']}}"
restapi_group_name: restapis
rbdmirror_group_name: rbdmirrors
client_group_name: clients
-iscsi_gw_group_name: iscsi-gws
+iscsi_gw_group_name: iscsigws
mgr_group_name: mgrs
# If check_firewall is true, then ansible will try to determine if the
- rbdmirrors
- clients
- mgrs
- - iscsi-gws
+ - iscsigws
gather_facts: false
status: "Complete"
end: "{{ lookup('pipe', 'date +%Y%m%d%H%M%SZ') }}"
-- hosts: iscsi-gws
+- hosts: iscsigws
gather_facts: false
become: True
pre_tasks:
if "nfss" in group_names and ceph_stable_release == "jewel":
pytest.skip("nfs nodes can not be tested with ceph release jewel")
- if group_names == ["iscsi-gws"] and ceph_stable_release == "jewel":
+ if group_names == ["iscsigws"] and ceph_stable_release == "jewel":
pytest.skip("iscsigws nodes can not be tested with ceph release jewel") # noqa E501
if request.node.get_closest_marker("from_luminous") and ceph_release_num[ceph_stable_release] < ceph_release_num['luminous']: # noqa E501
+++ /dev/null
----
-gateway_ip_list: 192.168.1.90
-generate_crt: True
--- /dev/null
+---
+gateway_ip_list: 192.168.1.90
+generate_crt: True
[rbdmirrors]
ceph-rbd-mirror0
-[iscsi-gws]
+[iscsigws]
ceph-iscsi-gw0 ceph_repository="dev"