Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #491 from tzumainn/openstack-heat-stack-update | Tomas Sedovic | 2017-06-26 | 3 | -0/+7 |
|\ | | | | | Add node_removal_policies variable to openstack provisioning to allow for scaling down | ||||
| * | rename node_removal_policies, add some comments and defaults | Tzu-Mainn Chen | 2017-06-23 | 3 | -4/+5 |
| | | |||||
| * | Add node_removal_policies variable to allow for scaling down | Tzu-Mainn Chen | 2017-06-21 | 3 | -0/+6 |
| | | |||||
* | | Merge pull request #499 from Tlacenka/all_yml_remove_whitespace | Tomas Sedovic | 2017-06-26 | 1 | -24/+24 |
|\ \ | | | | | | | all.yml: removed whitespaces in front of variables | ||||
| * | | all.yml: removed whitespaces in front of variables | Katerina Pilatova | 2017-06-23 | 1 | -24/+24 |
| | | | |||||
* | | | Merge pull request #497 from Tlacenka/master | Tomas Sedovic | 2017-06-23 | 1 | -0/+4 |
|\| | | | | | | | | OSEv3.yml: added option to ignore set hardware limits for RAM and DISK | ||||
| * | | removed whitespace in front of commented variable | Katerina Pilatova | 2017-06-23 | 1 | -1/+1 |
| | | | |||||
| * | | OSEv3.yml: trailing space... | Katerina Pilatova | 2017-06-23 | 1 | -1/+1 |
| | | | |||||
| * | | OSEv3.yml: added option to ignore set hardware limits for RAM and DISK | Katerina Pilatova | 2017-06-23 | 1 | -0/+4 |
| | | | |||||
* | | | Merge pull request #488 from bogdando/fix_flat_sg | Bogdan Dobrelya | 2017-06-23 | 1 | -0/+11 |
|\ \ \ | |/ / |/| | | Fix flat sec group and infra/dns sec rules | ||||
| * | | Fix flat sec group and infra/dns sec rules | Bogdan Dobrelya | 2017-06-23 | 1 | -0/+11 |
| |/ | | | | | | | | | | | | | | | | | | | Make flat sec group to only merge node/master/etcd sec rules. Add basic dns/ssh sec group and assign it to all but dns node groups. Assign only dns sec group for dns nodes. Assign only infra (and basic) sec groups for ingra nodes. Add security notes for openstack provider. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com> | ||||
* / | Use cached facts, do not become for localhost (#484) | Bogdan Dobrelya | 2017-06-21 | 2 | -1/+11 |
|/ | | | | | | Prohibit sudoing for localhost played tasks, like DNS setup. Re-use cached facts to speed up deployment. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com> | ||||
* | Add profiling and skippy stdout (#470) | Bogdan Dobrelya | 2017-06-20 | 1 | -0/+2 |
| | | | | | | | Tune an example ansible.cfg to include tasks profiling info and improve displaying of skipped tasks. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com> | ||||
* | Fix flake8 errors with the openstack inventory | Tomas Sedovic | 2017-06-16 | 1 | -5/+5 |
| | |||||
* | Fix yamllint errors | Tomas Sedovic | 2017-06-16 | 6 | -13/+6 |
| | |||||
* | Update sample inventory with the latest changes | Tomas Sedovic | 2017-06-16 | 3 | -16/+31 |
| | |||||
* | Gather facts for provision playbook | Bogdan Dobrelya | 2017-06-15 | 1 | -0/+1 |
| | | | | | | | | | Provision tasks use facts like ansible_hostname and few others. W/o gathering facts, those expire, and the provision playbook cannot be reapplied in order to update the existing heat stack. Refresh the facts cache by specifying gather_facts: true. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com> | ||||
* | Drop atomic-openshift-utils, update docs for origin | Bogdan Dobrelya | 2017-06-15 | 1 | -1/+10 |
| | | | | | | | | TODO use with when: ansible_distribution == 'CentOS' Also update docs for origin Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com> | ||||
* | Add ansible.cfg for openstack provider | Bogdan Dobrelya | 2017-06-15 | 2 | -0/+23 |
| | | | | Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com> | ||||
* | Add a flat sec group for openstack provider | Bogdan Dobrelya | 2017-06-15 | 3 | -4/+12 |
| | | | | | | | | | | Add a openstack_flat_secgroup, defaults to False. When set, merges sec rules for master, node, etcd, infra nodes into a single group. Less secure, but might help to mitigate quota limitations. Update docs. Use timeout 30s to mitigate the error: Timeout (12s) waiting for privilege escalation prompt. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com> | ||||
* | Fix privileges in the pre-install playbook | Tomas Sedovic | 2017-06-15 | 2 | -11/+12 |
| | |||||
* | Add default values to provision-openstack.yml | Tomas Sedovic | 2017-06-14 | 1 | -8/+8 |
| | |||||
* | Move pre_tasks from to the openstack provisioner | Tomas Sedovic | 2017-06-14 | 1 | -0/+39 |
| | | | | | We should probably not pollute the role namespace with a name as common as "common". Moving the pre_task.yml to provisioners/openstack instead. | ||||
* | Add readme | Tomas Sedovic | 2017-06-14 | 1 | -0/+113 |
| | |||||
* | Add license for openstack.py in inventory | Tomas Sedovic | 2017-06-14 | 1 | -0/+674 |
| | | | | It's under the GPLv3+ while the rest of the repo is Apache 2. | ||||
* | Add a sample inventory for openstack provisioning | Tomas Sedovic | 2017-06-14 | 5 | -0/+350 |
| | |||||
* | Symlink roles to provisioning/openstack/roles | Tomas Sedovic | 2017-06-14 | 1 | -0/+1 |
| | |||||
* | Add a single provisioning playbook | Tomas Sedovic | 2017-06-14 | 1 | -0/+4 |
| | |||||
* | Move the openstack provisioning playbooks | Tomas Sedovic | 2017-06-14 | 5 | -0/+227 |
They'll live in playbooks/provisioning/openstack from now on. |