summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted/tasks/registry/secure.yml
Commit message (Collapse)AuthorAgeFilesLines
* 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