summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted/tasks/registry/secure.yml
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3291 from ashcrow/oc-route-moduleJan Chaloupka2017-02-141-8/+8
|\ | | | | [WIP] oc route commands now using the oc_route module
| * oc route commands now using the oc_route moduleSteve Milner2017-02-141-8/+8
| |
* | Merge pull request #3306 from ingvagabund/oc_serviceJan Chaloupka2017-02-131-6/+5
|\ \ | |/ |/| replace 'oc service' command with its lib_openshift equivalent
| * replace 'oc service' command with its lib_openshift equivalentJan Chaloupka2017-02-111-6/+5
| |
* | Merge pull request #3300 from ashcrow/oc-secret-moduleJan Chaloupka2017-02-111-8/+11
|\ \ | | | | | | WIP: oc secrets now done via oc_secret module
| * | oc secrets now done via oc_secret moduleSteve Milner2017-02-101-8/+11
| |/
* / Replace service account secrets handling with oc_serviceaccount_secret moduleJan Chaloupka2017-02-101-4/+6
|/
* Re-add when condition which was removed mistakenly in #3036Maciej Szulik2017-01-051-0/+1
|
* Fix jsonpath expected output when checking registry volume secretsMaciej Szulik2017-01-051-6/+5
| | | | | | In k8s 1.5 (see rebase PR: origin 12143) jsonpath output is slightly different than previously. Causing this line to fail. We need to pick secret or secretName when checking this task failure condition.
* Fix metricsPublicURL only being set correctly on first master.Devan Goodwin2016-12-011-1/+1
| | | | | | | | | | | | | Problem was caused by facts not being set for that master. To fix this patch cleans up the calculation of metricsPublicURL in general. Because this value is used in openshift_master to template into the master config file, we now define these facts more clearly in openshift_master_facts, and add a dependency on this to openshift_metrics. The calculation of default sub-domain is also changed to remove it from system facts (as neither of these are facts about the system) and instead use plain variables.
* Switch from "oadm" to "oc adm" and fix bug in binary sync.Devan Goodwin2016-10-191-1/+1
| | | | | | | | Found bug syncing binaries to containerized hosts where if a symlink was pre-existing, but pointing to the wrong destination, it would not be corrected. Switched to using oc adm instead of oadm.
* Secure registry improvements.Andrew Butcher2016-09-291-8/+49
| | | | | | * Convert oc template calls to jsonpath. * Wait for deployments to finish before restarting docker. * Re-organize node ca configuration.
* Set config/namespace where missing for secure registry deployment.Andrew Butcher2016-09-091-0/+4
|
* Secure registry for atomic registry deployment (deployment_subtype=registry).Andrew Butcher2016-09-021-0/+83