summaryrefslogtreecommitdiffstats
path: root/inventory
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1495 from jstuever/rename_osm_default_subdomainBrenton Leanhardt2016-02-253-3/+3
|\ | | | | Rename variable to openshift_master_default_subdomain
| * Rename variable to openshift_master_default_subdomain with backwards ↵Jeremiah Stuever2016-02-253-3/+3
| | | | | | | | compatibility.
* | Add host subnet length example.Andrew Butcher2016-02-253-0/+12
| |
* | Add byo examples for network cidr and api/console ports.Andrew Butcher2016-02-193-0/+30
|/
* Add openshift_docker_options to append arbitrary options toScott Dodson2016-02-153-0/+19
| | | | /etc/sysconfig/docker OPTIONS
* Merge pull request #1324 from abutcher/fluentd-fixesBrenton Leanhardt2016-02-113-9/+0
|\ | | | | Remove fluentd_master and fluentd_node roles
| * Remove fluentd_master and fluentd_node roles.Andrew Butcher2016-02-083-9/+0
| |
* | update defaults and examples w/ iscsi pluginRobert van Veelen2016-02-102-2/+2
| |
* | Fix HA typo in example AEP/OSE/Origin inventoriesAlex Dellapenta2016-02-093-9/+9
| |
* | Merge pull request #1291 from sdodson/bz1293578Brenton Leanhardt2016-02-033-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 hostScott Dodson2016-02-033-0/+21
| |/
* | Merge pull request #1173 from abutcher/nfs-groupBrenton Leanhardt2016-02-033-4/+101
|\ \ | | | | | | Refactor storage options
| * | Refactor registry storage options.Andrew Butcher2016-02-013-4/+101
| |/
* | Updating examples to use /etc/origin/master/htpasswdJeremiah Stuever2016-02-023-3/+3
|/
* Add inventory example for logrotate_scriptsAndrew Butcher2016-01-283-0/+12
|
* Update inventory examples for console customizationDiego Castro2016-01-213-0/+60
|
* Enable kubernetes master config of podEvictionTimeout from ansibleJeremiah Stuever2016-01-203-0/+9
|
* Update ec2.iniJason DeTiberus2016-01-141-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/argsBrenton Leanhardt2016-01-043-0/+18
|\ | | | | Fix osm_controller_args and osm_api_server_args settings.
| * Fix osm_controller_args and osm_api_server_args settings.Andrew Butcher2016-01-043-0/+18
| |
* | Merge pull request #958 from kwoodson/envfixKenny Woodson2016-01-045-0/+66
|\ \ | |/ |/| Fixing meta data tags env and environment
| * Cleanup and fixes for cluster_id changeJason DeTiberus2016-01-045-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 Butcher2016-01-043-0/+9
|/
* Merge pull request #951 from abutcher/nfsWesley Hearn2016-01-041-0/+6
|\ | | | | NFS for registry storage
| * Create nfs host group with registry volume attachment.Andrew Butcher2015-12-151-0/+6
| |
* | add the necessary URLs for logging and metricsgit0012015-12-223-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 versionKenny Woodson2015-12-141-9/+9
|
* Make the install of openshift_examples optionalJohn T Skarbek2015-12-093-0/+9
| | | | | * Allows us to make it optional to run the role `openshift_examples` * Defaults to true
* Add unique AEP, OSE, and Origin BYO inventoriesScott Dodson2015-12-073-11/+370
|
* Merge pull request #1012 from abutcher/dns-ip-overrideBrenton Leanhardt2015-12-031-0/+3
|\ | | | | Refactor dns options and facts
| * Refactor dns options and facts.Andrew Butcher2015-12-031-0/+3
| |
* | Fedora changes:Adam Miller2015-12-021-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' typoBrenton Leanhardt2015-11-301-1/+1
|
* Rework setting of hostnameJason DeTiberus2015-11-241-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 nodeIPJason DeTiberus2015-11-241-0/+5
|
* Fixing clone group functionality. Also separating extra_vars from extra_groupsKenny Woodson2015-11-201-15/+19
|
* Merge pull request #881 from abutcher/namedCertRefactorBrenton Leanhardt2015-11-191-1/+10
|\ | | | | Refactor named certficates
| * Refactor named certificates.Andrew Butcher2015-11-161-1/+10
| |
* | updating to the latest ec2.py (and re-patching with our changes).Thomas Wiest2015-11-162-62/+680
|/
* Add ldap auth identity provider to example inventory.Andrew Butcher2015-11-091-0/+3
|
* New `iptablesSyncPeriod` field in node configurationAndrew Butcher2015-11-061-0/+3
|
* Various HA changes for pacemaker and native methods.Andrew Butcher2015-11-051-16/+37
|
* fix dueling controllers - without controllerLeaseTTL set in config, multiple ↵Jason DeTiberus2015-11-041-0/+2
| | | | controllers will attempt to start
* hardcode openshift binaries for nowJason DeTiberus2015-11-041-3/+11
|
* Atomic Enterprise related changes.Avesh Agarwal2015-11-041-3/+0
|
* Merge pull request #767 from abutcher/custom-certsBrenton Leanhardt2015-11-041-0/+5
|\ | | | | Add custom certificates to serving info in master configuration.
| * Filter internal hostnames from the list of parsed names.Andrew Butcher2015-11-031-0/+2
| |
| * Add custom certificates to serving info in master configuration.Andrew Butcher2015-11-031-0/+3
| |
* | Merge pull request #793 from kwoodson/multiinventoryKenny Woodson2015-11-043-84/+143
|\ \ | | | | | | Renamed multi_ec2 to multi_inventory. Adding support for gce to mult_inventory.
| * | Support for gceKenny Woodson2015-11-033-84/+143
| | |