The results of the installation are this ceph configuration file: [global] cluster network = 172.17.4.0/24 # not true fsid = cdf24729-bd06-46c2-ba47-7018ae220197 mon host = 10.35.64.81, 10.35.64.82, 10.35.64.83 osd_pool_default_pg_num = 128 # irrelevant osd_pool_default_pgp_num = 128 # irrelevant osd_pool_default_size = 3 # irrelevant public network = 172.17.3.0/24 # not true rgw_keystone_accepted_roles = Member, _member_, admin # irrelevant rgw_keystone_admin_domain = default # irrelevant rgw_keystone_admin_password = GBcsmNdKEczd7txXUfJd6JZWk # irrelevant rgw_keystone_admin_project = service # irrelevant rgw_keystone_admin_user = swift # irrelevant rgw_keystone_api_version = 3 # irrelevant rgw_keystone_url = http://172.17.1.11:5000 # irrelevant rgw_s3_auth_use_keystone = true # irrelevant [client.libvirt] # irrelevant - the whole section admin socket = /var/run/ceph/$cluster-$type.$id.$pid.$cctid.asok # must be writable by QEMU and allowed by SELinux or AppArmor log file = /var/log/ceph/qemu-guest-$pid.log # must be writable by QEMU and allowed by SELinux or AppArmor moving back to assigned
The same parameters are set, verification failed
1504802 and 1472811 are very similar. Both modify the deployment with files which are benign and unused. They could be cleaned up by adding extra booleans and then conditionals in THT [1][2] but because it's not affecting customers it's a very low priority. [1] https://github.com/openstack/tripleo-heat-templates/blob/master/deployment/ceph-ansible/ceph-base.yaml#L339 [2] https://github.com/openstack/tripleo-heat-templates/blob/master/deployment/ceph-ansible/ceph-base.yaml#L369