<div dir="ltr">I agree that *-paste.ini files should remain static. Keystone contains the only one that we need to edit (for security reasons) and the patch to move this configuration out of keystone-paste.ini needs attention from the keystone project. As for the installation guide, I prefer to unify the documentation for editing keystone-paste.ini for all distributions. Furthermore, our audience (mostly new users) likely feels more confident about editing files that reside in a less "intimidating" location such as /etc/$service.<div><br></div><div>Best I can tell, neutron (and all other services) separate "mandatory" message queue access (the 'rpc_backend' option) from notification access because the latter only pertains to deployments with a consumer for notifications such as ceilometer. Without a consumer, notification queues pile up and lead to stability problems. Hence, the 'notification_driver' option defaults to a blank value that essentially disables such notifications. The upstream configuration file comments this option out and installation guide doesn't explicitly configure it which means neutron uses the value of 'notification_driver' from the neutron-dist.conf file and sends notifications to a queue without a consumer. While I'm thinking about it, I'm trying to determine the source of a memory leak (or strange increase in consumption) in my RDO Liberty environment (and prior releases) and should try disabling the notification driver. In comparison, my Ubuntu Liberty environment containing the same services and virtual resources has stable memory usage.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 3, 2015 at 4:59 AM, Ihar Hrachyshka <span dir="ltr"><<a href="mailto:ihrachys@redhat.com" target="_blank">ihrachys@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Matt Kassawara <<a href="mailto:mkassawara@gmail.com" target="_blank">mkassawara@gmail.com</a>> wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Ihar,<br>
<br>
I think distribution packages should bundle upstream source without alteration to maximize flexibility for authors of deployment tools (or simple instructions) that choose to use packages. In other words, distribution packages should include few if any decisions on how to deploy services. Instead, leave those decisions to authors of deployment tools including organizations that produce distribution packages. For example, decisions on how to deploy OpenStack using RDO packages should reside in products like Packstack and RHEL-OSP. In the meantime, content in /usr/share/$service directories impacts the following portions in the installation guide:<br>
</blockquote>
<br></span>
You mix things here. RDO *is* a product, and *is* successfully used by companies without paying for RHEL-OSP subscription. Manual installation is still a supported way to deploy RDO, so anything that makes deployer life easier (like reasonable defaults) is beneficial.<br>
<br>
Below, I will comment on neutron only and will leave other components to respective team members.<span class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
1) <a href="http://docs.openstack.org/draft/install-guide-rdo/keystone-verify.html" rel="noreferrer" target="_blank">http://docs.openstack.org/draft/install-guide-rdo/keystone-verify.html</a> - The keystone-paste.ini file should reside in the /etc/keystone directory.<br>
<br>
2) <a href="http://docs.openstack.org/draft/install-guide-rdo/glance.html" rel="noreferrer" target="_blank">http://docs.openstack.org/draft/install-guide-rdo/glance.html</a> - The glance-api-dist.conf and glance-registry-dist.conf files contain defunct options in the [keystone_authtoken] section. Also, the *-paste.ini files should reside in the /etc/glance directory.<br>
<br>
3) <a href="http://docs.openstack.org/draft/install-guide-rdo/nova.html" rel="noreferrer" target="_blank">http://docs.openstack.org/draft/install-guide-rdo/nova.html</a> - The nova-dist.conf file contains defunct options in the [keystone_authtoken] section, assumes use of nova-network, and contains several opinions about libvirt configuration.<br>
<br>
4) <a href="http://docs.openstack.org/draft/install-guide-rdo/neutron.html" rel="noreferrer" target="_blank">http://docs.openstack.org/draft/install-guide-rdo/neutron.html</a> - The neutron-dist.conf file specifies a notification driver regardless of a consumer (e.g., ceilometer) and disables nova-neutron interaction. Also, the *-paste.ini file should reside in the /etc/neutron directory.<br>
<br>
</blockquote>
<br></span>
I agree nova-neutron notifications should not be disabled (I merged a patch for that yesterday: <a href="https://review.gerrithub.io/#/c/251171/" rel="noreferrer" target="_blank">https://review.gerrithub.io/#/c/251171/</a>)<br>
<br>
For notification driver, I am not sure I follow. The assumption is that DHCP agent is a common piece of neutron setup that is widely used, and since it relies on RPC notifications, we enable it by default. Do you believe it’s better to make everyone using refarch neutron to define it for themselves?<br>
<br>
For *-paste.ini file, I believe the RDO assumption is that there is no reason to modify it, hence it’s not available for user modifications. Can you show me the exact place where installation guide became more complex due to -paste.ini file located under /usr/share?<div class="HOEnZb"><div class="h5"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
5) <a href="http://docs.openstack.org/draft/install-guide-rdo/cinder.html" rel="noreferrer" target="_blank">http://docs.openstack.org/draft/install-guide-rdo/cinder.html</a> - The cinder-dist.conf file contains defunct options in the [keystone_authtoken] section. Interestingly, the *-paste.ini files correctly reside in the /etc/cinder directory.<br>
<br>
6) <a href="http://docs.openstack.org/draft/install-guide-rdo/swift.html" rel="noreferrer" target="_blank">http://docs.openstack.org/draft/install-guide-rdo/swift.html</a> - Interestingly, no /usr/share/swift directory exists. However, the configuration files in /etc/swift are considerably out of date and easier to overwrite from upstream source than attempt to fix via procedure.<br>
<br>
7) <a href="http://docs.openstack.org/draft/install-guide-rdo/heat.html" rel="noreferrer" target="_blank">http://docs.openstack.org/draft/install-guide-rdo/heat.html</a> - The heat-dist.conf file contains defunct options in the [keystone_authtoken] section, contains a defunct database connection option (belongs in [database]), and enables a defunct message queue (Qpid). Also, the *-paste.ini file should reside in the /etc/heat directory.<br>
<br>
I haven't looked at the ceilometer packages recently, but I suspect they involve similar issues.<br>
<br>
Matt<br>
<br>
<br>
<br>
On Mon, Nov 2, 2015 at 4:34 AM, Ihar Hrachyshka <<a href="mailto:ihrachys@redhat.com" target="_blank">ihrachys@redhat.com</a>> wrote:<br>
<br>
> On 21 Oct 2015, at 15:32, Matt Kassawara <<a href="mailto:mkassawara@gmail.com" target="_blank">mkassawara@gmail.com</a>> wrote:<br>
><br>
> I think packages available for standalone installation (i.e., without a deployment tool) should include complete upstream configuration files in standard locations without modification. In the case of *-dist.conf files with RDO packages, they seldom receive updates leading to deprecation warnings and sometimes override useful upstream default values. For example, most if not all services default to keystone for authentication (auth_strategy), yet the RDO neutron packages revert authentication to "noauth" in the *-dist.conf file. In another example, the RDO keystone package only includes the keystone-paste.ini file as /usr/share/keystone/keystone-dist-paste.ini rather than using the standard location and name which leads to confusion, particularly for new users. The installation guide contains quite a few extra steps and option-value pairs that work around the existence and contents of *-dist.conf files... additions that unnecessarily increase complexity for our audience of new users.<br>
<br>
Can you provide links to the guide pages that are complicated by the existence of -dist.conf files?<br>
<br>
I agree that some values may not be optimal (f.e. auth_strategy indeed should not be overridden; I sent a patch [1] to remove it from -dist.conf); but in principle, there should be a way for distributions to change defaults, and it should not be expected that all distributions ship identical configuration files.<br>
<br>
[1]: <a href="https://review.gerrithub.io/#/c/251170/" rel="noreferrer" target="_blank">https://review.gerrithub.io/#/c/251170/</a><br>
<br>
Ihar<br>
</blockquote>
<br>
</div></div></blockquote></div><br></div>