Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1472811

Summary: Overcloud installation with external ceph sets irrelevant parameters in ceph.conf
Product: Red Hat OpenStack Reporter: jomurphy
Component: openstack-tripleo-heat-templatesAssignee: Giulio Fidente <gfidente>
Status: CLOSED WONTFIX QA Contact: Yogev Rabl <yrabl>
Severity: low Docs Contact:
Priority: low    
Version: 12.0 (Pike)CC: gfidente, jcoufal, joedward, johfulto, jschluet, jzaher, mburns, pkovacs, rhel-osp-director-maint, scohen, seb, shan, srevivo, yrabl
Target Milestone: Upstream M3Keywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1411905 Environment:
Last Closed: 2019-07-24 15:35:09 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1469426    
Bug Blocks:    

Comment 4 Yogev Rabl 2017-11-16 17:26:15 UTC
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

Comment 9 Yogev Rabl 2018-01-29 17:49:20 UTC
The same parameters are set, verification failed

Comment 16 John Fulton 2019-07-24 15:33:26 UTC
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