Qarik-Group / quick-uaa-deployment

This project is dedicated to making it easy to bring up a secure UAA on a single VM locally or on any cloud supported by BOSH.
https://github.com/starkandwayne/quaa
3 stars 2 forks source link

vpshere #2

Open Wali4 opened 5 years ago

Wali4 commented 5 years ago

I tried to use this for vpshere and get this error.

quaa up --cpi vsphere

We just copied a template in /opt/quick-uaa-deployment/vars.yml please adjust it to your needs

quaa up

Using flags: --cpi vsphere Flag files: '/opt/quick-uaa-deployment/state/{cpi,lite,flags}'

Deployment manifest: '/opt/quick-uaa-deployment/src/bosh-deployment/bosh.yml' Deployment state: '/opt/quick-uaa-deployment/state/state.json'

Started validating Failed validating (00:00:00)

Parsing release set manifest '/opt/quick-uaa-deployment/src/bosh-deployment/bosh.yml': Evaluating manifest: Expected to find a map key 'vcenter' for path '/instance_groups/name=bosh/properties/vcenter' (found map keys: 'postgres')

Exit code 1

Thanks, Will

drnic commented 5 years ago

/cc @rkoster @ramonskie can you think of why quaa up (essentially a bosh-deployment + bucc up clone) might fail for vsphere as above? Perhaps you've seen a similar error in BUCC?