summaryrefslogtreecommitdiff
path: root/roles/cockpit-ui
AgeCommit message (Collapse)Author
2016-10-04Don't secure registry or deploy registry console when infra replics == 0Andrew Butcher
2016-09-29Secure registry improvements.Andrew Butcher
* Convert oc template calls to jsonpath. * Wait for deployments to finish before restarting docker. * Re-organize node ca configuration.
2016-09-28Don't set IMAGE_PREFIX if openshift_cockpit_deployer_prefix is emptyRobert Bohne
If openshift_cockpit_deployer_prefix was empty then they called "-p IMAGE_PREFIX=" and this overwrite the template default. For example: ``` grep -A1 -B1 'name: IMAGE_PREFIX' examples/infrastructure-templates/enterprise/registry-console.yaml - description: 'Specify "registry/repository" prefix for container image; e.g. for "registry.access.redhat.com/openshift3/registry-console:latest", set prefix "registry.access.redhat.com/openshift3/"' name: IMAGE_PREFIX value: "registry.access.redhat.com/openshift3/" ```
2016-09-02Secure registry for atomic registry deployment (deployment_subtype=registry).Andrew Butcher
2016-08-29Default to port 80 when deploying cockpit-uiSamuel Munilla
This should save first-time users some pain. Fixes BZ#1371031
2016-08-26Remove atomic check and cockpit.socketSamuel Munilla
2016-08-26Re-organize registry-console deployment.Andrew Butcher
2016-08-26Add support for Atomic Registry InstallsSamuel Munilla
Add the Registry deployment subtype as an option in the quick installer.