summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* change cooktheryan to openshiftRyan Cook2017-02-010-0/+0
|
* gce provider fixes (#250)Ryan Cook2017-02-010-0/+0
| | | | | | | | | | | | | | | | | | * gce provider fixes * removal of osm entries * path fix * formatting change * linting * move a line * another fix of cloud-config file * more linting
* static inventory creation (#244)Ryan Cook2017-02-010-0/+0
| | | | | | * intial commit of static inventory creation * git ignore static inventory file in gce and fix ups for travis
* Define openshift_master_default_subdomainBrad Durrow2017-02-010-0/+0
|
* Addition of update playbook (#247)Ryan Cook2017-02-010-0/+0
| | | | | | | | | | | | | | | | | | | | * testing patching the system to resolve sub-manager errors * trailing space fix * needed to gather facts * improper ordering * switching to double quotes to match openshift-ansible * Update openshift-install.yaml No longer including the playbook in the deployment but just defining it * Update main.yaml Rolling back the change
* Merge pull request #245 from chekolyn/vagrant-fix02Jason DeTiberus2017-01-310-0/+0
|\ | | | | Vagrant fixes
| * Vagrant fixesSergio Aguilar2017-01-310-0/+0
| | | | | | | | | | | | 1)Fix glitch with vagrant and eth1 not having an active ip after first boot. Removed unnecessary ntp install by script; will be done by openshift install.
| * Vagrant fixesSergio Aguilar2017-01-300-0/+0
| | | | | | | | | | 1) Added ntp 2) Fix glitch with vagrant and eth1 not having an active ip after first boot.
* | Do initial create to make sure the hosts attach without waitGlenn West2017-01-310-0/+0
| |
* | removal of unneeded modulesRyan Cook2017-01-310-0/+0
| |
* | add node fix due to playbook movement (#239)Ryan Cook2017-01-300-0/+0
| | | | | | | | | | | | | | | | | | | | * add node fix due to playbook movement * yaml lint cleanup * improper spacing fix pt2 * fix of CentOS typo
* | Merge pull request #237 from detiber/cleanupJason DeTiberus2017-01-271-5/+5
|\ \ | | | | | | Cleanup and add travis/tox testing
| * | Update README for how to run testsJason DeTiberus2017-01-270-0/+0
| | |
| * | 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
| |