summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/create_service_signer_cert.yml
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6666 from sdodson/fix_client_binaryScott Dodson2018-01-101-0/+2
|\ | | | | Ensure that openshift_facts role is imported whenever we rely on
| * Ensure that openshift_facts role is imported whenever we rely onScott Dodson2018-01-091-0/+2
| | | | | | | | openshift_client_binary
* | Chmod temp dirs created on localhostMichael Gugino2018-01-091-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After remove become:no statements on local_action tasks, we need to ensure that the proper file permssions are applied to local temp directories. This reason for this is that the 'fetch' module does not use 'become' for the localhost, just the remote host. Additionally, users may not wish for the localhost to become during a fetch. local_action will execute with whatever permissions are specified in inventory or via cli.
* | Remove become statementsMichael Gugino2018-01-091-2/+0
|/ | | | | This commit removes become:no statements that break the installer in various ways.
* Remove openshift.common.{is_atomic|is_containerized}Michael Gugino2017-12-201-1/+1
| | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase.
* 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