diff options
| author | Eric Sauer <etsauer@gmail.com> | 2017-04-25 23:17:38 -0400 |
|---|---|---|
| committer | Andrew Block <andy.block@gmail.com> | 2017-04-25 22:17:38 -0500 |
| commit | c90d5323afc575246df2f50e9125069f3c12e81e (patch) | |
| tree | da8a02d8ab81cee2c71f89516ce558f8c36e6302 /roles/openstack-stack/files/user-data | |
| parent | e012fccc5b402b319fec7f0a0558993ee39a39f1 (diff) | |
Stack refactor (#38)
* Refactored openstack-stack role to:
- Convert static heat template files to ansible templates
- Include native ansible groups via openstack metadata. This removes the need for a playbook to map host groups
- Some code cleanup
* Deleting commentd out code and irrelevant plays
* Refactored openstack-stack role to:
- Convert static heat template files to ansible templates
- Include native ansible groups via openstack metadata. This removes the need for a playbook to map host groups
- Some code cleanup
* Deleting commentd out code and irrelevant plays
* Replacing stack parameters with jinja expressions
* Updating sample inventory to work with latest dynamic inventory changes
* updating inventory with host group mapping. making sync keys optional
* Missing cluster_hosts group
* Updating to add infra_hosts
* Updating inventory per comments from oybed and sabre1041
Diffstat (limited to 'roles/openstack-stack/files/user-data')
| -rw-r--r-- | roles/openstack-stack/files/user-data | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/roles/openstack-stack/files/user-data b/roles/openstack-stack/files/user-data deleted file mode 100644 index eb65f7cec..000000000 --- a/roles/openstack-stack/files/user-data +++ /dev/null @@ -1,13 +0,0 @@ -#cloud-config -disable_root: true - -system_info: - default_user: - name: openshift - sudo: ["ALL=(ALL) NOPASSWD: ALL"] - -write_files: - - path: /etc/sudoers.d/00-openshift-no-requiretty - permissions: 440 - content: | - Defaults:openshift !requiretty |
