summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1506 from abutcher/sync-configsBrenton Leanhardt2016-02-261-0/+9
|\ | | | | Synchronize master kube configs
| * Synchronize master kube configsAndrew Butcher2016-02-261-0/+9
| |
* | Merge pull request #1505 from mwoodson/os_utilsMatt Woodson2016-02-263-5/+33
|\ \ | |/ |/| added os_utils, os_reboot_server role; removed containerization stuff from the updated
| * added os_utils, os_reboot_server role; removed containerization stuff from ↵Matt Woodson2016-02-263-5/+33
| | | | | | | | the updated
* | Merge pull request #1495 from jstuever/rename_osm_default_subdomainBrenton Leanhardt2016-02-251-1/+1
|\ \ | |/ |/| Rename variable to openshift_master_default_subdomain
| * Rename variable to openshift_master_default_subdomain with backwards ↵Jeremiah Stuever2016-02-251-1/+1
| | | | | | | | compatibility.
* | Merge pull request #1479 from mwoodson/dyn_updateMatt Woodson2016-02-251-52/+112
|\ \ | |/ |/| lib_dyn: updates to lib_dyn role
| * lib_dyn: more updates to the lib_dyn module. Made the TTL more flexibleMatt Woodson2016-02-241-46/+100
| |
| * made some changes to lib_dyn updateMatt Woodson2016-02-231-20/+26
| |
* | Merge pull request #1467 from joelddiaz/remote-heal-actionJoel Diaz2016-02-242-1/+44
|\ \ | | | | | | remote heal action for OVS down
| * | remote heal action for OVS downJoel Diaz2016-02-242-1/+44
| | |
* | | Merge pull request #1478 from davidmat/openshift_manage_node_timeoutBrenton Leanhardt2016-02-241-1/+1
|\ \ \ | | | | | | | | Increase timeout on Wait for Node Registration
| * | | Refactor - increase retries instead of delay in "Wait for Node Registration"David Mat2016-02-241-2/+2
| | | |
| * | | Increase timeout on Wait for Node RegistrationDavid Mat2016-02-231-1/+1
| | | |
* | | | Merge pull request #1475 from davidmat/openshift_repos_pathsBrenton Leanhardt2016-02-231-4/+4
|\ \ \ \ | |/ / / |/| | | Fix openshift_repos role to support paths with spaces
| * | | Add quotes around src argument to support paths with spacesDavid Mat2016-02-231-4/+4
| | | |
* | | | Merge pull request #1455 from maxamillion/fedora-ansibleBrenton Leanhardt2016-02-231-1/+1
|\ \ \ \ | | | | | | | | | | remove version requirement from etcd, shouldn't be needed anymore
| * | | | remove version requirement from etcd, shouldn't be needed anymoreAdam Miller2016-02-221-1/+1
| |/ / /
* | | | changed oso_host_monitoring to use the oo_ varsThomas Wiest2016-02-231-3/+3
|/ / /
* | | Merge pull request #1337 from abutcher/master-scaleupBrenton Leanhardt2016-02-223-50/+99
|\ \ \ | | | | | | | | Support for adding new masters
| * | | Fail when master.master_count descreases or master.ha changes.Andrew Butcher2016-02-161-5/+9
| | | |
| * | | Protected facts.Andrew Butcher2016-02-161-20/+89
| | | |
| * | | Generate each master's certificates separately.Andrew Butcher2016-02-162-30/+6
| | | |
* | | | Do not monitor for etcd watchersMarek Mahut2016-02-221-5/+0
| | | |
* | | | remove old master registry item/triggersJoel Diaz2016-02-191-20/+0
| | | |
* | | | Merge pull request #1442 from abutcher/pv-failed-whenBrenton Leanhardt2016-02-191-2/+2
|\ \ \ \ | | | | | | | | | | Fix pv/c creation failed_when condition
| * | | | Fix pv/c creation failed_when.Andrew Butcher2016-02-191-2/+2
| | | | |
* | | | | Fix 1.2 version checkJason DeTiberus2016-02-191-1/+1
| |_|_|/ |/| | |
* | | | Merge pull request #1440 from sdodson/containerized-efkBrenton Leanhardt2016-02-181-1/+1
|\ \ \ \ | |/ / / |/| | | Add /var/log to containerized node mounts
| * | | Add /var/log to containerized node mountsScott Dodson2016-02-181-1/+1
| | | |
* | | | Don't make config files world readableScott Dodson2016-02-172-0/+9
|/ / /
* | | Merge pull request #1427 from rharrison10/rharriso/dynRussell Harrison2016-02-171-1/+1
|\ \ \ | | | | | | | | Fix requiring state and providing a default
| * | | Fix requiring state and providing a defaultRussell Harrison2016-02-171-1/+1
| | | |
* | | | Merge pull request #1415 from joelddiaz/host-mon-registryJoel Diaz2016-02-171-1/+3
|\ \ \ \ | | | | | | | | | | bind in /etc/origin/node for non-master monitoring to be able to talk…
| * | | | bind in /etc/origin/node for non-master monitoring to be able to talk with ↵Joel Diaz2016-02-161-1/+3
| | |/ / | |/| | | | | | | | | | master
* | | | Merge pull request #1426 from joelddiaz/registry-node-itemsJoel Diaz2016-02-171-2/+18
|\ \ \ \ | | | | | | | | | | create registry items/triggers under Openshift Node
| * | | | create registry items/triggers under Openshift NodeJoel Diaz2016-02-171-2/+18
| | | | |
* | | | | Merge pull request #1417 from rharrison10/rharriso/dynRussell Harrison2016-02-161-5/+25
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | Adding examples to the dyn_record module
| * | | Add default to state paramRussell Harrison2016-02-161-1/+1
| | | |
| * | | Add type to record_type paramRussell Harrison2016-02-161-1/+1
| | | |
| * | | Add types to module paramsRussell Harrison2016-02-161-3/+3
| | | |
| * | | Adding examples to the dyn_record moduleRussell Harrison2016-02-161-0/+20
| | | |
* | | | add item to track docker-registry pingsJoel Diaz2016-02-161-0/+6
|/ / /
* | | Handle case where the user already had access to the sccBrenton Leanhardt2016-02-161-2/+5
| | |
* | | Refactoring the add-scc-to-user logicBrenton Leanhardt2016-02-162-38/+35
|/ /
* | Bug 1308411 - Fail to install OSE 3.0 for no add-scc-to-user commandBrenton Leanhardt2016-02-151-1/+41
| |
* | Merge pull request #1404 from sdodson/docker-optionsBrenton Leanhardt2016-02-151-4/+6
|\ \ | | | | | | Add openshift_docker_options to append arbitrary options to
| * | Add openshift_docker_options to append arbitrary options toScott Dodson2016-02-151-4/+6
| | | | | | | | | | | | /etc/sysconfig/docker OPTIONS
* | | Bug 1308412 - Fail to install containerized HA master env on RHEL7Brenton Leanhardt2016-02-151-1/+1
|/ /
* | Merge pull request #1390 from vishpat/nuage_parameter_changesBrenton Leanhardt2016-02-127-23/+23
|\ \ | | | | | | Changes for new Nuage RPMS