Comment 6 for bug 1738993

Revision history for this message
Kevin Wennemuth (feffi) wrote :

Hi, just reran the same with juju 2.2.8

./juju bootstrap vsphere jujucontroller --config primary-network="VM Network" --config external-network="VM Network" --config datastore=ds00 --debug

...
21:49:54 INFO juju.cmd supercommand.go:63 running juju [2.2.8 gc go1.8]
...

same outcome. So here are my configs, maybe they can help.

------------------------------
vsphere.yml

---
clouds:
  vsphere:
    type: vsphere
    auth-types: [userpass]
    endpoint: 10.1.1.174
    regions:
      esx.power.lab: {}
------------------------------

credentials.yml
------------------------------
---
credentials:
  vsphere:
    default-credential: test01
    test01:
      auth-type: userpass
      password: test01
      username: <email address hidden>
------------------------------