Skip to content

AWS: timed out waiting for bootstrap-complete #857

Description

@mazzystr

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions