summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* changed tint to twiest and added gshipley envThomas Wiest2015-02-232-2/+2
|
* removed kubernetes roles as they're just cruft at this point.Thomas Wiest2015-02-2328-808/+1
|
* fixed bug when updating the openshift-master sysconfig file. Also, made it ↵Thomas Wiest2015-02-231-1/+2
| | | | multi-line so we get better errors from ansible.
* Merge pull request #76 from detiber/repoChangesThomas Wiest2015-02-2311-13/+121
|\ | | | | Repo role refactor to add enterprise support
| * Repo role refactor to add enterprise supportJason DeTiberus2015-02-2211-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/sslJhon Honce2015-02-202-1/+12
|\ | | | | Fix SSL support between master and node(s)
| * Fix SSL support between master and node(s)Jhon Honce2015-02-202-1/+12
|/
* Merge pull request #74 from detiber/ssl2Jhon Honce2015-02-203-21/+30
|\ | | | | Additional changes for SSL enabling the api and console ports
| * fix service definition for openshift-nodeJason DeTiberus2015-02-201-1/+1
| |
| * Use the full path for the kubeconfigJason DeTiberus2015-02-201-1/+1
| |
| * Set and export KUBECONFIG in root user .bash_profileJason DeTiberus2015-02-202-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 Honce2015-02-192-4/+5
| |
* | Merge pull request #68 from kwoodson/gce_helper_fixKenny Woodson2015-02-192-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 _metaKenny Woodson2015-02-192-10/+34
|/
* Update README.mdDan McPherson2015-02-171-1/+1
|
* Merge pull request #63 from tdawson/2015-02/ReposTroy Dawson2015-02-175-39/+34
|\ | | | | Fixup yum repos
| * fixup oso-rhui reposTroy Dawson2015-02-1731-92/+131
| |\ | |/ |/|
* | Merge pull request #61 from jwhonce/wip/kubeconfigJhon Honce2015-02-1730-89/+147
|\ \ | | | | | | Update playbooks for latest origin code
| * | * CRUD temp directory on local machineJhon Honce2015-02-171-2/+1
| | |
| * | * Use hostname moduleJhon Honce2015-02-173-51/+9
| | | | | | | | | | | | * Use mktemp for scratch directory
| * | Update code to reflect review commentsJhon Honce2015-02-162-10/+12
| | |
| * | - Rename minion to nodeJhon Honce2015-02-1629-87/+186
| | | | | | | | | | | | - Update playbooks to support latest code
| * | Use more descriptive name in Development ProjectJhon Honce2015-02-132-2/+2
| | |
| | * remove the add-hoc docker repoTroy Dawson2015-02-175-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_fixKenny Woodson2015-02-161-3/+3
|\ \ | |/ |/| Fixed issue where --name was insufficient to apply config.
| * Fixed a couple of other variables that were incorrect.Kenny Woodson2015-02-131-2/+2
| |
| * Fixing tag name to prepend aws identifier.Kenny Woodson2015-02-131-1/+1
|/
* Merge pull request #59 from twiest/prJhon Honce2015-02-131-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 Wiest2015-02-131-3/+15
|/
* Merge pull request #55 from kwoodson/oscpKenny Woodson2015-02-126-37/+253
|\ | | | | oscp tooling
| * Updated zsh completion to work with oscpKenny Woodson2015-02-122-5/+9
| |
| * Cleanup before PR approval.Kenny Woodson2015-02-122-2/+0
| |
| * Updated oscp and ossh.Kenny Woodson2015-02-113-16/+10
| |
| * Checking in oscp.Kenny Woodson2015-02-113-88/+81
| |
| * initial commit of scp utilitiyKenny Woodson2015-02-112-1/+228
|/
* Merge pull request #54 from kwoodson/osshKenny Woodson2015-02-057-3/+370
|\ | | | | Adding ssh dynamic hosts capabilities
| * Removed unneeded debug statement.Kenny Woodson2015-02-051-3/+0
| |
| * Removed comments and cleaned up code.Kenny Woodson2015-02-055-127/+28
| |
| * Attempting to only refresh cache when doing --list on ossh.Kenny Woodson2015-02-054-13/+34
| |
| * Updated tab completion as well as respecting ssh config files.Kenny Woodson2015-02-053-8/+9
| |
| * Fixed zsh completion.Kenny Woodson2015-02-051-6/+10
| |
| * Adding [tab] completion for bash and zsh.Kenny Woodson2015-02-043-10/+45
| |
| * Renamed ossh.py and added bash completion functionKenny Woodson2015-02-044-5/+47
| |
| * ossh script added for ssh meta query capabilitiesKenny Woodson2015-02-032-15/+202
| |
| * Adding ossh.pyKenny Woodson2015-01-302-1/+64
| |
| * added opssh.pyThomas Wiest2015-01-283-0/+116
| |
* | Merge pull request #53 from twiest/atomicThomas Wiest2015-02-0515-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 Wiest2015-02-052-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 Wiest2015-02-053-12/+0
| | |
| * | removed the usage of yaml '>' for multiline entries and replaced them with ↵Thomas Wiest2015-02-0510-74/+69
|/ / | | | | | | yaml dictionaries as demonstrated by the ansible documentation.