summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/initialize_facts.yml
Commit message (Collapse)AuthorAgeFilesLines
* resolve #5428: python-dbus not foundLucas Theisen2017-09-231-1/+1
|
* Add python3-PyYAML for Fedora installsMichael Gugino2017-09-211-1/+1
| | | | | | | | | | | Fedora installs currently fail because nodes require the usage of python3. python3-PyYAML must be installed in order to support usage of python3. This commit adds the rpm python3-PyYAML to fedora nodes. Fixes: https://github.com/openshift/openshift-ansible/issues/5469
* Remove openshift-commonMichael Gugino2017-09-061-4/+0
| | | | | | | | | Most of this role's purpose was to set facts. The vast majority of these facts were simply redefining user-supplied variables. This commit also removes various artifacts leftover from previous versions, as well as variables that seem to be entirely unused.
* Merging openshift_node with openshift bootstrap.Kenny Woodson2017-08-291-1/+1
|
* Merge pull request #5033 from ashcrow/system-images-registry-followupScott Dodson2017-08-281-1/+15
|\ | | | | System images registry followup
| * system-containers: Fallback for system_images_registrySteve Milner2017-08-251-1/+15
| |
* | Remove near-meta role openshift_cli_factsMichael Gugino2017-08-251-0/+1
|/ | | | | | | | openshift_cli_facts only runs a single task, and otherwise the only existence is to serve as a link in the dependency chain towards openshift_facts. This commit flattens openshift_cli into one role.
* Removing tasks from module openshift_facts.Kenny Woodson2017-08-041-4/+132
|
* validate and normalize inventory variablesLuke Meyer2017-03-291-2/+0
| | | | | | | | | | In openshift_repos and everywhere, ensure deployment_type and openshift_deployment_type are defined and the same. We really want to set openshift_deployment_type, but users will likely still have just deployment_type, so accept both. And don't make every playbook default openshift_deployment_type to deployment_type. This introduces the openshift_sanitize_inventory role to run before anything else.
* Allow ansible to continue when a node is unaccessible or fails.Andrew Butcher2016-11-181-1/+5
|
* Split upgrade for control plane/nodes.Devan Goodwin2016-09-291-0/+2
|
* Move repoquery fact definition to openshift_common.Devan Goodwin2016-07-071-3/+0
|
* Update repoquery_cmd definitions to match latest in master.Devan Goodwin2016-07-041-1/+1
|
* Merge branch 'master' into upgrade33Devan Goodwin2016-07-041-0/+1
|\
| * Set any_errors_fatal for initialize facts play.Andrew Butcher2016-06-281-0/+1
| |
* | Fixes for non-containerized separate etcd hosts.Devan Goodwin2016-06-281-0/+3
| |
* | Fix docker restarts during openshift_version role.Devan Goodwin2016-06-201-0/+2
|/ | | | | | | | | The variable here must be explicitly passed to the docker role, if it's passed sometimes and not others, the docker config changes triggers a docker restart effectively killing everything on the node in an unsafe manner. Instead lets make sure the value is set.
* Set openshift.common.hostname early in playbook execution.Andrew Butcher2016-05-171-1/+4
|
* Initialize facts for all hosts.Andrew Butcher2016-05-091-0/+7