Bug 1369968

Summary: Can't successfully install undercloud on mitaka/newton
Product: [Community] RDO Reporter: David Hill <dhill>
Component: instack-undercloudAssignee: James Slagle <jslagle>
Status: CLOSED WORKSFORME QA Contact: Shai Revivo <srevivo>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: trunkCC: chris.brown, dhill
Target Milestone: ---   
Target Release: trunk   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-06-18 13:21:26 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:

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!