summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-17Add floating IP support when using NeutronVinny Valdez
2016-06-13DNS fix to support OSEv3.2Øystein Bedin
2016-06-13Removed spaces causing issues...Øystein Bedin
2016-06-13Updating ose-provision with DNS workarounds / fixesØystein Bedin
2016-06-10Wrapping in a script to tie the two playbooks togetherEric Sauer
2016-06-09Updated inventory template to include openshift_hostname and ↵Øystein Bedin
openshift_public_hostname
2016-06-09Updated to run as root rather than cloud-user, for now...Øystein Bedin
2016-06-08Channging hard coded host groups to match openshift-ansible expected host ↵Eric Sauer
groups. Importing byo playbook now instead of nested ansible run. Need to refactor how we generate hostnames to make it fit this.
2016-06-06Fixing unescaped newlineEric Sauer
2016-06-03Subscription manager role should accomodate orgs with spacesEric Sauer
2016-06-03Reverting previous commit and making template adjustmentsEric Sauer
2016-06-03Changes to allow runs from inside a container. Also allows for running ↵Eric Sauer
upstream openshift-ansible installer
2016-05-13Changes by JayKayy for a full provision of OpenShift on OpenStackEric Sauer
2016-05-04Merge pull request #154 from oybed/ansible-dnsEric Sauer
First cut at DNS ansible roles
2016-05-04Updated dns-server role based on feedbackØystein Bedin
2016-05-04Merge branch 'openshift-enterprise-3' of github.com:rhtconsulting/rhc-ose ↵Eric Sauer
into openshift-enterprise-3
2016-05-04Merge branch 'docker-ansible-role' of git://github.com/vvaldez/rhc-ose into ↵Eric Sauer
vvaldez-docker-ansible-role
2016-05-04Merge pull request #147 from vvaldez/ose-provision-prereqsEric Sauer
Add OSE provision prerequisites
2016-04-27Fix typo in task nameVinny Valdez
2016-04-23Add docker roleVinny Valdez
- Largely taken from cicd docker.yml - Changed to using a template for docker-storage-setup - Using variables for both DEV and VG defined in defaults - Using pvs command to check for use of DEV and VG before proceeding
2016-04-22Remove getenforce and firewall tasks and use factsVinny Valdez
- Uses Ansible collected facts to determine SELinux status - Adds ansible_sudo: true when calling role - Adds tag to role when calling it
2016-04-21Add SELinux check and fail if not enforcingVinny Valdez
2016-04-21Add OSE provision prerequisitesVinny Valdez
- Install required packages - Update pacakges (moved from main.yml) - Install and disable firewalld - Install iptables-services and disable iptables - Verify and set hostname if needed
2016-04-20Updated to fix broken/missing 'defaults'...Øystein Bedin
2016-04-20Add openstack pre_tasks and ansible_sudo when calling roleVinny Valdez
2016-04-20Remove vars_prompt, add info to README to re-enable and for ansible-vaultVinny Valdez
2016-04-20Cosmetic changes to task names and move yum clean all to prereqsVinny Valdez
2016-04-20Refactor use of rhsm_password to prevent display to CLIVinny Valdez
2016-04-20Fix bad syntax with extra 'and' in when using rhsm_poolVinny Valdez
2016-04-20Refactor role to dynamically determine rhsm_methodVinny Valdez
* Removes rhsm_method * Renames rhsm_server to rhsm_satellite * Add additional pre_task checks (hosted + key) * Change conditionals from rhsm_method check to rhsm_satellite defined * Change repos disable/enable from key to if repos are defined * Update README and examples in inventory file
2016-04-20Add subscription-manager support for Hosted or SatelliteVinny Valdez
2016-04-19Updated defaults and tasks for dns-serverØystein Bedin
2016-04-19First cut at DNS ansible rolesØystein Bedin
2016-04-09Add connection test to OpenStack before proceedingVinny Valdez
2016-04-09Merge pull request #135 from vvaldez/openstack-secgroupsØystein Bedin
Looks good - merging
2016-04-08Merge pull request #149 from vvaldez/openstack-rename-for-sortingØystein Bedin
Reorder instances names to sort by env_id
2016-04-08Prepend 'casl' to default_env_idVinny Valdez
2016-04-07Change default_env_id of "testenv" to local env OS_USERNAME resolves #142Vinny Valdez
2016-04-07Reorder instances names to sort by env_idVinny Valdez
2016-04-07Change to using split to iterate and SSH rule create only onceVinny Valdez
2016-04-07Add OpenStack security group detection and creation resolves #106Vinny Valdez
2016-04-04Merge pull request #126 from etsauer/registry-enhancedØystein Bedin
Looks good - merging
2016-04-04Merge pull request #131 from JayKayy/role_infoØystein Bedin
Merging
2016-04-04Renaming template files with .j2 for clarityEric Sauer
2016-04-04fixed READMEJohn Kwiatkoski
2016-03-30Replacing yum commands and normalizing commentsEric Sauer
2016-03-29Add OpenStack SSH key parameter checkVinny Valdez
2016-03-29removing extra filesJohn Kwiatkoski
2016-03-29Shell for role variable infoJohn Kwiatkoski
2016-03-29removing deprecated filesJohn Kwiatkoski