admin_ui job from admin-ui/5
Github source:
4c302581
or
master branch
Properties¶
admin_ui
¶
ccdb
¶
address
¶CC db address
database
¶CC db database name
- Default
ccdb
password
¶CC db username
port
¶CC db port
scheme
¶CC db scheme
- Default
postgres
username
¶CC db username
cloud_controller_ssl_verify_none
¶Disable ssl verify
- Default
false
cloud_controller_uri
¶Full url of the Cloud Controller api
uaa
¶
client
¶
id
¶Uaa OAuth client id
secret
¶Uaa OAuth client secret
scopes
¶
admin
¶Array of uaa OAuth scopes of admin-ui admins
- Default
- admin_ui.admin
user
¶Array of uaa OAuth scopes of admin-ui users
- Default
- admin_ui.user
uaadb
¶
address
¶UAA db address
database
¶UAA db database name
- Default
uaadb
password
¶UAA db username
port
¶UAA db port
scheme
¶UAA db scheme
- Default
postgres
username
¶UAA db username
uri
¶Uri to register with the router, also requires the apps network to be set
nats
¶
address
¶IP address of Cloud Foundry NATS server
password
¶Password for cc client to connect to NATS
port
¶IP port of Cloud Foundry NATS server
user
¶Username for cc client to connect to NATS
networks
¶
apps
¶The App network name
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/admin_ui/
directory
(learn more).
bin/admin_ui_cf-registrar_ctl
(fromcf-registrar_ctl.erb
)bin/admin_ui_ctl
(fromadmin_ui_ctl.erb
)config/admin_ui.yml
(fromadmin_ui.yml.erb
)config/cf-registrar/config.yml
(fromcf-registrar.config.yml.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.