Qarik-Group / bucc

The fastest way to get a BUCC (BOSH, UAA Credhub and Concourse)
Apache License 2.0
135 stars 46 forks source link

openstack add floating_ip #141

Closed rauizab closed 6 years ago

rauizab commented 6 years ago

Hi

We are trying to deploy bucc to openstack but we dont know how to add a floating ip to the machine. We need it in order to reach it as only through floating ip the machine is reachable. For us is not clear these 2 variables openstack_vip_ip: {floating_ip} openstack_vip_net_id: ??

When deploying interpolating all the files we had to use ~/workspace/bosh-deployment/external-ip-with-registry-not-recommended.yml and -v external_ip="{floating_ip}".

How can I express the same with bucc?

Thanks in advanced

rauizab commented 6 years ago

Hi

I found out that there is a --debug. I can modify the manifest from there. Sorry