Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add enhancements for for terminate playbook | Vinny Valdez | 2016-07-07 | 0 | -0/+0 |
| | | | | | | | | | | | | | | * Fixes Issue #206 * Add check for valid item when attempting to delete objects * Add debug on all variables when using dry_run * Changed default ansible_ssh_user to cloud-user in line with standard cloud guest image * Add count for ips and volumes to display since these may not always be the same as instance count * Enhance displayed warning/note message to include new counts * It is possible for an instance to not have a floating IP for whatever reason (such as manually deallocating or releasing the IP), in this case SSH will not work to the instance so it will not be included in the host group to attempt subscription manager unregister, but will still be deleted * It is possible that an instance will have a volume created but not attached. In this case as a precautionary measure I am excluding these unattached volumes from the deletion in case this was intentionally detached to preserve data. We can further discuss if this should be a parameter to override instead or if we need to change this behavior. * Excluded instances in ERROR state as they will most likely not delete. We can discuss if this should be parameterized instead. * Added prompt variable defaulted to true but can be set to false * Added unregister variable defaulted to true but can be set to false | ||||
* | Merge pull request #194 from etsauer/provisioning-script-enhancements | Andrew Block | 2016-07-06 | 0 | -0/+0 |
|\ | | | | | Enhancements and Adjustments to support ansible 2.x | ||||
| * | Minor updates for ansible 2.1 compatibility | Eric Sauer | 2016-07-01 | 0 | -0/+0 |
| | | |||||
| * | Should be looking for generated inventory file in SCRIPTS_BASE_DIR | Eric Sauer | 2016-06-27 | 0 | -0/+0 |
| | | |||||
| * | Enhanced provisioning script with better error checking, diretory awareness, ↵ | Eric Sauer | 2016-06-27 | 0 | -0/+0 |
| | | | | | | | | and improved help output | ||||
* | | Merge pull request #196 from vvaldez/openstack-terminate-release-floating-ips | Eric Sauer | 2016-07-05 | 0 | -0/+0 |
|\ \ | | | | | | | Add Neutron floating IP support and other tweaks | ||||
| * | | Add Neutron floating IP support for Issue #195 | Vinny Valdez | 2016-06-29 | 0 | -0/+0 |
| |/ | | | | | | | | | * Add check for and set_fact if Neutron is in use which is used by several tasks * This PR was originally longer and contained the now split off PR #197 | ||||
* | | Merge pull request #203 from rhtconsulting/cicd-updates | Eric Sauer | 2016-07-05 | 0 | -0/+0 |
|\ \ | | | | | | | Updated CICD implementation to support ETL OSP env | ||||
| * | | Updated CICD implementation to support ETL OSP env | Øystein Bedin | 2016-07-01 | 0 | -0/+0 |
| |/ | |||||
* | | Merge pull request #204 from rhtconsulting/ose-inventory | Eric Sauer | 2016-07-05 | 0 | -0/+0 |
|\ \ | | | | | | | Updated OSE inventory file with some clean-up | ||||
| * | | Updated OSE inventory file with some clean-up | Øystein Bedin | 2016-07-01 | 0 | -0/+0 |
| |/ | |||||
* | | Merge pull request #171 from sabre1041/ansible-disconnected-git | Eric Sauer | 2016-07-05 | 0 | -0/+0 |
|\ \ | | | | | | | Role for disconnected git server | ||||
| * | | Added example of disconnected git inventory file | Andrew Block | 2016-05-28 | 0 | -0/+0 |
| | | | |||||
| * | | Added additional yum dependency and corrected spelling | Andrew Block | 2016-05-23 | 0 | -0/+0 |
| | | | |||||
| * | | Role for disconnected git server | Andrew Block | 2016-05-21 | 0 | -0/+0 |
| | | | |||||
* | | | Re-implements original subscription-manager role invokation that was | Vinny Valdez | 2016-06-22 | 0 | -0/+0 |
| |/ |/| | | | | | removed in PR# 168. | ||||
* | | Merge pull request #157 from vvaldez/satellite-with-org | Eric Sauer | 2016-06-21 | 1 | -0/+12 |
|\ \ | | | | | | | Add org parameter to Satellite with user/pass | ||||
| * | | Add org parameter to Satellite with user/pass | Vinny Valdez | 2016-04-23 | 1 | -0/+12 |
| | | | |||||
* | | | Updated per latest | Øystein Bedin | 2016-06-21 | 0 | -0/+0 |
|\ \ \ | |||||
| * \ \ | Merge pull request #132 from vvaldez/openstack-deprovision | Eric Sauer | 2016-06-21 | 0 | -0/+0 |
| |\ \ \ | | | | | | | | | | | Add OpenStack terminate | ||||
| | * | | | Add unique image logic and rename playbook to terminate.yml | Vinny Valdez | 2016-04-21 | 0 | -0/+0 |
| | | | | | |||||
| | * | | | Add ansible_sudo: true to subscription-manager task | Vinny Valdez | 2016-04-20 | 0 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * This matches PR#133 enabling ansible_sudo: true when calling that role * Also changes max_instances check from >= to just > to allow 2 full default environments to be removed (6 max_instances) | ||||
| | * | | | Refactor debug flag to be dry_run and other small changes | Vinny Valdez | 2016-04-20 | 0 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - Removed debug statements and instead display on pause prompt - Moved to playbooks directory | ||||
| | * | | | Add deprovision playbook using nova list with sanity checks | Vinny Valdez | 2016-04-20 | 0 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add minimum length check for env_id - Add max_instances check - Remove dynamic openstack.py inventory - Add override to bypass checks | ||||
| * | | | | Loosen up the DNS server a bit to allow for ETL OSP installs | Øystein Bedin | 2016-06-21 | 0 | -0/+0 |
| | | | | | |||||
| * | | | | Removing temporary file | Øystein Bedin | 2016-06-21 | 0 | -0/+0 |
| | | | | | |||||
| * | | | | Updated inventory and template file to make cluster config optional | Øystein Bedin | 2016-06-21 | 0 | -0/+0 |
| | | | | | |||||
| * | | | | Merge pull request #189 from etsauer/dns-image-name-fix | Øystein Bedin | 2016-06-20 | 0 | -0/+0 |
| |\ \ \ \ | | | | | | | | | | | | | Simple change and I ran through a provisioning test to verify that the correct image got picked up. Looks good, merging. | ||||
| | * | | | | Image name for DNS server becomes configurable. | Eric Sauer | 2016-06-20 | 0 | -0/+0 |
| | | | | | | |||||
| * | | | | | Updated to remove repos from playbook + fix typo | Øystein Bedin | 2016-06-17 | 0 | -0/+0 |
| |/ / / / | |||||
* / / / / | Cleande up hostname role to make it more generic | Øystein Bedin | 2016-06-17 | 2 | -50/+21 |
|/ / / / | |||||
* | | | | Add floating IP support when using Neutron | Vinny Valdez | 2016-06-17 | 0 | -0/+0 |
| | | | | |||||
* | | | | DNS fix to support OSEv3.2 | Øystein Bedin | 2016-06-13 | 0 | -0/+0 |
| | | | | |||||
* | | | | Removed spaces causing issues... | Øystein Bedin | 2016-06-13 | 0 | -0/+0 |
| | | | | |||||
* | | | | Updating ose-provision with DNS workarounds / fixes | Øystein Bedin | 2016-06-13 | 0 | -0/+0 |
| | | | | |||||
* | | | | Wrapping in a script to tie the two playbooks together | Eric Sauer | 2016-06-10 | 0 | -0/+0 |
| | | | | |||||
* | | | | Updated inventory template to include openshift_hostname and ↵ | Øystein Bedin | 2016-06-09 | 0 | -0/+0 |
| | | | | | | | | | | | | | | | | openshift_public_hostname | ||||
* | | | | Updated to run as root rather than cloud-user, for now... | Øystein Bedin | 2016-06-09 | 1 | -1/+1 |
| | | | | |||||
* | | | | Channging hard coded host groups to match openshift-ansible expected host ↵ | Eric Sauer | 2016-06-08 | 2 | -13/+12 |
| | | | | | | | | | | | | | | | | groups. Importing byo playbook now instead of nested ansible run. Need to refactor how we generate hostnames to make it fit this. | ||||
* | | | | Fixing unescaped newline | Eric Sauer | 2016-06-06 | 0 | -0/+0 |
| | | | | |||||
* | | | | Subscription manager role should accomodate orgs with spaces | Eric Sauer | 2016-06-03 | 1 | -1/+1 |
| | | | | |||||
* | | | | Reverting previous commit and making template adjustments | Eric Sauer | 2016-06-03 | 1 | -0/+8 |
| | | | | |||||
* | | | | Changes to allow runs from inside a container. Also allows for running ↵ | Eric Sauer | 2016-06-03 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | upstream openshift-ansible installer | ||||
* | | | | Changes by JayKayy for a full provision of OpenShift on OpenStack | Eric Sauer | 2016-05-13 | 9 | -1/+113 |
| |_|/ |/| | | |||||
* | | | Merge pull request #154 from oybed/ansible-dns | Eric Sauer | 2016-05-04 | 0 | -0/+0 |
|\ \ \ | | | | | | | | | First cut at DNS ansible roles | ||||
| * | | | Updated dns-server role based on feedback | Øystein Bedin | 2016-05-04 | 0 | -0/+0 |
| | | | | |||||
| * | | | Updated to fix broken/missing 'defaults'... | Øystein Bedin | 2016-04-20 | 0 | -0/+0 |
| | | | | |||||
| * | | | Updated defaults and tasks for dns-server | Øystein Bedin | 2016-04-19 | 0 | -0/+0 |
| | | | | |||||
| * | | | First cut at DNS ansible roles | Øystein Bedin | 2016-04-19 | 0 | -0/+0 |
| |/ / | |||||
* | | | Merge branch 'openshift-enterprise-3' of github.com:rhtconsulting/rhc-ose ↵ | Eric Sauer | 2016-05-04 | 0 | -0/+0 |
|\ \ \ | | | | | | | | | | | | | into openshift-enterprise-3 |