Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #77 from twiest/conf_bug | Thomas Wiest | 2015-02-23 | 31 | -811/+5 |
|\ | | | | | Fixed bug that was causing cluster creates to fail. Cleaned up cruft. | ||||
| * | changed tint to twiest and added gshipley env | Thomas Wiest | 2015-02-23 | 2 | -2/+2 |
| | | |||||
| * | removed kubernetes roles as they're just cruft at this point. | Thomas Wiest | 2015-02-23 | 28 | -808/+1 |
| | | |||||
| * | fixed bug when updating the openshift-master sysconfig file. Also, made it ↵ | Thomas Wiest | 2015-02-23 | 1 | -1/+2 |
|/ | | | | multi-line so we get better errors from ansible. | ||||
* | Merge pull request #76 from detiber/repoChanges | Thomas Wiest | 2015-02-23 | 11 | -13/+121 |
|\ | | | | | Repo role refactor to add enterprise support | ||||
| * | Repo role refactor to add enterprise support | Jason DeTiberus | 2015-02-22 | 11 | -13/+121 |
|/ | | | | | - Add openshift_additional_repos config that allows for setting custom repos - cleanup yum repos that were configured for other deployment types | ||||
* | Merge pull request #75 from jwhonce/wip/ssl | Jhon Honce | 2015-02-20 | 2 | -1/+12 |
|\ | | | | | Fix SSL support between master and node(s) | ||||
| * | Fix SSL support between master and node(s) | Jhon Honce | 2015-02-20 | 2 | -1/+12 |
|/ | |||||
* | Merge pull request #74 from detiber/ssl2 | Jhon Honce | 2015-02-20 | 3 | -21/+30 |
|\ | | | | | Additional changes for SSL enabling the api and console ports | ||||
| * | fix service definition for openshift-node | Jason DeTiberus | 2015-02-20 | 1 | -1/+1 |
| | | |||||
| * | Use the full path for the kubeconfig | Jason DeTiberus | 2015-02-20 | 1 | -1/+1 |
| | | |||||
| * | Set and export KUBECONFIG in root user .bash_profile | Jason DeTiberus | 2015-02-20 | 2 | -20/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | - roles/base_os: Without this, the root user would need to manually configure this variable before attempting to run any osc commands - roles/base_os: Cleanup the firewall service definition and only pause when the service state changes. - roles/openshift_master: use Akram's suggestion of simplifying the firewall config - roles/openshift_master: explicitly disable previously exposed ports that are no longer exposed (8080/tcp I'm looking at you). | ||||
| * | Fix SSL support between master and node(s) | Jhon Honce | 2015-02-19 | 2 | -4/+5 |
| | | |||||
* | | Merge pull request #68 from kwoodson/gce_helper_fix | Kenny Woodson | 2015-02-19 | 2 | -10/+34 |
|\ \ | |/ |/| | Fix for the latest changes to gce list. Now correctly using _meta and host vars. | ||||
| * | Fixed an issue with the latest gce list. Correctly handles _meta | Kenny Woodson | 2015-02-19 | 2 | -10/+34 |
|/ | |||||
* | Update README.md | Dan McPherson | 2015-02-17 | 1 | -1/+1 |
| | |||||
* | Merge pull request #63 from tdawson/2015-02/Repos | Troy Dawson | 2015-02-17 | 5 | -39/+34 |
|\ | | | | | Fixup yum repos | ||||
| * | fixup oso-rhui repos | Troy Dawson | 2015-02-17 | 31 | -92/+131 |
| |\ | |/ |/| | |||||
* | | Merge pull request #61 from jwhonce/wip/kubeconfig | Jhon Honce | 2015-02-17 | 30 | -89/+147 |
|\ \ | | | | | | | Update playbooks for latest origin code | ||||
| * | | * CRUD temp directory on local machine | Jhon Honce | 2015-02-17 | 1 | -2/+1 |
| | | | |||||
| * | | * Use hostname module | Jhon Honce | 2015-02-17 | 3 | -51/+9 |
| | | | | | | | | | | | | * Use mktemp for scratch directory | ||||
| * | | Update code to reflect review comments | Jhon Honce | 2015-02-16 | 2 | -10/+12 |
| | | | |||||
| * | | - Rename minion to node | Jhon Honce | 2015-02-16 | 29 | -87/+186 |
| | | | | | | | | | | | | - Update playbooks to support latest code | ||||
| * | | Use more descriptive name in Development Project | Jhon Honce | 2015-02-13 | 2 | -2/+2 |
| | | | |||||
| | * | remove the add-hoc docker repo | Troy Dawson | 2015-02-17 | 5 | -11/+25 |
| |/ |/| | | | | | | | | | | | | | | | | | | | | | Fix up libra candidate repo config file Fix up rhel 7 rhui repo config file Add rhel 7 rhui extras repo, which has docker in it Separate rhel 7 extras into its own config file Add rhel 7 extras so that we have docker | ||||
* | | Merge pull request #60 from kwoodson/host_type_fix | Kenny Woodson | 2015-02-16 | 1 | -3/+3 |
|\ \ | |/ |/| | Fixed issue where --name was insufficient to apply config. | ||||
| * | Fixed a couple of other variables that were incorrect. | Kenny Woodson | 2015-02-13 | 1 | -2/+2 |
| | | |||||
| * | Fixing tag name to prepend aws identifier. | Kenny Woodson | 2015-02-13 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #59 from twiest/pr | Jhon Honce | 2015-02-13 | 1 | -3/+15 |
|\ | | | | | Updated to the latest gce.py from upstream. It includes _meta and hostvars!!! | ||||
| * | Updated to the latest gce.py from upstream. It includes _meta and hostvars!!! | Thomas Wiest | 2015-02-13 | 1 | -3/+15 |
|/ | |||||
* | Merge pull request #55 from kwoodson/oscp | Kenny Woodson | 2015-02-12 | 6 | -37/+253 |
|\ | | | | | oscp tooling | ||||
| * | Updated zsh completion to work with oscp | Kenny Woodson | 2015-02-12 | 2 | -5/+9 |
| | | |||||
| * | Cleanup before PR approval. | Kenny Woodson | 2015-02-12 | 2 | -2/+0 |
| | | |||||
| * | Updated oscp and ossh. | Kenny Woodson | 2015-02-11 | 3 | -16/+10 |
| | | |||||
| * | Checking in oscp. | Kenny Woodson | 2015-02-11 | 3 | -88/+81 |
| | | |||||
| * | initial commit of scp utilitiy | Kenny Woodson | 2015-02-11 | 2 | -1/+228 |
|/ | |||||
* | Merge pull request #54 from kwoodson/ossh | Kenny Woodson | 2015-02-05 | 7 | -3/+370 |
|\ | | | | | Adding ssh dynamic hosts capabilities | ||||
| * | Removed unneeded debug statement. | Kenny Woodson | 2015-02-05 | 1 | -3/+0 |
| | | |||||
| * | Removed comments and cleaned up code. | Kenny Woodson | 2015-02-05 | 5 | -127/+28 |
| | | |||||
| * | Attempting to only refresh cache when doing --list on ossh. | Kenny Woodson | 2015-02-05 | 4 | -13/+34 |
| | | |||||
| * | Updated tab completion as well as respecting ssh config files. | Kenny Woodson | 2015-02-05 | 3 | -8/+9 |
| | | |||||
| * | Fixed zsh completion. | Kenny Woodson | 2015-02-05 | 1 | -6/+10 |
| | | |||||
| * | Adding [tab] completion for bash and zsh. | Kenny Woodson | 2015-02-04 | 3 | -10/+45 |
| | | |||||
| * | Renamed ossh.py and added bash completion function | Kenny Woodson | 2015-02-04 | 4 | -5/+47 |
| | | |||||
| * | ossh script added for ssh meta query capabilities | Kenny Woodson | 2015-02-03 | 2 | -15/+202 |
| | | |||||
| * | Adding ossh.py | Kenny Woodson | 2015-01-30 | 2 | -1/+64 |
| | | |||||
| * | added opssh.py | Thomas Wiest | 2015-01-28 | 3 | -0/+116 |
| | | |||||
* | | Merge pull request #53 from twiest/atomic | Thomas Wiest | 2015-02-05 | 15 | -88/+106 |
|\ \ | | | | | | | Changed os2-atomic-proxy to be able to launch inside of both a vpc and classic. Changed STG to default to launching in a vpc, prod still launches in classic. Also cleaned up some cruft. | ||||
| * | | changed os2-atomic-proxy to be able to launch inside of both a vpc and ↵ | Thomas Wiest | 2015-02-05 | 2 | -2/+37 |
| | | | | | | | | | | | | classic. Changed STG to default to launching in a vpc, prod still launches in classic. | ||||
| * | | removed ignore_bug_6407 as that bug has now been fixed by ansible. | Thomas Wiest | 2015-02-05 | 3 | -12/+0 |
| | | |