| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #139 from detiber/configUpdatesMaster | Thomas Wiest | 2015-04-20 | 66 | -819/+880 |
|\ |
|
| * | Fixup typos | Jason DeTiberus | 2015-04-15 | 2 | -2/+2 |
| * | Merge pull request #19 from lhuard1A/move_pool-refresh | Jason DeTiberus | 2015-04-15 | 2 | -4/+3 |
| |\ |
|
| | * | Move `virsh pool-refresh` | Lénaïc Huard | 2015-04-15 | 2 | -4/+3 |
| * | | Merge pull request #20 from lhuard1A/locale_proof | Jason DeTiberus | 2015-04-15 | 2 | -2/+2 |
| |\ \ |
|
| | * | | Make the error message checks locale proof | Lénaïc Huard | 2015-04-15 | 2 | -2/+2 |
| | |/ |
|
| * / | Fix libvirt metadata used to store ansible tags | Lénaïc Huard | 2015-04-16 | 1 | -4/+6 |
| |/ |
|
| * | fix missed absolute path reference to mktemp | Jason DeTiberus | 2015-04-15 | 1 | -1/+1 |
| * | Configuration updates for latest builds and major refactor | Jason DeTiberus | 2015-04-14 | 67 | -892/+952 |
* | | update tower ami image to latest libra-ops-rhel7 | Troy Dawson | 2015-04-16 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #152 from net-engine/aws_readme | Thomas Wiest | 2015-04-14 | 1 | -1/+2 |
|\ |
|
| * | Add extra information for AWS README | Ricardo Bernardeli | 2015-04-13 | 1 | -1/+2 |
* | | Add libvirt as a provider | Lénaïc Huard | 2015-04-10 | 18 | -0/+463 |
|/ |
|
* | move zbxapi module to a new os_zabbix role | Jason DeTiberus | 2015-04-08 | 3 | -2/+4 |
* | Add byo playbooks and enterprise docs | Jason DeTiberus | 2015-04-03 | 9 | -0/+100 |
* | openshift_facts role/module refactor default settings | Jason DeTiberus | 2015-04-03 | 28 | -171/+502 |
* | Adding the zabbix module along with a generic playbook to fetch current probl... | Kenny Woodson | 2015-04-01 | 3 | -0/+41 |
* | * repos role renamed to openshift_repos | Jhon Honce | 2015-03-24 | 1 | -1/+1 |
* | Revert "Jwhonce wip/cluster" | Jhon Honce | 2015-03-24 | 1 | -1/+0 |
* | gce inventory/playbook updates for node registration changes | Jason DeTiberus | 2015-03-24 | 1 | -3/+3 |
* | Rename repos role to openshift_repos | Jason DeTiberus | 2015-03-24 | 1 | -1/+1 |
* | * Updates from code reviews | Jhon Honce | 2015-03-24 | 3 | -1/+3 |
* | Add new role os_env_extras_node that is a subset of the docker role | Jason DeTiberus | 2015-03-24 | 1 | -1/+1 |
* | * Add DOCKER chain to iptables | Jhon Honce | 2015-03-24 | 1 | -5/+0 |
* | use more specific variable names in gce/openshift-cluster/launch.yml | Jason DeTiberus | 2015-03-24 | 1 | -6/+6 |
* | replace oo_hosts_to_config with oo_nodes_to_config and oo_masters_to_config | Jason DeTiberus | 2015-03-24 | 7 | -17/+16 |
* | Fix openshift_master_ips and openshift_master_public_ips resolution | Jason DeTiberus | 2015-03-24 | 1 | -2/+1 |
* | add repos role to gce cluster launch so that we are applying os_update_latest... | Jason DeTiberus | 2015-03-24 | 1 | -0/+1 |
* | Use env for gce params | Jason DeTiberus | 2015-03-24 | 1 | -6/+6 |
* | Use ansible playbook to initialize openshift cluster | Jhon Honce | 2015-03-24 | 1 | -0/+1 |
* | Various fixes | Jason DeTiberus | 2015-03-24 | 4 | -89/+129 |
* | add roles symlink to playbooks/gce/openshift-cluster to allow launch to call ... | Jason DeTiberus | 2015-03-24 | 1 | -0/+1 |
* | Use ansible playbook to initialize openshift cluster | Jhon Honce | 2015-03-24 | 9 | -6/+149 |
* | Merge pull request #118 from liangxia/master | Thomas Wiest | 2015-03-24 | 2 | -2/+2 |
|\ |
|
| * | minor fix | liangxia | 2015-03-19 | 2 | -2/+2 |
* | | Rename repos role to openshift_repos | Jason DeTiberus | 2015-03-18 | 4 | -6/+2 |
|/ |
|
* | Fix AWS playbooks | Lénaïc Huard | 2015-03-10 | 3 | -5/+11 |
* | rename base_os role to os_env_extras, move application to end since it just s... | Jason DeTiberus | 2015-03-05 | 5 | -5/+5 |
* | Correct syntax error of missing quotes | Liang Xia | 2015-03-03 | 1 | -1/+1 |
* | Bugfixes for openshift-common related changes | Jason DeTiberus | 2015-03-01 | 4 | -0/+8 |
* | fix role names for aws playbooks | Jason DeTiberus | 2015-02-24 | 2 | -2/+2 |
* | create openshift_common role | Jason DeTiberus | 2015-02-24 | 4 | -28/+34 |
* | add symlinks for filter_plugins and roles to playbook directories | Jason DeTiberus | 2015-02-24 | 18 | -22/+34 |
* | cleaned up ansible tower | Matt Woodson | 2015-02-24 | 2 | -29/+3 |
* | Merge branch 'master' into tower_install | Matt Woodson | 2015-02-24 | 9 | -19/+39 |
|\ |
|
| * | Fix SSL support between master and node(s) | Jhon Honce | 2015-02-20 | 1 | -0/+10 |
| * | * Use hostname module | Jhon Honce | 2015-02-17 | 1 | -6/+1 |
| * | Update code to reflect review comments | Jhon Honce | 2015-02-16 | 1 | -8/+7 |
| * | - Rename minion to node | Jhon Honce | 2015-02-16 | 9 | -19/+35 |
* | | more updates | Matt Woodson | 2015-02-19 | 1 | -0/+1 |