Bug 1630968 - openstack-puppet-modules-7.1.5-9.el7ost introduces duplicate puppet declaration in instack-undercloud
Summary: openstack-puppet-modules-7.1.5-9.el7ost introduces duplicate puppet declarati...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: instack-undercloud
Version: 8.0 (Liberty)
Hardware: Unspecified
OS: Unspecified
urgent
unspecified
Target Milestone: zstream
: 8.0 (Liberty)
Assignee: Martin Schuppert
QA Contact: Arik Chernetsky
URL:
Whiteboard:
Depends On:
Blocks: 1552855 1629912
TreeView+ depends on / blocked
 
Reported: 2018-09-19 15:33 UTC by Steve Linabery
Modified: 2022-07-09 10:07 UTC (History)
4 users (show)

Fixed In Version: instack-undercloud-2.2.7-13.el7ost
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-10-02 18:46:50 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker OSP-13655 0 None None None 2022-03-13 15:42:20 UTC
Red Hat Product Errata RHSA-2018:2857 0 None None None 2018-10-02 18:49:02 UTC

Description Steve Linabery 2018-09-19 15:33:15 UTC
When deploying with openstack-puppet-modules-7.1.5-9.el7ost there is a duplicate declaration of Nova_config[DEFAULT/my_ip] that conflicts with instack-undercloud-2.2.7-12.el7ost

Comment 2 Martin Schuppert 2018-09-20 08:21:44 UTC
1629912 introduced my_ip to nova/manifests/init.pp which is required to fix  1552855 as a result we now have the dupe in openstack-puppet-modules:

 nova_config {
   'DEFAULT/my_ip':                     value => $ipaddress;
   'DEFAULT/linuxnet_interface_driver': value => 'nova.network.linux_net.LinuxOVSInterfaceDriver';
   'DEFAULT/rpc_response_timeout':      value => '600';
   'DEFAULT/sync_power_state_interval': value => hiera('nova_sync_power_state_interval');

I'll submit a patch to instack-undercloud to use the new my_ip from openstack-puppet-modules for OSP8/9 instead of the current nova_config.

Comment 12 errata-xmlrpc 2018-10-02 18:46:50 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2018:2857


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