summaryrefslogtreecommitdiffstats
path: root/inventory/byo/hosts.example
Commit message (Collapse)AuthorAgeFilesLines
* openshift_hosted: Add docker-gcSteve Milner2017-11-021-0/+9
| | | | | | | | | | | | | | Two new inventory variables have been created: - openshift_crio_enable_docker_gc: Enable docker_gc daemon set - openshift_crio_docker_gc_node_selector: Optional dictionary to use node selector When openshift_crio_enable_docker_gc and openshift_use_crio are both true then dockergc daemonset will be created along with adding a dockergc sa. Signed-off-by: Steve Milner <smilner@redhat.com>
* Merge pull request #5949 from mgugino-upstream-stage/ha_controller_ttlOpenShift Merge Robot2017-10-311-3/+0
|\ | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Remove unused osm_controller_lease_ttl This variable is no longer used and references should be removed. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1507449
| * Remove unused osm_controller_lease_ttlMichael Gugino2017-10-311-3/+0
| | | | | | | | | | | | | | This variable is no longer used and references should be removed. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1507449
* | Add arbitrary firewall port config to master tooScott Dodson2017-10-301-0/+6
|/
* Merge pull request #5793 from tbielawa/openshift_management_moduleOpenShift Merge Robot2017-10-261-19/+31
|\ | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Openshift MGMT Fixes and Container Provider Integration Various small fixes/polishing to the openshift management role. * Updated uninstall script * Automatically add cluster to new management deployment * Scaffolding for scripts to add *N* number of OCP/Origin clusters as Container Providers in any arbitrary MIQ/CFME instance * Fix mis-named task in `openshift_nfs/create_export` * Uninstall playbook only runs on one master
| * Management Cleanup and Provider IntegrationTim Bielawa2017-10-201-19/+31
| | | | | | | | | | | | | | * Add container provider integration * General cleanup * Poll until service fully starts * Add notes on multiple-provider additions
* | Change default in prometheus storage type to emptydirZohar Galor2017-10-241-0/+6
|/ | | | | | | | Only create pvcs when openshift_prometheus_<alertmanager|buffer>_storage_type==pvc By default deployment will use emptydir. Add some documentation and examples. bz: https://bugzilla.redhat.com/show_bug.cgi?id=1495446
* Merge pull request #5459 from zgalor/nfs_fixScott Dodson2017-10-181-0/+65
|\ | | | | Fix prometheus role nfs
| * Fix prometheus role nfsZohar Galor2017-10-161-0/+65
| | | | | | | | | | | | Allow for external or internal nfs. use facts as used for logging and metrics. Update prometheus-alertmanager image to v0.9.1
* | Rewire openshift_template_service_broker_namespaces configurableJim Minter2017-10-131-2/+7
|/
* Fix typo in inventory exampleRussell Teague2017-10-101-2/+2
|
* Rename openshift_cfme role to openshift_managementTim Bielawa2017-10-061-16/+16
|
* Stop including origin and ose hosts example fileScott Dodson2017-10-061-0/+976
| | | | | It's a pain keeping these two in sync so just mention the differences as necessary.
* Add unique AEP, OSE, and Origin BYO inventoriesScott Dodson2015-12-071-179/+0
|
* 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
|
* Refactor named certificates.Andrew Butcher2015-11-161-1/+10
|
* 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
|
* 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 #622 from nak3/update-docker-registry-urlBrenton Leanhardt2015-11-031-1/+1
|\ | | | | Remove images options in oadm command examples
| * Remove images options in oadm commandKenjiro Nakayama2015-10-011-1/+1
| |
* | Merge pull request #738 from detiber/storage_pluginsBrenton Leanhardt2015-10-291-0/+4
|\ \ | | | | | | Install storage plugin dependencies
| * | make storage plugin dependency installation more flexibleJason DeTiberus2015-10-261-0/+4
| | |
* | | Merge pull request #746 from detiber/multitenantNetworkBrenton Leanhardt2015-10-281-0/+6
|\ \ \ | | | | | | | | add examples for SDN configuration
| * | | add examples for SDN configurationJason DeTiberus2015-10-261-0/+6
| |/ /
* | | fix merge conflictsDiego Castro2015-10-221-6/+27
|\| |
| * | Support HA or single router, and start work on registryStefanie Forrester2015-10-211-0/+4
| | |
| * | Merge pull request #529 from sdodson/cockpit-masterWesley Hearn2015-10-201-0/+6
| |\ \ | | |/ | |/| Add cockpit role
| | * Add cockpit-ws with cockpit-kubernetes pluginScott Dodson2015-08-281-0/+6
| | |
| * | Avoid a recursive loopScott Dodson2015-09-041-1/+1
| | |
| * | Add openshift_version to set RPM versionsScott Dodson2015-09-031-0/+3
| | | | | | | | | | | | Mostly necessary for debugging / testing upgrade paths
| * | Make masters schedulable in byo exampleScott Dodson2015-08-311-2/+4
| | | | | | | | | | | | ... but note why you wouldn't want them to be
| * | Merge pull request #512 from sdodson/nextWesley Hearn2015-08-281-3/+3
| |\ \ | | |/ | |/| Merge in Atomic Enterprise work into master
| | * Atomic Enterprise related changes.Avesh Agarwal2015-08-261-3/+3
| | |
| * | Merge pull request #459 from spinolacastro/fluentdWesley Hearn2015-08-271-0/+3
| |\ \ | | |/ | |/| Configure Fluentd
| | * Configure FluentdDiego Castro2015-08-121-0/+3
| | |
| * | Merge pull request #462 from spinolacastro/clustermetricsWesley Hearn2015-08-261-0/+3
| |\ \ | | | | | | | | Cluster Metrics
| | * | Add README and inventory example.Diego Castro2015-08-151-0/+3
| | |/
| * | Merge pull request #408 from sdodson/docker-buildvmBrenton Leanhardt2015-08-171-1/+1
| |\ \ | | | | | | | | docker-buildvm-rhose is dead
| | * | docker-buildvm-rhose is deadScott Dodson2015-07-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Both the original and the new hosts are both internal hosts used only for testing of un-released content. One should not expect to use these outside of Red Hat.