Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove extra '}' | Liang Xia | 2015-03-03 | 1 | -3/+3 |
| | |||||
* | Merge pull request #91 from detiber/downWithJSON | Thomas Wiest | 2015-03-02 | 3 | -14/+37 |
|\ | | | | | Prefer YAML style datastructures over JSON | ||||
| * | Prefer YAML style datastructures over JSON | Jason DeTiberus | 2015-03-02 | 3 | -14/+37 |
| | | | | | | | | - Switch JSON style datastructures to YAML for debuggability | ||||
* | | Merge pull request #90 from detiber/addSdnRoles | Thomas Wiest | 2015-03-02 | 10 | -0/+181 |
|\ \ | | | | | | | Add openshift_sdn_{master,node} roles | ||||
| * | | add openshift_sdn_{master,node} roles | Jason DeTiberus | 2015-03-02 | 10 | -0/+181 |
| |/ | |||||
* | | Merge pull request #89 from detiber/registerNode | Thomas Wiest | 2015-03-02 | 2 | -0/+156 |
|\ \ | | | | | | | openshift_node changes for register_node module | ||||
| * | | openshift_node changes for register_node module | Jason DeTiberus | 2015-03-02 | 2 | -0/+156 |
| |/ | | | | | | | | | - add openshift_register_node module to openshift_node role - verifies that node isn't already registered before attempting to register it | ||||
* | | Add openshift_hostname default variable to openshift_common | Jason DeTiberus | 2015-03-02 | 2 | -2/+2 |
| | | | | | | | | | | - for use anywhere the hostname is used that would be dependent on the openshift_hostname_workaround setting. | ||||
* | | add openshift_hostname workaround var | Jason DeTiberus | 2015-03-02 | 3 | -2/+8 |
|/ | | | | | - use openshift_bind_ip for hostname when openshift_hostname_workaround is true - defaults to true to maintain current behavior. | ||||
* | add support for overriding default registry url | Jason DeTiberus | 2015-03-02 | 2 | -0/+18 |
| | |||||
* | Set local_facts for openshift_node and openshift_master later in the task list | Jason DeTiberus | 2015-03-02 | 2 | -12/+14 |
| | |||||
* | Merge pull request #86 from detiber/manageExternal | Thomas Wiest | 2015-03-02 | 2 | -0/+8 |
|\ | | | | | Disable master,node services when externally managed | ||||
| * | Disable master,node services when externally managed | Jason DeTiberus | 2015-03-01 | 2 | -0/+8 |
| | | |||||
* | | Bugfixes for openshift-common related changes | Jason DeTiberus | 2015-03-01 | 1 | -5/+4 |
|/ | | | | | | | | - Fix failed attempt to cleanup service notify on creds changes - Fix master URL for node to use https - Set openshift_debug_level in vars.yml for playbooks - This puts us closer to the original debug settings, where after the openshift-common changes the debug settings were defaulting back to 0 | ||||
* | Merge pull request #83 from detiber/cleanupDockerrole | Thomas Wiest | 2015-02-28 | 1 | -6/+3 |
|\ | | | | | docker role cleanup | ||||
| * | docker role cleanup | Jason DeTiberus | 2015-02-24 | 4 | -12/+3 |
| | | | | | | | | | | | | - use service module for enabling/restarting docker service - remove unused role directories/files - use user module for adding the docker group to the root user | ||||
* | | Merge pull request #81 from detiber/cleanupEmptyFiles | Thomas Wiest | 2015-02-28 | 11 | -22/+0 |
|\ \ | | | | | | | Cleanup empty role dirs/files | ||||
| * | | Cleanup empty role dirs/files | Jason DeTiberus | 2015-02-24 | 11 | -22/+0 |
| |/ | |||||
* | | move KUBECONFIG setting to openshift_common | Jason DeTiberus | 2015-02-24 | 2 | -8/+8 |
| | | |||||
* | | create openshift_common role | Jason DeTiberus | 2015-02-24 | 17 | -303/+194 |
|/ | | | | | | | | | | | - move common openshift logic into openshift_common - set openshift_common as a dependency for openshift_node and openshift_master - rename role variables to openshift_* to be more descriptive - start recording local_facts on the openshift hosts - clean up firewalld config to be a bit more dry - Update firewall ports for https, make sure http rules are removed - Replace references to ansible_eth0.ipv4.address with ansible_default_ipv4.address | ||||
* | removing dead code for twiest | Matt Woodson | 2015-02-24 | 1 | -10/+0 |
| | |||||
* | 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 |
| |