openshift / ansible-service-broker

Ansible Service Broker
Apache License 2.0
228 stars 84 forks source link

installer is broken #566

Closed karmab closed 6 years ago

karmab commented 6 years ago

This form is for bug reports and feature requests. Major features will go through a spec process.

Bug:

What happened: deployment hangs on the Run "oc cluster up to start the cluster" task

What you expected to happen: ansible service broker is deployed

How to reproduce it: launch the deployment script with either latest or v3.7.0-rc the following task beeing executed failed

/root/bin/oc cluster up --routing-suffix=172.17.0.1.nip.io --public-hostname=192.168.122.24 --host-pv-dir=/persistedvolumes --image=docker.io/openshift/origin --version=latest --service-catalog=true

karmab commented 6 years ago

origin_logs.txt

rthallisey commented 6 years ago

@karmab what OS are you running? This looks like an issue folks are seeing when running Fedora 27: https://github.com/openshift/origin/issues/15038 . Work around is rm -rf /usr/share/rhel/secrets.

karmab commented 6 years ago

suggested workaround did the trick for me