Bug 1472811 - Overcloud installation with external ceph sets irrelevant parameters in ceph.conf
Summary: Overcloud installation with external ceph sets irrelevant parameters in ceph....
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-tripleo-heat-templates
Version: 12.0 (Pike)
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: Upstream M3
: ---
Assignee: Giulio Fidente
QA Contact: Yogev Rabl
URL:
Whiteboard:
Depends On: 1469426
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-07-19 12:39 UTC by jomurphy
Modified: 2020-07-16 09:56 UTC (History)
14 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1411905
Environment:
Last Closed: 2019-07-24 15:35:09 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.