Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleaned up ansible tower | Matt Woodson | 2015-02-24 | 2 | -5/+4 |
| | |||||
* | cleaned up ansible tower | Matt Woodson | 2015-02-24 | 3 | -19/+4 |
| | |||||
* | Merge branch 'master' into tower_install | Matt Woodson | 2015-02-24 | 56 | -909/+264 |
|\ | | | | | | | | | Conflicts: lib/aws_command.rb | ||||
| * | 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. | ||||
| * | 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 | ||||
| * | Fix SSL support between master and node(s) | Jhon Honce | 2015-02-20 | 1 | -1/+2 |
| | | |||||
| * | 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 |
| | | |||||
| * | fixup oso-rhui repos | Troy Dawson | 2015-02-17 | 18 | -58/+87 |
| |\ | |||||
| | * | * CRUD temp directory on local machine | Jhon Honce | 2015-02-17 | 1 | -2/+1 |
| | | | |||||
| | * | * Use hostname module | Jhon Honce | 2015-02-17 | 2 | -45/+8 |
| | | | | | | | | | | | | * Use mktemp for scratch directory | ||||
| | * | Update code to reflect review comments | Jhon Honce | 2015-02-16 | 1 | -2/+5 |
| | | | |||||
| | * | - Rename minion to node | Jhon Honce | 2015-02-16 | 18 | -55/+138 |
| | | | | | | | | | | | | - Update playbooks to support latest code | ||||
| * | | 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 | ||||
* | | renamed ipv6_disable | Matt Woodson | 2015-02-24 | 2 | -4/+0 |
| | | |||||
* | | more updates | Matt Woodson | 2015-02-19 | 2 | -8/+12 |
| | | |||||
* | | ansible tower install | Matt Woodson | 2015-02-17 | 3 | -0/+53 |
| | | |||||
* | | more ansible tower commits | Matt Woodson | 2015-02-13 | 3 | -0/+23 |
|/ | |||||
* | removed the usage of yaml '>' for multiline entries and replaced them with ↵ | Thomas Wiest | 2015-02-05 | 10 | -74/+69 |
| | | | | yaml dictionaries as demonstrated by the ansible documentation. | ||||
* | Infrastructure - Update pod definitions | Jhon Honce | 2015-01-09 | 8 | -7/+9 |
| | | | | * Bring pod definitions in line with lates k8s release | ||||
* | minor bug fix | Thomas Wiest | 2014-12-15 | 1 | -2/+2 |
| | |||||
* | changed atomic proxy to use pre-built container images | Thomas Wiest | 2014-12-15 | 57 | -1030/+71 |
| | |||||
* | added libra_ops group to puppet container | Thomas Wiest | 2014-11-13 | 1 | -0/+3 |
| | |||||
* | made ops-ctl-haproxy work inside of the proxy container. | Thomas Wiest | 2014-11-12 | 2 | -2/+9 |
| | |||||
* | removed zbxapi workaround as it's no longer needed | Thomas Wiest | 2014-11-11 | 1 | -4/+0 |
| | |||||
* | making atomic proxy be able to be deployed to PROD. | Thomas Wiest | 2014-11-03 | 4 | -3/+10 |
| | |||||
* | removed shutdown_nightly from atomic proxy hosts | Thomas Wiest | 2014-10-29 | 6 | -88/+0 |
| | |||||
* | Added Docker image build stuff | Thomas Wiest | 2014-10-29 | 51 | -0/+976 |
| | |||||
* | Add comments explaining changing the master/minion hostnames | Jhon Honce | 2014-10-24 | 2 | -2/+4 |
| | | | | | * openshift forces resolving all minions to hostnames to query etcd keys rather than using the IP address | ||||
* | Support latest origin v3 CLI options | Jhon Honce | 2014-10-23 | 2 | -11/+12 |
| | |||||
* | Added atomic aws host to cloud.rb | Thomas Wiest | 2014-10-23 | 34 | -0/+725 |
| | |||||
* | Merge pull request #9 from jwhonce/wip/registry | Jhon Honce | 2014-10-06 | 15 | -1/+410 |
|\ | | | | | WIP Infra - Deploy GCE openshift v3 cluster | ||||
| * | WIP Infra - Use variables in roles | Jhon Honce | 2014-10-03 | 2 | -4/+4 |
| | | |||||
| * | Finish origin -> openshift rename | Jhon Honce | 2014-10-02 | 12 | -9/+20 |
| | | |||||
| * | WIP Infra - Add playbooks for using openshift binary | Jhon Honce | 2014-10-02 | 15 | -1/+399 |
| | | | | | | | | * Fixed terminate so that it properly removes the attached OS disk. | ||||
* | | removed client-cert.pem and client-key.pem as tasks (the files were removed ↵ | Thomas Wiest | 2014-10-01 | 1 | -6/+0 |
|/ | | | | previously). | ||||
* | move registry-service to correct location | Jhon Honce | 2014-09-25 | 1 | -0/+0 |
| | |||||
* | WIP Infra - Support for multiple GCE projects | Jhon Honce | 2014-09-24 | 2 | -0/+40 |
| | | | | | * Add support in cloud.rb for reading configuration * Add support for docker-registry pod | ||||
* | Initial Commit. Sharing is caring | Kenny Woodson | 2014-09-16 | 62 | -0/+1680 |