summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update for yamllint errorsJason DeTiberus2017-01-261-5/+5
|
* update setup.py to fix yamllint errorJason DeTiberus2017-01-260-0/+0
|
* Add build status to readmeJason DeTiberus2017-01-260-0/+0
|
* add travis/tox testingJason DeTiberus2017-01-260-0/+0
|
* remove old aws provisioning playbooksJason DeTiberus2017-01-260-0/+0
|
* Merge pull request #228 from DanyC97/remove-empty-linesDavis Phillips2017-01-260-0/+0
|\ | | | | Made all playbooks, roles consistent
| * Made all playbooks, roles consistent by adding --- and removing empty lines“DanyC97”2017-01-240-0/+0
| |
* | Merge pull request #233 from cooktheryan/block-validateDavis Phillips2017-01-260-0/+0
|\ \ | | | | | | now using blocks for validation
| * | now using blocks for validationRyan Cook2017-01-250-0/+0
| | |
* | | Use openshift.common facts to reference oc and oadmBrad Durrow2017-01-250-0/+0
| | |
* | | refactor restart atomic-openshift-node task to work with other deployment typesBrad Durrow2017-01-250-0/+0
|/ /
* / Removal of selinux bug fix (#227)Ryan Cook2017-01-250-0/+0
|/ | | | | | | | | | * testing failure * testing removing selinux fix * adding items back into place * rollback of gcloud from testing
* 3.4 release (#188)Ryan Cook2017-01-240-0/+0
| | | | | | | | | | | | * prep for 3.4 release * 3.3 -> 3.4 in gce * additional package required for 3.4 * Update README.md * Update README.md
* Merge pull request #223 from DanyC97/remove-duplicated-fileDavis Phillips2017-01-240-0/+0
|\ | | | | Delete post-install-check.yaml file and replace it with post-validati…
| * Delete post-install-check.yaml file and replace it with post-validation.yaml“DanyC97”2017-01-230-0/+0
| |
* | unregister script to go along with teardownRyan Cook2017-01-240-0/+0
| |
* | Merge pull request #214 from DanyC97/fix-ssh_key-filenameDavis Phillips2017-01-230-0/+0
|\ \ | | | | | | VMware - Fix ssh_key filename to match ansible.cfg
| * | Fix ssh_key filename to match ansible.cfg“DanyC97”2017-01-220-0/+0
| |/
* | Merge pull request #221 from chekolyn/vagrant-fix01Jason DeTiberus2017-01-230-0/+0
|\ \ | | | | | | Fix Vagrant roles symlink
| * | Fix Vagrant role symlinkSergio Aguilar2017-01-220-0/+0
| |/
* | Merge pull request #216 from DanyC97/add-log_path-issue-215Davis Phillips2017-01-230-0/+0
|\ \ | | | | | | VMware - Add the log_path into ansible.cfg
| * | VMware - Add the log_path into ansible.cfg“DanyC97”2017-01-230-0/+0
| |/
* | Merge pull request #220 from DanyC97/parameterize-deployment_typeDavis Phillips2017-01-230-0/+0
|\ \ | | | | | | VMware - parameterize the deployment_type
| * | Option to chose the deployment_type. Also updated the doc“DanyC97”2017-01-220-0/+0
| |/
* / 3 infra nodes for 0 downtime upgradeRyan Cook2017-01-230-0/+0
|/
* Merge pull request #209 from glennswest/masterGlenn S West2017-01-210-0/+0
|\ | | | | Remove the doublestar of traffic manager
| * Remove the doublestar of traffic managerGlenn West2017-01-210-0/+0
|/
* Merge pull request #207 from glennswest/masterGlenn S West2017-01-210-0/+0
|\ | | | | Fix mispelling in wildcardzone spelling
| * Fix mispelling in wildcardzone spellingGlenn West2017-01-210-0/+0
|/
* Merge pull request #206 from cooktheryan/davisDavis Phillips2017-01-200-0/+0
|\ | | | | inclusion of TLDR and missing package
| * inclusion of TLDR and missing packageRyan Cook2017-01-200-0/+0
|/
* Merge pull request #204 from glennswest/masterGlenn S West2017-01-200-0/+0
|\ | | | | Fix 3.4 load balancing via wildcard zone in traffic manager.
| * fix wildcard zone/lb connectionGlenn West2017-01-200-0/+0
| |
| * Add a double star wildcard entry into AppTM level load balancerGlenn West2017-01-200-0/+0
|/
* Merge pull request #185 from warmchang/fix0Jason DeTiberus2017-01-190-0/+0
|\ | | | | the fedora/25-cloud-base box is avaliable.
| * the fedora/25-cloud-base box is avaliable.William Chang2017-01-150-0/+0
| |
* | Add a nohup to make sure script is not killed on completion of extension scriptGlenn West2017-01-190-0/+0
| |
* | Move to 3.4Glenn West2017-01-180-0/+0
| |
* | Fix encapsulation of create_volumes scripts and make sure its run in backgroundGlenn West2017-01-180-0/+0
| |
* | Merge pull request #199 from cooktheryan/brownfieldDavis Phillips2017-01-180-0/+0
|\ \ | | | | | | Brownfield is not calling the template correctly
| * | addition of a variable and change to just specify stack_nameRyan Cook2017-01-180-0/+0
|/ /
* | Vmware guest (#195)Davis Phillips2017-01-180-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Making providers common * moving directory locations * using links and removal of vars file callout * rename of file * went block crazy * cleanup * add to remove * adding in these to pull common providers into my master * merging some conflicts * merging ocp-on-vmware.py * making some changes including removing local rhn_repos and subscriptions also added PyYAML and some other packages to vmware-guest-setup * Update ocp-on-vmware.ini * Update openshift-install.yaml * Update vmware_inventory.ini * Added support for multiple error checks in INI variables * Update ocp-on-vmware.ini * adding mods to * updating roles * updating roles * Merging install * Updating with merge * Removed rhn local components * Removed local validate * removing password and vcenter ip from inventory INI * removing password and vcenter ip from pytrhon INI * Update main.yaml * Adding vmware_guest to repo * Removed roles and added datacenter and netmask options * Added registry modification * Update main.yaml * Update setup_ansible.sh 3.4 -> 3.3 * moved things around for consistency with aws and removed vm_interface but added vm_network * mend * mend * mend
* | hide github organization id/secretIlkka Tengvall2017-01-180-0/+0
| | | | | | as it was visible in confirmation.
* | Merge pull request #194 from cooktheryan/rpmDavis Phillips2017-01-170-0/+0
|\ \ | | | | | | readme updates for packages
| * | Update README.mdRyan Cook2017-01-170-0/+0
| | | | | | | | | better wording
| * | readme updates for packagesRyan Cook2017-01-170-0/+0
| | |
* | | Make volume creation setup occur in backgroundGlenn West2017-01-170-0/+0
| | |
* | | Disable update of WALinuxAgentGlenn West2017-01-160-0/+0
|/ /
* | added function to find net id by name for use on rhel7.xMark Lamourine2017-01-160-0/+0
| |
* | create the user-data directory if neededMark Lamourine2017-01-160-0/+0
| |