summaryrefslogtreecommitdiffstats
path: root/playbooks/openstack
Commit message (Collapse)AuthorAgeFilesLines
* Fix metadata access in OpenStack inventoryTomas Sedovic2018-02-141-1/+1
| | | | | Some versions of shade (e.g. the one currently in RHEL) only allow a dict-like interface.
* Merge pull request #6951 from tomassedovic/fix-openstack-masterOpenShift Merge Robot2018-02-132-6/+11
|\ | | | | | | | | | | | | | | Automatic merge from submit-queue. Fix OpenStack playbooks This shuffles a few playbooks around to fix the ordering between various facts and prerequisites.
| * Remove cluster_facts.yml from the install.ymlTomas Sedovic2018-02-121-1/+0
| | | | | | | | | | It was moved there by accident. There's no reason to have it there explicitly.
| * Fix OpenStack playbooksTomas Sedovic2018-02-122-6/+12
| | | | | | | | | | This shuffles a few playbooks around to fix the ordering between various facts and prerequisites.
* | Merge pull request #6699 from bogdando/heat_user_dataOpenShift Merge Robot2018-02-121-0/+32
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. [openstack] custom user commands for cloud-init Allow to specify additional user commands executed on all Nova servers provisioned via Heat. An example use case is installing and starting os-collect-config agents to put Nova servers under the configuration management driven via the host openstack cloud Heat services. This allows to integrate with another deployment tools like TripleO. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
| * | Fix openshift_openstack_provision_user_commandsBogdan Dobrelya2018-02-121-3/+3
| | | | | | | | | | | | Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
| * | Fix wordingBogdan Dobrelya2018-02-091-1/+1
| | | | | | | | | | | | Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
| * | Fix cloud init runcmd templatingBogdan Dobrelya2018-02-091-6/+6
| | | | | | | | | | | | Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
| * | Note ignored Heat user data changes for openstackBogdan Dobrelya2018-02-091-0/+4
| | | | | | | | | | | | Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
| * | Clarify the ansible playbook vs cloud-initBogdan Dobrelya2018-02-091-3/+27
| | | | | | | | | | | | | | | | | | | | | | | | Document use cases for custom post-provision ansible hooks vs cloud-init runcmd shell commands. Rename to openshift_openstack_cloud_init_runcmd. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
| * | [openstack] custom user commands for cloud-initBogdan Dobrelya2018-02-091-0/+4
| |/ | | | | | | | | | | | | | | | | | | | | | | Allow to specify additional user commands executed on all Nova servers provisioned via Heat. An example use case is installing and starting os-collect-config agents to put Nova servers under the configuration management driven via the host openstack cloud Heat services. This allows to integrate with another deployment tools like TripleO. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
* | Removing prefix and replacing with cidr, pool_start and pool_end variables.Matt Bruzek2018-02-021-1/+6
|/
* flake cleanupTzu-Mainn Chen2018-01-291-0/+3
|
* code simplification and lint cleanupTzu-Mainn Chen2018-01-291-20/+31
|
* add cinder mountpoint to inventoryTzu-Mainn Chen2018-01-271-1/+15
|
* Merge pull request #6817 from mtnbikenc/fix-1506750OpenShift Merge Robot2018-01-231-1/+1
|\ | | | | | | | | | | | | Automatic merge from submit-queue. [1506750] Ensure proper hostname check override Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1506750
| * [1506750] Ensure proper hostname check overrideRussell Teague2018-01-221-1/+1
| |
* | Merge pull request #6504 from mbruzek/mbruzek-openshift-openstackRussell Teague2018-01-231-6/+8
|\ \ | | | | | | The provision_install file ends in yml not yaml! Ansible requirement …
| * \ Merge branch 'master' into mbruzek-openshift-openstackMatt Bruzek2018-01-188-28/+172
| |\ \
| * | | The provision_install file ends in yml not yaml! Ansible requirement ↵Matt Bruzek2017-12-151-7/+9
| | | | | | | | | | | | | | | | clarification.
* | | | Install base_packages earlierMichael Gugino2018-01-221-2/+2
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, openshift_facts requires pyyaml to be installed. This package is installed via init/base_packages.yml, which is currently called after init/facts.yml. This results in a situation where installs will fail due to missing python dependency. This commit splits init/facts.yml into two, and allows base_packages.yml to be run before the openshift_facts.py plugin is executed.
* | | Fix OpenStack readmeTomas Sedovic2018-01-191-1/+1
| | | | | | | | | | | | | | | | | | The ansible-playbook command in the OpenStack readme is missing a trailing backslash after the dynamic inventory. This prevents being able to copy/paste the command into the terminal and just run it as is.
* | | Drop the testing repo var from openstack readmeTomas Sedovic2018-01-181-5/+1
| |/ |/| | | | | | | | | This was introduced as a temporary fix for the origin+centos deployments. It is no longer necessary and it's confusing to newcomers.
* | Document the inventory changeTomas Sedovic2018-01-161-1/+9
| |
* | Move the OpenStack dynamic inventory from sampleTomas Sedovic2018-01-161-0/+0
| | | | | | | | | | | | | | | | | | | | Keeping the dynamic inventory in the `sample-inventory` alongside the `group_vars` poses a problem: when we update the inventory, our users won't get the latest version. The dynamic inventory should be independent of the OpenShift or OpenStack configuration and the users should be able to either pass it explicitly or create a symlink if they want.
* | Adjust openstack provider dependencies versionsBogdan Dobrelya2018-01-151-4/+3
| | | | | | | | Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
* | Fix openstack provider playbook name in docsBogdan Dobrelya2018-01-151-1/+1
| | | | | | | | Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
* | Merge pull request #6695 from mbruzek/openstack_md_fixesOpenShift Merge Robot2018-01-121-7/+7
|\ \ | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Spelling and grammar changes to the advanced-configuration.md file. I noticed some spelling errors when trying to read the OpenStack `advanced_configuration.md` file so I wanted to contribute the fixed spelling.
| * | Spelling and grammar changes to the advanced-configuration.md file.Matt Bruzek2018-01-101-7/+7
| | |
* | | Fix typo in the advanced config docsTomas Sedovic2018-01-101-1/+1
| | |
* | | Write guide on setting up PVs with CinderTomas Sedovic2018-01-101-0/+106
| | |
* | | Allow using server names in openstack dynamic invTomas Sedovic2018-01-101-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | When deploying on OpenStack with internal DNS configured, this will set `openshift_hostname` to the Nova server name instead of its IP address. Without those two matching, the OpenStack cloud provider configuration will fail and the OpenShift nodes will not start.
* | | Specify the Cinder version in the inventoryTomas Sedovic2018-01-101-0/+1
|/ / | | | | | | | | | | | | As described in[1], OpenShift currently only works with Block Storage API v2 and the version autodetection is failing to figure that out. [1]: https://github.com/openshift/openshift-docs/issues/5730
* | Merge pull request #6580 from tomassedovic/openstack-fixesOpenShift Merge Robot2018-01-083-2/+10
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Openstack fixes This includes a few fixes for the OpenStack provider. It should fix #6555 and possibly also #6560.
| * | Import prerequisites.yml for OpenStackTomas Sedovic2018-01-021-0/+3
| | |
| * | Return a openshift_node_labels as a dictTomas Sedovic2018-01-021-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | The OpenStack dynamic inventory was setting the `openshift_node_labels` value as a string which causes a failure with the `lib_utils_oo_dict_to_keqv_list` filter. Fixes #6555
| * | Fix yaml syntax error in the sample inventoryTomas Sedovic2018-01-021-2/+2
| | |
* | | Merge pull request #6627 from sdodson/import_roleScott Dodson2018-01-052-8/+8
|\ \ \ | | | | | | | | Migrate to import_role for static role inclusion
| * | | Migrate to import_role for static role inclusionScott Dodson2018-01-052-8/+8
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Ansible 2.2, the include_role directive came into existence as a Tech Preview. It is still a Tech Preview through Ansible 2.4 (and in current devel branch), but with a noteable change. The default behavior switched from static: true to static: false because that functionality moved to the newly introduced import_role directive (in order to stay consistent with include* being dynamic in nature and `import* being static in nature). The dynamic include is considerably more memory intensive as it will dynamically create a role import for every host in the inventory list to be used. (Also worth noting, there is at the time of this writing an object allocation inefficiency in the dynamic include that can in certain situations amplify this effect considerably) This change is meant to mitigate the pressure on memory for the Ansible control host. We need to evaluate where it makes sense to dynamically include roles and revert back to dynamic inclusion if and where it makes sense to do so.
* | | Merge pull request #6532 from jmencak/heat_stack-cnsOpenShift Merge Robot2018-01-052-1/+13
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Automatic merge from submit-queue. OpenStack provisioning -- support cns. Initial support for CNS nodes during OpenShift on OpenStack provisioning.
| * | OpenStack provisioning -- support cns.Jiri Mencak2018-01-022-1/+13
| | |
* | | set repos after registration: convert to match task -> import_role model.Mark Lamourine2017-12-181-3/+11
|/ /
* | Fix rhel_subscribe booleanMichael Gugino2017-12-151-2/+2
|/ | | | | | | This commit fixes a variable name to it's correct name used in a when condition. Also makes use of 'is defined' consistent.
* Allow 2 sets of hostnames for openstack providerBogdan Dobrelya2017-12-111-5/+16
| | | | | | | | | | | | | Support private/public hostnames suffixes for DNS records. Real hostnames, Inventory variables, Nova servers and ansible hostnames will ignore the custom suffixes. Those are only for nsupdates sent to external DNS servers. Related change: add openshift_openstack_public_dns_domain to the role defaults to not rely on the group vars example only. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com> Co-authored-by: Tomas Sedovic <tsedovic@redhat.com>
* Cleanup byo referencesRussell Teague2017-12-082-3/+3
|
* Include Deprecation: Convert to import_playbookRussell Teague2017-12-073-6/+6
|
* Merge pull request #6361 from mtnbikenc/consolidate-deploy-clusterScott Dodson2017-12-071-5/+2
|\ | | | | Playbook Consolidation - byo/config.yml
| * Playbook Consolidation - byo/config.ymlRussell Teague2017-12-061-5/+2
| |
* | Merge pull request #6310 from tomassedovic/openstack-rhel-subscriptionMichael Gugino2017-12-072-21/+14
|\ \ | |/ |/| Optionally subscribe OpenStack RHEL nodes
| * Remove shell environment lookupTomas Sedovic2017-12-011-2/+2
| |