summaryrefslogtreecommitdiffstats
path: root/inventory/hosts.example
Commit message (Collapse)AuthorAgeFilesLines
* Set default image tag to openshift_image_tag for servicesVadim Rutkovsky2018-02-081-0/+3
| | | | Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com>
* Merge pull request #6949 from vrutkovs/schedulable-mastersOpenShift Merge Robot2018-02-021-3/+2
|\ | | | | | | | | | | | | Automatic merge from submit-queue. Make masters schedulable by default Fixes #6930
| * Update hosts examples with a note about scheduling on mastersVadim Rutkovsky2018-01-311-3/+2
| |
* | hosts.example: clarify usage of openshift_master_cluster_public_hostnameVadim Rutkovsky2018-02-011-1/+4
|/
* [1506750] Ensure proper hostname check overrideRussell Teague2018-01-221-3/+3
|
* Merge pull request #6607 from tomassedovic/fix-cinder-pvOpenShift Merge Robot2018-01-111-0/+3
|\ | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Fix Cinder Persistent Volume support This documents how to use Cinder-backed persistent volumes with OpenStack. It needed a change to the dynamic inventory because the "openstack" cloudprovider plugin does actually require internal name resolution -- and the `openshift_hostname` value must match the name of the Nova server. In addition, we need to be able to specify the V2 of the Cinder API for now as described in: https://github.com/openshift/openshift-docs/issues/5730
| * Add documentation exampleJoel Pearson2018-01-101-0/+3
| |
* | Merge pull request #6579 from ↵OpenShift Merge Robot2018-01-101-0/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | coreydaley/trello_1435_default_tolerations_via_buildconfig_defaulter Automatic merge from submit-queue. Ability to specify default tolerations via the buildconfig defaulter Trello: https://trello.com/c/LNxlMjjU/1435-5-ability-to-specify-default-tolerations-via-the-buildconfig-defaulter-builds Dependent on: https://github.com/openshift/origin/pull/17955
| * | Ability to specify override tolerations via the buildconfig overriderCorey Daley2018-01-091-0/+1
| |/ | | | | | | Trello: https://trello.com/c/LNxlMjjU/1435-5-ability-to-specify-default-tolerations-via-the-buildconfig-defaulter-builds
* | Merge pull request #5080 from sdodson/drain-timeoutsOpenShift Merge Robot2018-01-101-0/+8
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Add the ability to specify a timeout for node drain operations A timeout to wait for nodes to drain pods can be specified to ensure that the upgrade continues even if nodes fail to drain pods in the allowed time. The default value of 0 will wait indefinitely allowing the admin to investigate the root cause and ensuring that disruption budgets are respected. In practice the `oc adm drain` command will eventually error out, at least that's what we've seen in our large online clusters, when that happens a second attempt will be made to drain the nodes, if it fails again it will abort the upgrade for that node or for the entire cluster based on your defined `openshift_upgrade_nodes_max_fail_percentage`. `openshift_upgrade_nodes_drain_timeout=0` is the default and will wait until all pods have been drained successfully `openshift_upgrade_nodes_drain_timeout=600` would wait for 600s before moving on to the tasks which would forcefully stop pods such as stopping docker, node, and openvswitch.
| * | Add the ability to specify a timeout for node drain operationsScott Dodson2018-01-101-0/+8
| | |
* | | Merge pull request #6423 from dav1x/add-vsphere-providerScott Dodson2018-01-101-0/+10
|\ \ \ | |_|/ |/| | Add vsphere provider
| * | add vsphere examples in hosts.exampleDavis Phillips2017-12-111-0/+10
| | |
* | | Merge pull request #6618 from ture-karlsson/masterScott Dodson2018-01-091-0/+4
|\ \ \ | | | | | | | | Provide example on how to use osm_etcd_image
| * | | Provide example on how to use osm_etcd_image in a disconnected and ↵Ture Karlsson2018-01-051-0/+4
| | |/ | |/| | | | | | | | | | containerized installation Example of how to use osm_etcd_image in accordance to: https://docs.openshift.com/container-platform/3.7/install_config/install/rpm_vs_containerized.html
* | | Fix error in variable in commentMichael Scherer2018-01-081-1/+1
|/ /
* | Merge pull request #6522 from mgugino-upstream-stage/oauth_templateOpenShift Merge Robot2018-01-021-0/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Remove oauth_template bits from openshift_facts This commit moves some deprecated variable logic outside of openshift_facts and into role defaults.
| * | Remove oauth_template bits from openshift_factsMichael Gugino2017-12-211-0/+3
| | | | | | | | | | | | | | | This commit moves some deprecated variable logic outside of openshift_facts and into role defaults.
* | | Remove references to deployment_typeMichael Gugino2017-12-211-1/+1
|/ / | | | | | | | | | | | | Move openshift_deployment_type check into sanity_check action plugin. Remove compatibility for deployment_type. deployment_type has been deprecated for some time now.
* | Add support for storage classes to openshift_prometheus role.Jiri Mencak2017-12-121-0/+6
|/
* Cleanup byo referencesRussell Teague2017-12-081-0/+1089