Hide Forgot
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
Created attachment 1205358 [details] Ansible log
Created attachment 1205359 [details] Ansible config
This was fixed in https://github.com/openshift/openshift-ansible/pull/2518 and the fix is in openshift-ansible-3.3.30 and later.