summaryrefslogtreecommitdiffstats
path: root/roles/openshift_openstack/tasks/node-configuration.yml
Commit message (Collapse)AuthorAgeFilesLines
* Include Deprecation: Convert to include_tasksRussell Teague2017-12-061-2/+2
|
* Fix and cleanup not required dns bitsBogdan Dobrelya2017-12-051-2/+0
| | | | | | | | | | | | | | | | | * Do not manage hostnames for openstack cloud provider, let cloud-init to do its job. * Make python-dns / dnspython dependency check conditional. * Drop not used dns node flavor and image. * Do not manage dns nodes and sec groups in heat stacks. * Keep supporting dynamic updates for private DNS records, yet only limited to an external DNS managed elsewhere (not deployed by the openshift_openstack provider). So users may still benefit from this feature, sending nsupdates to private and public servers as they want it. * Fix openstack default for external nsupdate keys. It should be undefined by default as the dns-populate logic is based on that. * Fix dns records generation for openstack provider's populate-dns * Update docs
* Move the selinux check upTomas Sedovic2017-11-071-5/+5
|
* Add openshift_openstack role and move tasks thereTomas Sedovic2017-11-071-0/+11
All the tasks that were previously in playbooks are now under `roles/openshift_openstack`. The `openshift-cluster` directory now only contains playbooks that include tasks from that role. This makes the structure much closer to that of the AWS provider.