cloud-gov / cg-atlas

Repository hosting issues and artifacts related to operations of the cloud.gov platform
Creative Commons Zero v1.0 Universal
3 stars 1 forks source link

Add admin-ui register_admin_ui errand to pipeline #103

Closed ghost closed 8 years ago

ghost commented 8 years ago

In order to have the admin-ui deployment fully automated, as SREs we need to add the register_admin_ui bosh errand to the concourse pipeline in cg-deploy-admin-ui.

Acceptance Criteria

ghost commented 8 years ago

Thanks to @LinuxBozo for pointing out errand examples:

"See the cg-pipelines task to enable running errands.. see cg-deploy-logsearch pipeline for example usage.. the push-kibana job"

"also, same thing is in cg-deploy-cf for running the smoke/acceptance tests"

ghost commented 8 years ago

And great input from @sharms:

https://github.com/18F/cg-deploy-logsearch/blob/master/pipeline.yml#L63-L71

you can literally just take that, and rename it

sharms commented 8 years ago

https://github.com/18F/cg-deploy-admin-ui/pull/14