Bug 1379868 - Install hang configuring AWS Cloud Provider when no AWS cloud provider vars set - byo scaleup.yml
Summary: Install hang configuring AWS Cloud Provider when no AWS cloud provider vars s...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 3.3.0
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
: ---
Assignee: Andrew Butcher
QA Contact: Johnny Liu
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-09-27 23:54 UTC by Mike Fiedler
Modified: 2017-02-10 01:57 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-02-10 01:57:26 UTC
Target Upstream Version:


Attachments (Terms of Use)
Inventory (20.90 KB, text/plain)
2016-09-27 23:54 UTC, Mike Fiedler
no flags Details
Ansible log (463.84 KB, application/x-gzip)
2016-09-27 23:55 UTC, Mike Fiedler
no flags Details
Ansible config (13.49 KB, text/plain)
2016-09-27 23:56 UTC, Mike Fiedler
no flags Details

Description Mike Fiedler 2016-09-27 23:54:56 UTC
Created attachment 1205357 [details]
Inventory

Description of problem:

Was scaling an OpenStack cluster up by adding 252 nodes to it by running the byo/openshift-node/scaleup.yml playbook.   The install hit a task called Configure AWS Cloud Provider Settings and then hung.   My inventory had no AWS information configured and did not specify AWS as a cloud provider.  Lots of deprecation warnings occurred in this task:

2016-09-27 18:13:46,564 p=83542 u=root |  TASK [openshift_node : Configure AWS Cloud Provider Settings] ******************
2016-09-27 18:13:48,245 p=83542 u=root |  [DEPRECATION WARNING]: Skipping task due to undefined Error, in the future this will be a fatal error.:
'openshift_cloudprovider_aws_access_key' is undefined.
This feature will be removed in a future release. Deprecation warnings can be
disabled by setting deprecation_warnings=False in ansible.cfg.

Inventory, log and ansible.cfg attached

Version-Release number of selected component (if applicable): 3.3.0.32 and Ansible 2.2


How reproducible: Unknown


Steps to Reproduce:
1.   Installed initial core cluster with byo/config.yml.   Install successful.   Conformance tests run successfully to verify the cluster.
2.  Added 252 nodes to the inventory and ran the byo/openshift-node/scaleup.yml


Actual results:

Install hangs configuring AWS cloud provider


Expected results:

Successful install


Additional info:

See attachments

Comment 1 Mike Fiedler 2016-09-27 23:55:40 UTC
Created attachment 1205358 [details]
Ansible log

Comment 2 Mike Fiedler 2016-09-27 23:56:09 UTC
Created attachment 1205359 [details]
Ansible config

Comment 3 Scott Dodson 2017-02-10 01:57:26 UTC
This was fixed in https://github.com/openshift/openshift-ansible/pull/2518 and the fix is in openshift-ansible-3.3.30 and later.


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