summaryrefslogtreecommitdiff
path: root/inventory/hosts.example
AgeCommit message (Collapse)Author
2018-02-08Set default image tag to openshift_image_tag for servicesVadim Rutkovsky
Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com>
2018-02-02Merge pull request #6949 from vrutkovs/schedulable-mastersOpenShift Merge Robot
Automatic merge from submit-queue. Make masters schedulable by default Fixes #6930
2018-02-01hosts.example: clarify usage of openshift_master_cluster_public_hostnameVadim Rutkovsky
2018-01-31Update hosts examples with a note about scheduling on mastersVadim Rutkovsky
2018-01-22[1506750] Ensure proper hostname check overrideRussell Teague
2018-01-11Merge pull request #6607 from tomassedovic/fix-cinder-pvOpenShift Merge Robot
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
2018-01-10Merge pull request #6579 from ↵OpenShift Merge Robot
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
2018-01-10Merge pull request #5080 from sdodson/drain-timeoutsOpenShift Merge Robot
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.
2018-01-10Merge pull request #6423 from dav1x/add-vsphere-providerScott Dodson
Add vsphere provider
2018-01-10Add the ability to specify a timeout for node drain operationsScott Dodson
2018-01-10Add documentation exampleJoel Pearson
2018-01-09Ability to specify override tolerations via the buildconfig overriderCorey Daley
Trello: https://trello.com/c/LNxlMjjU/1435-5-ability-to-specify-default-tolerations-via-the-buildconfig-defaulter-builds
2018-01-09Merge pull request #6618 from ture-karlsson/masterScott Dodson
Provide example on how to use osm_etcd_image
2018-01-08Fix error in variable in commentMichael Scherer
2018-01-05Provide example on how to use osm_etcd_image in a disconnected and ↵Ture Karlsson
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
2018-01-02Merge pull request #6522 from mgugino-upstream-stage/oauth_templateOpenShift Merge Robot
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.
2017-12-21Remove references to deployment_typeMichael Gugino
Move openshift_deployment_type check into sanity_check action plugin. Remove compatibility for deployment_type. deployment_type has been deprecated for some time now.
2017-12-21Remove oauth_template bits from openshift_factsMichael Gugino
This commit moves some deprecated variable logic outside of openshift_facts and into role defaults.
2017-12-12Add support for storage classes to openshift_prometheus role.Jiri Mencak
2017-12-11add vsphere examples in hosts.exampleDavis Phillips
2017-12-08Cleanup byo referencesRussell Teague