summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/create_service_signer_cert.yml
Commit message (Collapse)AuthorAgeFilesLines
* trouble creating service signer while running upgrade dockerizedHenning Fjellheim2016-10-211-4/+4
|
* 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.
* Fix bug with service signer cert on upgrade.Devan Goodwin2016-09-291-0/+7
| | | | | | It is invalid Ansible to use a when on an include that contains plays, as it cannot be applied to plays. Issue filed upstream for a better error, or to get it working.
* [upgrade] Create/configure service signer cert when missing.Andrew Butcher2016-09-141-0/+69