Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Group selector feature added | Kenny Woodson | 2016-03-15 | 1 | -22/+53 |
| | |||||
* | Docker role refactor | Jason DeTiberus | 2016-03-14 | 3 | -18/+24 |
| | | | | | | | | | | | | | | | - refactors the docker role to push generic config into docker role and wrap openshift specific variables into an openshift_docker role and it's dependent openshift_docker_facts role - adds support for setting --confirm-def-push flag (Resolves https://github.com/openshift/openshift-ansible/issues/1014) - moves docker related facts from common/node roles to a new docker role - renames cli_docker_* role varialbes to openshift_docker-* (maintaining backward compatibility) - update role dependencies to pull in openshift_docker conditionally based on is_containerized - remove playbooks/common/openshift-docker since the docker role is now conditionally included | ||||
* | Merge pull request #1495 from jstuever/rename_osm_default_subdomain | Brenton Leanhardt | 2016-02-25 | 3 | -3/+3 |
|\ | | | | | Rename variable to openshift_master_default_subdomain | ||||
| * | Rename variable to openshift_master_default_subdomain with backwards ↵ | Jeremiah Stuever | 2016-02-25 | 3 | -3/+3 |
| | | | | | | | | compatibility. | ||||
* | | Add host subnet length example. | Andrew Butcher | 2016-02-25 | 3 | -0/+12 |
| | | |||||
* | | Add byo examples for network cidr and api/console ports. | Andrew Butcher | 2016-02-19 | 3 | -0/+30 |
|/ | |||||
* | Add openshift_docker_options to append arbitrary options to | Scott Dodson | 2016-02-15 | 3 | -0/+19 |
| | | | | /etc/sysconfig/docker OPTIONS | ||||
* | Merge pull request #1324 from abutcher/fluentd-fixes | Brenton Leanhardt | 2016-02-11 | 3 | -9/+0 |
|\ | | | | | Remove fluentd_master and fluentd_node roles | ||||
| * | Remove fluentd_master and fluentd_node roles. | Andrew Butcher | 2016-02-08 | 3 | -9/+0 |
| | | |||||
* | | update defaults and examples w/ iscsi plugin | Robert van Veelen | 2016-02-10 | 2 | -2/+2 |
| | | |||||
* | | Fix HA typo in example AEP/OSE/Origin inventories | Alex Dellapenta | 2016-02-09 | 3 | -9/+9 |
| | | |||||
* | | Merge pull request #1291 from sdodson/bz1293578 | Brenton Leanhardt | 2016-02-03 | 3 | -0/+21 |
|\ \ | | | | | | | Check that openshift_hostname resolves to an ip on our host | ||||
| * | | Add an early check to ensure that node names resolve to an interface on the host | Scott Dodson | 2016-02-03 | 3 | -0/+21 |
| |/ | |||||
* | | Merge pull request #1173 from abutcher/nfs-group | Brenton Leanhardt | 2016-02-03 | 3 | -4/+101 |
|\ \ | | | | | | | Refactor storage options | ||||
| * | | Refactor registry storage options. | Andrew Butcher | 2016-02-01 | 3 | -4/+101 |
| |/ | |||||
* / | Updating examples to use /etc/origin/master/htpasswd | Jeremiah Stuever | 2016-02-02 | 3 | -3/+3 |
|/ | |||||
* | Add inventory example for logrotate_scripts | Andrew Butcher | 2016-01-28 | 3 | -0/+12 |
| | |||||
* | Update inventory examples for console customization | Diego Castro | 2016-01-21 | 3 | -0/+60 |
| | |||||
* | Enable kubernetes master config of podEvictionTimeout from ansible | Jeremiah Stuever | 2016-01-20 | 3 | -0/+9 |
| | |||||
* | Update ec2.ini | Jason DeTiberus | 2016-01-14 | 1 | -2/+2 |
| | | | | | - Set rds and elasticache to False, since they are not needed for the playbooks and cause issues for users without those services enabled. | ||||
* | 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 |
| | |