Version
$ bin/openshift-install version
bin/openshift-install v0.5.0-master-49-g485b1bec14c39e954c70b1a83cee706ef3d5edde
Terraform v0.11.8
Your version of Terraform is out of date! The latest version
is 0.11.10. You can update by downloading from www.terraform.io/downloads.html
Platform (aws|libvirt|openstack):
aws
What happened?
Installer hangs
What you expected to happen?
I expect the installer to install
How to reproduce it (as minimally and precisely as possible)?
put auth file into /home/ccallega/.secrets/openshift_pull_secret.json
$ cat >> blah << EOF
#!/bin/bash
export OPENSHIFT_INSTALL_BASE_DOMAIN='ccallegar.sysdeseng.com'
export OPENSHIFT_INSTALL_CLUSTER_NAME='ccallegar'
export OPENSHIFT_INSTALL_EMAIL_ADDRESS='ccallega@redhat.com'
export OPENSHIFT_INSTALL_PASSWORD='1qaz@WSX'
export OPENSHIFT_INSTALL_PLATFORM='aws'
export OPENSHIFT_INSTALL_SSH_PUB_KEY_PATH='/home/ccallega/.ssh/ccallegar.sysdeseng.com.pub'
export OPENSHIFT_INSTALL_PULL_SECRET_PATH='/home/ccallega/.secrets/openshift_pull_secret.json'
export AWS_PROFILE='default'
export OPENSHIFT_INSTALL_AWS_REGION='us-east-1'
EOF
$ source blah
$ bin/openshift-install --log-level debug create cluster
Anything else we need to know?
Debug log is attached. I don't care about passwords or auth file data. It can all be recreated if need be.
Version
Platform (aws|libvirt|openstack):
aws
What happened?
Installer hangs
What you expected to happen?
I expect the installer to install
How to reproduce it (as minimally and precisely as possible)?
put auth file into /home/ccallega/.secrets/openshift_pull_secret.json
Anything else we need to know?
Debug log is attached. I don't care about passwords or auth file data. It can all be recreated if need be.