summaryrefslogtreecommitdiff
path: root/inventory/byo/hosts.example
AgeCommit message (Collapse)Author
2017-12-08Cleanup byo referencesRussell Teague
2017-12-05Remove all references to pacemaker (pcs, pcsd) and ↵Andrew Butcher
openshift.master.cluster_method. With pacemaker removed there is no longer a need for openshift.master.cluster_method. We only have one option.
2017-11-27inventory: Add example for service catalog varsSteve Milner
Signed-off-by: Steve Milner <smilner@redhat.com>
2017-11-16Merge pull request #6114 from sosiouxme/20171114-registry-console-tech-debtOpenShift Merge Robot
Automatic merge from submit-queue. registry-console tech debt Followup to https://github.com/openshift/openshift-ansible/pull/5829 Replaces https://github.com/openshift/openshift-ansible/pull/6093 Fixes the construction and checking of registry-console images to be as similar as it can get to those constructed from the traditional `oreg_url` without tacking on `ose-` or `origin-` to the base name. I did not see a reason for having `registry.access.redhat.com/` as a hardcoded enterprise default so I took it out. Someone say something if there was a good reason for this.
2017-11-15registry-console: align image and checkLuke Meyer
enable option to configure basename in image docker_image_availability check: follow registry-console image options
2017-11-15Minor tweaks to ansible.cfg and example inventoryRussell Teague
- Adds reference to plugins and library path to support removal of symlinks - Removes references to old example inventories - Corrects deprecated ansible_ssh_user - Adds [nfs] group for proper parsing of the example inventory
2017-11-14Merge pull request #5921 from lpsantil/make-nfs-clearMichael Gugino
Make clearer *_nfs_directory and *_volume_name
2017-11-06reconcile registry-console and docker_image_availabilityLuke Meyer
Fixes bug 1497310 https://bugzilla.redhat.com/show_bug.cgi?id=1497310 The registry console is a special case in more than one way. This adds logic to incorporate the openshift_cockpit_deployer_* variables into determining what its image will be in docker_image_availability. Along the way I noticed the origin and enterprise templates for this were not consistent. Now they are, and the example hosts file is updated.
2017-11-02openshift_hosted: Add docker-gcSteve Milner
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>
2017-10-31Merge pull request #5949 from mgugino-upstream-stage/ha_controller_ttlOpenShift Merge Robot
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
2017-10-31Remove unused osm_controller_lease_ttlMichael Gugino
This variable is no longer used and references should be removed. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1507449
2017-10-30Add arbitrary firewall port config to master tooScott Dodson
2017-10-28Make clearer *_nfs_directory and *_volume_namelpsantil
2017-10-26Merge pull request #5793 from tbielawa/openshift_management_moduleOpenShift Merge Robot
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
2017-10-24Change default in prometheus storage type to emptydirZohar Galor
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
2017-10-20Management Cleanup and Provider IntegrationTim Bielawa
* Add container provider integration * General cleanup * Poll until service fully starts * Add notes on multiple-provider additions
2017-10-18Merge pull request #5459 from zgalor/nfs_fixScott Dodson
Fix prometheus role nfs
2017-10-16Fix prometheus role nfsZohar Galor
Allow for external or internal nfs. use facts as used for logging and metrics. Update prometheus-alertmanager image to v0.9.1
2017-10-13Rewire openshift_template_service_broker_namespaces configurableJim Minter
2017-10-10Fix typo in inventory exampleRussell Teague
2017-10-06Rename openshift_cfme role to openshift_managementTim Bielawa
2017-10-06Stop including origin and ose hosts example fileScott Dodson
It's a pain keeping these two in sync so just mention the differences as necessary.
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-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-03Filter internal hostnames from the list of parsed names.Andrew Butcher
2015-11-03Add custom certificates to serving info in master configuration.Andrew Butcher
2015-11-03Merge pull request #622 from nak3/update-docker-registry-urlBrenton Leanhardt
Remove images options in oadm command examples
2015-10-29Merge pull request #738 from detiber/storage_pluginsBrenton Leanhardt
Install storage plugin dependencies
2015-10-28Merge pull request #746 from detiber/multitenantNetworkBrenton Leanhardt
add examples for SDN configuration
2015-10-26add examples for SDN configurationJason DeTiberus
2015-10-26make storage plugin dependency installation more flexibleJason DeTiberus
2015-10-22fix merge conflictsDiego Castro
2015-10-21Support HA or single router, and start work on registryStefanie Forrester
2015-10-20Merge pull request #529 from sdodson/cockpit-masterWesley Hearn
Add cockpit role
2015-10-01Remove images options in oadm commandKenjiro Nakayama
2015-09-04Avoid a recursive loopScott Dodson
2015-09-03Add openshift_version to set RPM versionsScott Dodson
Mostly necessary for debugging / testing upgrade paths
2015-08-31Make masters schedulable in byo exampleScott Dodson
... but note why you wouldn't want them to be