@@ -52,15 +52,16 @@ $ cat > $GOPATH/src/github.com/cloudfoundry/postgres-release/pgats_config.yml <<
52
52
---
53
53
bosh:
54
54
target: 192.168.50.6
55
- username: admin
56
- # bosh interpolate creds.yml --path /admin_password
57
- password: admin
58
-
59
- # insert CA cert, e.g. from creds.yml
60
- # bosh interpolate creds.yml --path /director_ssl/ca
61
- director_ca_cert: |+
62
- -----BEGIN CERTIFICATE-----
63
- -----END CERTIFICATE-----
55
+ credentials:
56
+ client: admin
57
+ # bosh interpolate creds.yml --path /admin_password
58
+ client_secret: admin
59
+ # insert CA cert, e.g. from creds.yml
60
+ # bosh interpolate creds.yml --path /director_ssl/ca
61
+ ca_cert: |+
62
+ -----BEGIN CERTIFICATE-----
63
+ -----END CERTIFICATE-----
64
+ use_uaa: true
64
65
cloud_configs:
65
66
default_azs: [z1]
66
67
default_networks:
@@ -75,9 +76,10 @@ The full set of config parameters is explained below.
75
76
` bosh ` parameters are used to connect to the BOSH director that would host the test environment:
76
77
77
78
* ` bosh.target ` (required) Public BOSH director ip address
78
- * ` bosh.username ` (required) Username for the BOSH director login
79
- * ` bosh.password ` (required) Password for the BOSH director login
80
- * ` bosh.director_ca_cert ` (required) BOSH director CA Cert
79
+ * ` bosh.use_uaa ` (required) Set to true if the BOSH director is configured to delegate user management to the UAA server.
80
+ * ` bosh.credentials.client ` (required) Username for the BOSH director login
81
+ * ` bosh.credentials.client_secret ` (required) Password for the BOSH director login
82
+ * ` bosh.credentials.ca_cert ` (required) BOSH director CA Cert
81
83
82
84
` cloud_config ` parameters are used to generate a BOSH v2 manifest that matches your IaaS configuration:
83
85
0 commit comments