mirror of https://github.com/ceph/ceph-ansible.git
rhcs: set ceph_iscsi_config_dev to false
We don't have to use ceph_iscsi_config_dev (default true) on RHCS
because all iscsi packages are already included in the RHCS
repositories.
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 82495eaf97
)
pull/4654/head
parent
e00bc17bd9
commit
e3f10a9d14
|
@ -223,7 +223,7 @@ ceph_rhcs_version: 4
|
|||
# flavors so far include: ceph_master, ceph_jewel, ceph_kraken, ceph_luminous
|
||||
#nfs_ganesha_flavor: "ceph_master"
|
||||
|
||||
#ceph_iscsi_config_dev: true # special repo for deploying iSCSI gateways
|
||||
ceph_iscsi_config_dev: false
|
||||
|
||||
|
||||
# REPOSITORY: CUSTOM
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
ceph_repository: rhcs
|
||||
ceph_origin: repository
|
||||
ceph_iscsi_config_dev: false
|
||||
fetch_directory: ~/ceph-ansible-keys
|
||||
ceph_rhcs_version: 4
|
||||
ceph_docker_image: "rhceph/rhceph-4-rhel8"
|
||||
|
|
Loading…
Reference in New Issue