Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding a query for the existing docker-registry route. | Kenny Woodson | 2017-04-07 | 1 | -1/+8 |
| | |||||
* | Removing docker-registry route from cockpit-ui. | Kenny Woodson | 2017-04-07 | 1 | -9/+5 |
| | |||||
* | oc route commands now using the oc_route module | Steve Milner | 2017-02-14 | 2 | -85/+59 |
| | |||||
* | Document openshift_cockpit_deployer_prefix and add | Scott Dodson | 2017-02-09 | 1 | -0/+2 |
| | | | | | | openshift_cockpit_deployer_version Fixes Bug 1393666 | ||||
* | Don't secure registry or deploy registry console when infra replics == 0 | Andrew Butcher | 2016-10-04 | 1 | -0/+14 |
| | |||||
* | Secure registry improvements. | Andrew Butcher | 2016-09-29 | 1 | -2/+2 |
| | | | | | | * Convert oc template calls to jsonpath. * Wait for deployments to finish before restarting docker. * Re-organize node ca configuration. | ||||
* | Don't set IMAGE_PREFIX if openshift_cockpit_deployer_prefix is empty | Robert Bohne | 2016-09-28 | 1 | -4/+1 |
| | | | | | | | | | | | 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/" ``` | ||||
* | Secure registry for atomic registry deployment (deployment_subtype=registry). | Andrew Butcher | 2016-09-02 | 1 | -10/+39 |
| | |||||
* | Default to port 80 when deploying cockpit-ui | Samuel Munilla | 2016-08-29 | 1 | -1/+1 |
| | | | | | | This should save first-time users some pain. Fixes BZ#1371031 | ||||
* | Remove atomic check and cockpit.socket | Samuel Munilla | 2016-08-26 | 1 | -7/+0 |
| | |||||
* | Re-organize registry-console deployment. | Andrew Butcher | 2016-08-26 | 1 | -8/+40 |
| | |||||
* | Add support for Atomic Registry Installs | Samuel Munilla | 2016-08-26 | 2 | -0/+32 |
Add the Registry deployment subtype as an option in the quick installer. |