summaryrefslogtreecommitdiffstats
path: root/inventory/byo/hosts.origin.example
Commit message (Collapse)AuthorAgeFilesLines
* Docker role refactorJason DeTiberus2016-03-141-6/+8
| | | | | | | | | | | | | | | - 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_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.
* | Add host subnet length example.Andrew Butcher2016-02-251-0/+4
| |
* | Add byo examples for network cidr and api/console ports.Andrew Butcher2016-02-191-0/+10
|/
* Add openshift_docker_options to append arbitrary options toScott Dodson2016-02-151-0/+6
| | | | /etc/sysconfig/docker OPTIONS
* Merge pull request #1324 from abutcher/fluentd-fixesBrenton Leanhardt2016-02-111-3/+0
|\ | | | | Remove fluentd_master and fluentd_node roles
| * Remove fluentd_master and fluentd_node roles.Andrew Butcher2016-02-081-3/+0
| |
* | update defaults and examples w/ iscsi pluginRobert van Veelen2016-02-101-1/+1
| |
* | Fix HA typo in example AEP/OSE/Origin inventoriesAlex Dellapenta2016-02-091-3/+3
| |
* | Merge pull request #1291 from sdodson/bz1293578Brenton Leanhardt2016-02-031-0/+7
|\ \ | | | | | | 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-031-0/+7
| |/
* | Merge pull request #1173 from abutcher/nfs-groupBrenton Leanhardt2016-02-031-4/+33
|\ \ | | | | | | Refactor storage options
| * | Refactor registry storage options.Andrew Butcher2016-02-011-4/+33
| |/
* / Updating examples to use /etc/origin/master/htpasswdJeremiah Stuever2016-02-021-1/+1
|/
* Add inventory example for logrotate_scriptsAndrew Butcher2016-01-281-0/+4
|
* Update inventory examples for console customizationDiego Castro2016-01-211-0/+20
|
* Enable kubernetes master config of podEvictionTimeout from ansibleJeremiah Stuever2016-01-201-0/+3
|
* Merge pull request #1110 from abutcher/argsBrenton Leanhardt2016-01-041-0/+6
|\ | | | | Fix osm_controller_args and osm_api_server_args settings.
| * Fix osm_controller_args and osm_api_server_args settings.Andrew Butcher2016-01-041-0/+6
| |
* | Merge pull request #958 from kwoodson/envfixKenny Woodson2016-01-041-0/+3
|\ \ | |/ |/| Fixing meta data tags env and environment
| * Cleanup and fixes for cluster_id changeJason DeTiberus2016-01-041-0/+3
| | | | | | | | | | | | | | | | | | - 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-041-0/+3
|/
* 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-221-0/+8
|/ | | | | | | | | | | | | | 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
* Make the install of openshift_examples optionalJohn T Skarbek2015-12-091-0/+3
| | | | | * 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-071-0/+182