Bug 1258696 - should update the master configuration template file in the openshift-ansible
Summary: should update the master configuration template file in the openshift-ansible
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 3.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: Scott Dodson
QA Contact: Ma xiaoqiang
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-09-01 03:18 UTC by Ma xiaoqiang
Modified: 2016-07-04 00:45 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-11-20 15:42:15 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Ma xiaoqiang 2015-09-01 03:18:18 UTC
Description of problem:
should update the master configuration template file in the openshift-ansible


Version-Release number of selected component (if applicable):
https://github.com/openshift/openshift-ansible.git master

How reproducible:
100%


Steps to Reproduce:
1. Install env via ansible


Actual results:
Can not start master

When restarting the master service, met the following error:
10455 flatsdn.go:35] SDN initialization failed: A network...6, 8, )

Expected results:
start master successfully.

Additional info:
The master configuration file have be changed,run 'openshift start master --write-config=test' to generate configuration file, and compare it with generated by openshift-ansible, found the following parameters are missing
assetConfig.servingInfo.bindNetwork
controllerLeaseTTL
controllers
disabledFeatures
networkConfig.serviceNetworkCIDR
pauseControllers
serviceAccountConfig.limitSecretReferences
servingInfo.bindNetwork

if not set networkConfig.serviceNetworkCIDR, can not start the master service. 
I add '  serviceNetworkCIDR: {{ openshift.master.portal_net }}' in the template file, openshift-ansible works fine

Comment 1 Scott Dodson 2015-09-09 20:10:21 UTC
The critical item should be fixed in master via
https://github.com/openshift/openshift-ansible/pull/544

Can you test with the latest master? If that works lets mark this verified and clone this bug for the additional optional items?

Comment 2 Ma xiaoqiang 2015-09-10 01:37:53 UTC
Install env successfully, move it to VERIFIED.


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