Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1110 from abutcher/args | Brenton Leanhardt | 2016-01-04 | 3 | -0/+18 |
|\ | | | | | Fix osm_controller_args and osm_api_server_args settings. | ||||
| * | Fix osm_controller_args and osm_api_server_args settings. | Andrew Butcher | 2016-01-04 | 3 | -0/+18 |
| | | |||||
* | | Merge pull request #958 from kwoodson/envfix | Kenny Woodson | 2016-01-04 | 5 | -0/+66 |
|\ \ | |/ |/| | Fixing meta data tags env and environment | ||||
| * | Cleanup and fixes for cluster_id change | Jason DeTiberus | 2016-01-04 | 5 | -0/+66 |
| | | | | | | | | | | | | | | | | | | - Move debug_level into vars.yml and byo inventory - change variables in cluster_hosts.yml to be g_* and update playbooks to use those values directly instead of setting them indirectly - added a new g_all_hosts entry in cluster_hosts to use in the update playbook instead of unioning all host types within the playbook - added a cluster_hosts.yml for the byo playbook | ||||
* | | Add node kubelet args to inventory examples. | Andrew Butcher | 2016-01-04 | 3 | -0/+9 |
|/ | |||||
* | Merge pull request #951 from abutcher/nfs | Wesley Hearn | 2016-01-04 | 1 | -0/+6 |
|\ | | | | | NFS for registry storage | ||||
| * | Create nfs host group with registry volume attachment. | Andrew Butcher | 2015-12-15 | 1 | -0/+6 |
| | | |||||
* | | add the necessary URLs for logging and metrics | git001 | 2015-12-22 | 3 | -0/+24 |
|/ | | | | | | | | | | | | | | add the necessary URLs for logging and metrics use the dict in the right way add the new variables into the hosts file add the new variables into the hosts file add the new variables into the hosts file Adopted the config text | ||||
* | Updates to ohi to pull cache if specified. Also require version | Kenny Woodson | 2015-12-14 | 1 | -9/+9 |
| | |||||
* | Make the install of openshift_examples optional | John T Skarbek | 2015-12-09 | 3 | -0/+9 |
| | | | | | * Allows us to make it optional to run the role `openshift_examples` * Defaults to true | ||||
* | Add unique AEP, OSE, and Origin BYO inventories | Scott Dodson | 2015-12-07 | 3 | -11/+370 |
| | |||||
* | Merge pull request #1012 from abutcher/dns-ip-override | Brenton Leanhardt | 2015-12-03 | 1 | -0/+3 |
|\ | | | | | Refactor dns options and facts | ||||
| * | Refactor dns options and facts. | Andrew Butcher | 2015-12-03 | 1 | -0/+3 |
| | | |||||
* | | Fedora changes: | Adam Miller | 2015-12-02 | 1 | -0/+4 |
|/ | | | | | | | | | | | | | - ansible bootstrap playbook for Fedora 23+ - add conditionals to handle yum vs dnf - add Fedora OpenShift COPR - update BYO host README for repo configs and fedora bootstrap Fix typo in etcd README, remove unnecessary parens in openshift_node main.yml rebase on master, update package cache refresh handler for yum vs dnf Fix typo in etcd README, remove unnecessary parens in openshift_node main.yml | ||||
* | Fixing 'unscheduleable' typo | Brenton Leanhardt | 2015-11-30 | 1 | -1/+1 |
| | |||||
* | Rework setting of hostname | Jason DeTiberus | 2015-11-24 | 1 | -0/+5 |
| | | | | | - set the hostname for all installs < 3.1 or 1.1 - provide a new variable openshift_set_hostname to override default behavior | ||||
* | Conditionally set the nodeIP | Jason DeTiberus | 2015-11-24 | 1 | -0/+5 |
| | |||||
* | Fixing clone group functionality. Also separating extra_vars from extra_groups | Kenny Woodson | 2015-11-20 | 1 | -15/+19 |
| | |||||
* | Merge pull request #881 from abutcher/namedCertRefactor | Brenton Leanhardt | 2015-11-19 | 1 | -1/+10 |
|\ | | | | | Refactor named certficates | ||||
| * | Refactor named certificates. | Andrew Butcher | 2015-11-16 | 1 | -1/+10 |
| | | |||||
* | | updating to the latest ec2.py (and re-patching with our changes). | Thomas Wiest | 2015-11-16 | 2 | -62/+680 |
|/ | |||||
* | Add ldap auth identity provider to example inventory. | Andrew Butcher | 2015-11-09 | 1 | -0/+3 |
| | |||||
* | New `iptablesSyncPeriod` field in node configuration | Andrew Butcher | 2015-11-06 | 1 | -0/+3 |
| | |||||
* | Various HA changes for pacemaker and native methods. | Andrew Butcher | 2015-11-05 | 1 | -16/+37 |
| | |||||
* | fix dueling controllers - without controllerLeaseTTL set in config, multiple ↵ | Jason DeTiberus | 2015-11-04 | 1 | -0/+2 |
| | | | | controllers will attempt to start | ||||
* | hardcode openshift binaries for now | Jason DeTiberus | 2015-11-04 | 1 | -3/+11 |
| | |||||
* | Atomic Enterprise related changes. | Avesh Agarwal | 2015-11-04 | 1 | -3/+0 |
| | |||||
* | Merge pull request #767 from abutcher/custom-certs | Brenton Leanhardt | 2015-11-04 | 1 | -0/+5 |
|\ | | | | | Add custom certificates to serving info in master configuration. | ||||
| * | Filter internal hostnames from the list of parsed names. | Andrew Butcher | 2015-11-03 | 1 | -0/+2 |
| | | |||||
| * | Add custom certificates to serving info in master configuration. | Andrew Butcher | 2015-11-03 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #793 from kwoodson/multiinventory | Kenny Woodson | 2015-11-04 | 3 | -84/+143 |
|\ \ | | | | | | | Renamed multi_ec2 to multi_inventory. Adding support for gce to mult_inventory. | ||||
| * | | Support for gce | Kenny Woodson | 2015-11-03 | 3 | -84/+143 |
| | | | |||||
* | | | Merge pull request #771 from kwoodson/updategce | Kenny Woodson | 2015-11-03 | 1 | -11/+21 |
|\ \ \ | |_|/ |/| | | Updating to latest gce.py inventory module from ansible | ||||
| * | | Pulling latest gce.py module from ansible | Kenny Woodson | 2015-10-30 | 1 | -11/+21 |
| |/ | |||||
* | | Merge pull request #622 from nak3/update-docker-registry-url | Brenton Leanhardt | 2015-11-03 | 1 | -1/+1 |
|\ \ | |/ |/| | Remove images options in oadm command examples | ||||
| * | Remove images options in oadm command | Kenjiro Nakayama | 2015-10-01 | 1 | -1/+1 |
| | | |||||
* | | Updating multi_ec2 to support extra_vars and extra_groups | Kenny Woodson | 2015-10-29 | 1 | -15/+16 |
| | | |||||
* | | Merge pull request #738 from detiber/storage_plugins | Brenton Leanhardt | 2015-10-29 | 1 | -0/+4 |
|\ \ | | | | | | | Install storage plugin dependencies | ||||
| * | | make storage plugin dependency installation more flexible | Jason DeTiberus | 2015-10-26 | 1 | -0/+4 |
| | | | |||||
* | | | Removing spec files. | Kenny Woodson | 2015-10-28 | 1 | -114/+0 |
| | | | |||||
* | | | Updated example | Kenny Woodson | 2015-10-28 | 1 | -1/+1 |
| | | | |||||
* | | | Automatic commit of package [openshift-ansible-inventory] release [0.0.11-1]. | Kenny Woodson | 2015-10-28 | 1 | -1/+4 |
| | | | |||||
* | | | Merge pull request #746 from detiber/multitenantNetwork | Brenton Leanhardt | 2015-10-28 | 1 | -0/+6 |
|\ \ \ | | | | | | | | | add examples for SDN configuration | ||||
| * | | | add examples for SDN configuration | Jason DeTiberus | 2015-10-26 | 1 | -0/+6 |
| |/ / | |||||
* | | | Automatic commit of package [openshift-ansible-inventory] release [0.0.10-1]. | Kenny Woodson | 2015-10-28 | 1 | -1/+4 |
| | | | |||||
* | | | Adding clone vars and groups. Renamed hostvars to extra_vars. | Kenny Woodson | 2015-10-28 | 1 | -8/+19 |
| | | | |||||
* | | | fix merge conflicts | Diego Castro | 2015-10-22 | 4 | -11/+61 |
|\| | | |||||
| * | | Support HA or single router, and start work on registry | Stefanie Forrester | 2015-10-21 | 1 | -0/+4 |
| | | | |||||
| * | | Merge pull request #529 from sdodson/cockpit-master | Wesley Hearn | 2015-10-20 | 1 | -0/+6 |
| |\ \ | | | | | | | | | Add cockpit role | ||||
| | * | | Add cockpit-ws with cockpit-kubernetes plugin | Scott Dodson | 2015-08-28 | 1 | -0/+6 |
| | | | |