RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 1369968 - Can't successfully install undercloud on mitaka/newton
Summary: Can't successfully install undercloud on mitaka/newton
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: RDO
Classification: Community
Component: instack-undercloud
Version: trunk
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: trunk
Assignee: James Slagle
QA Contact: Shai Revivo
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-08-24 22:08 UTC by David Hill
Modified: 2017-06-18 13:21 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2017-06-18 13:21:26 UTC
Embargoed:


Attachments (Terms of Use)

Description David Hill 2016-08-24 22:08:56 UTC
Description of problem:
Can't successfully install undercloud on mitaka/newton on RHEL 7 unless the following patch is applied:

[root@undercloud-0-newton puppet-stack-config]# git diff -u puppet-stack-config.yaml.template.orig puppet-stack-config.yaml.template
diff --git a/puppet-stack-config.yaml.template.orig b/puppet-stack-config.yaml.template
index 1642307..3d4dd8e 100644
--- a/puppet-stack-config.yaml.template.orig
+++ b/puppet-stack-config.yaml.template
@@ -13,8 +13,8 @@ ntp::servers:
 sysctl_settings:
   net.ipv4.ip_nonlocal_bind:
     value: 1
-  net.ipv6.ip_nonlocal_bind:
-    value: 1
+#  net.ipv6.ip_nonlocal_bind:
+#    value: 1
 
 # SSL
 tripleo::haproxy::service_certificate: {{UNDERCLOUD_SERVICE_CERTIFICATE}}


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. type "openstack undercloud install" and wait
2.
3.

Actual results:
Fails

Expected results:
Succeeds

Additional info:
Fails to set net.ipv6.ip_nonlocal_bind

Comment 1 David Hill 2016-08-28 22:00:48 UTC
From a quick research, this seems to be available in more recent kernels than RHEL 7.2 ...

Comment 2 Christopher Brown 2017-06-18 13:21:26 UTC
Works for me, please re-open if still a problem, thanks!


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