Open ghost opened 6 years ago
Perhaps, I am missing smth, but what I have done is:
openshift
time="2018-09-04T05:37:47Z" level=debug msg="spec '63d8302ad52da8345b50173a0e745212\|localregistry-code-ready-apb' needs to be updated"
and eventually
time="2018-09-04T05:37:59Z" level=info msg="update spec: 63d8302ad52da8345b50173a0e745212\|localregistry-code-ready-apb to crd" ... time="2018-09-04T05:38:04Z" level=info msg="Broker successfully bootstrapped"
However, it takes up to 5 mins for a new apb to show up in the catalog UI. This makes development and debugging cycle quite long.
Origin 3.9 (oc cluster up) Installed ansible automation catalog via curl https://raw.githubusercontent.com/openshift/ansible-service-broker/master/apb/install.yaml | oc create -f -
curl https://raw.githubusercontent.com/openshift/ansible-service-broker/master/apb/install.yaml | oc create -f -
You can change it in ASB config. Relist value is 600s (default). I put in 10s and work good) but i refresh and sync manul for speed up this process
@eivantsov
Perhaps, I am missing smth, but what I have done is:
openshift
tnamespaceand eventually
However, it takes up to 5 mins for a new apb to show up in the catalog UI. This makes development and debugging cycle quite long.
Origin 3.9 (oc cluster up) Installed ansible automation catalog via
curl https://raw.githubusercontent.com/openshift/ansible-service-broker/master/apb/install.yaml | oc create -f -