summaryrefslogtreecommitdiff
path: root/inventory
AgeCommit message (Collapse)Author
2016-03-29Add AWS cloud provider support.Andrew Butcher
2016-03-21Modified group selectors for muliple clusters per accountKenny Woodson
2016-03-15Group selector feature addedKenny Woodson
2016-03-14Docker role refactorJason DeTiberus
- 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
2016-02-25Merge pull request #1495 from jstuever/rename_osm_default_subdomainBrenton Leanhardt
Rename variable to openshift_master_default_subdomain
2016-02-25Add host subnet length example.Andrew Butcher
2016-02-25Rename variable to openshift_master_default_subdomain with backwards ↵Jeremiah Stuever
compatibility.
2016-02-19Add byo examples for network cidr and api/console ports.Andrew Butcher
2016-02-15Add openshift_docker_options to append arbitrary options toScott Dodson
/etc/sysconfig/docker OPTIONS
2016-02-11Merge pull request #1324 from abutcher/fluentd-fixesBrenton Leanhardt
Remove fluentd_master and fluentd_node roles
2016-02-10update defaults and examples w/ iscsi pluginRobert van Veelen
2016-02-09Fix HA typo in example AEP/OSE/Origin inventoriesAlex Dellapenta
2016-02-08Remove fluentd_master and fluentd_node roles.Andrew Butcher
2016-02-03Merge pull request #1291 from sdodson/bz1293578Brenton Leanhardt
Check that openshift_hostname resolves to an ip on our host
2016-02-03Merge pull request #1173 from abutcher/nfs-groupBrenton Leanhardt
Refactor storage options
2016-02-03Add an early check to ensure that node names resolve to an interface on the hostScott Dodson
2016-02-02Updating examples to use /etc/origin/master/htpasswdJeremiah Stuever
2016-02-01Refactor registry storage options.Andrew Butcher
2016-01-28Add inventory example for logrotate_scriptsAndrew Butcher
2016-01-21Update inventory examples for console customizationDiego Castro
2016-01-20Enable kubernetes master config of podEvictionTimeout from ansibleJeremiah Stuever
2016-01-14Update ec2.iniJason DeTiberus
- Set rds and elasticache to False, since they are not needed for the playbooks and cause issues for users without those services enabled.
2016-01-04Merge pull request #1110 from abutcher/argsBrenton Leanhardt
Fix osm_controller_args and osm_api_server_args settings.
2016-01-04Fix osm_controller_args and osm_api_server_args settings.Andrew Butcher
2016-01-04Merge pull request #958 from kwoodson/envfixKenny Woodson
Fixing meta data tags env and environment
2016-01-04Cleanup and fixes for cluster_id changeJason DeTiberus
- 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
2016-01-04Add node kubelet args to inventory examples.Andrew Butcher
2016-01-04Merge pull request #951 from abutcher/nfsWesley Hearn
NFS for registry storage
2015-12-22add the necessary URLs for logging and metricsgit001
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
2015-12-15Create nfs host group with registry volume attachment.Andrew Butcher
2015-12-14Updates to ohi to pull cache if specified. Also require versionKenny Woodson
2015-12-09Make the install of openshift_examples optionalJohn T Skarbek
* Allows us to make it optional to run the role `openshift_examples` * Defaults to true
2015-12-07Add unique AEP, OSE, and Origin BYO inventoriesScott Dodson
2015-12-03Merge pull request #1012 from abutcher/dns-ip-overrideBrenton Leanhardt
Refactor dns options and facts
2015-12-03Refactor dns options and facts.Andrew Butcher
2015-12-02Fedora changes:Adam Miller
- 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
2015-11-30Fixing 'unscheduleable' typoBrenton Leanhardt
2015-11-24Rework setting of hostnameJason DeTiberus
- set the hostname for all installs < 3.1 or 1.1 - provide a new variable openshift_set_hostname to override default behavior
2015-11-24Conditionally set the nodeIPJason DeTiberus
2015-11-20Fixing clone group functionality. Also separating extra_vars from extra_groupsKenny Woodson
2015-11-19Merge pull request #881 from abutcher/namedCertRefactorBrenton Leanhardt
Refactor named certficates
2015-11-16updating to the latest ec2.py (and re-patching with our changes).Thomas Wiest
2015-11-16Refactor named certificates.Andrew Butcher
2015-11-09Add ldap auth identity provider to example inventory.Andrew Butcher
2015-11-06New `iptablesSyncPeriod` field in node configurationAndrew Butcher
2015-11-05Various HA changes for pacemaker and native methods.Andrew Butcher
2015-11-04fix dueling controllers - without controllerLeaseTTL set in config, multiple ↵Jason DeTiberus
controllers will attempt to start
2015-11-04hardcode openshift binaries for nowJason DeTiberus
2015-11-04Atomic Enterprise related changes.Avesh Agarwal
2015-11-04Merge pull request #767 from abutcher/custom-certsBrenton Leanhardt
Add custom certificates to serving info in master configuration.