Set ceph_use_fqdn for rdocloud
Multinode deployments on rdocloud make the hostname *.rdocloud. This means that we need to pass an extra argument to ceph-ansible in order to have ceph-mon configured correctly. The actual logic for this option is implemented in the depends-on patch. Change-Id: Id9668b340cb97cc309bd1618a25b0936b8d54113 Depends-On: I79cb56a10b4dd60c7bb7bab40bbdc5711f61f27b
This commit is contained in:
@@ -19,6 +19,8 @@ toci_vxlan_networking_multinode: true
|
||||
vxlan_mtu: 1350
|
||||
hostname_correction: true # workaround restriction on toci images
|
||||
|
||||
ceph_use_fqdn: true
|
||||
|
||||
# environment settings, not TRIPLEO-CI specific
|
||||
undercloud_local_interface: "br-ex" # related to osinfra network configuration
|
||||
flavor_args: ""
|
||||
|
||||
Reference in New Issue
Block a user