summaryrefslogtreecommitdiffstats
path: root/inventory/byo/hosts.origin.example
Commit message (Collapse)AuthorAgeFilesLines
* openshift_node_dnsmasq - Remove strict-order option from dnsmasqScott Dodson2016-12-011-1/+2
| | | | | | | | | | | strict-order forces dnsmasq to iterate through nameservers in order. If one of the nameservers is down this will slow things down while dnsmasq waits for a timeout. Also, this option prevents dnsmasq from querying other nameservers if the first one returns a negative result. While I think it's odd to have a nameserver that returns negative results for a query that another returns positive results for this does seem to fix the issue in testing. Fixes Bug 1399577
* Merge kube_admission_plugin_config with admission_plugin_configSamuel Munilla2016-11-221-0/+3
| | | | | | | | Move the values in kube_admission_plugin_config up one level per the new format from 1.3: "The kubernetesMasterConfig.admissionConfig.pluginConfig should be moved and merged into admissionConfig.pluginConfig."
* Allow users to disable the origin repo creationScott Dodson2016-11-171-0/+4
|
* Update defaults for clusterNetworkCIDR & hostSubnetLengthSamuel Munilla2016-11-031-4/+4
| | | | | | | | | | | | Per https://github.com/openshift/openshift-docs/issues/1700: The default values for pod networking have changed: - clusterNetworkCIDR now defaults to 10.128.0.0/14 (10.128.0.0 - 10.131.255.255) rather than 10.1.0.0/16. - hostSubnetLength now defaults to 9 rather than 8 (meaning each node will be assigned a /23 subnet rather than a /24) Fixes Bug 1320952
* Bump documented openshift_release for 1.4/3.4.Devan Goodwin2016-10-281-1/+1
|
* revise docsTobias Brunner2016-10-131-1/+1
|
* adjustments in docs and j2 templateTobias Brunner2016-10-121-1/+2
|
* add regionendpoint parameter for registry s3Tobias Brunner2016-10-121-0/+15
|
* Set HTTPS_PROXY in example builddefaults_jsonScott Dodson2016-10-101-1/+1
|
* Merge pull request #2424 from jeremyeder/pods_per_core2Scott Dodson2016-10-071-1/+1
|\ | | | | the kubelet example line fails on releases prior to 3.3, so put a comment there.
| * note different product versionsJeremy Eder2016-10-071-1/+1
| |
| * the example line fails on releases prior to 3.3, so put a comment there.Jeremy Eder2016-09-091-1/+1
| |
* | Merge pull request #2548 from dgoodwin/containerized-bScott Dodson2016-10-061-1/+3
|\ \ | | | | | | Error out if containerized=true for lb host.
| * | Error out if containerized=true for lb host.Devan Goodwin2016-10-061-1/+3
| | |
* | | Add example openid/request header providers and explain certificate variables.Andrew Butcher2016-10-051-7/+36
|/ /
* | Merge pull request #2538 from DG-i/masterAndrew Butcher2016-10-041-0/+7
|\ \ | | | | | | allow networkConfig.ingressIPNetworkCIDRs to be configured
| * | allow networkConfig.ingressIPNetworkCIDRs to be configuredMathias Merscher2016-10-041-0/+7
| | | | | | | | | | | | Signed-off-by: Mathias Merscher <Mathias.Merscher@dg-i.net>
* | | Merge pull request #2441 from dgoodwin/34-upgrade-improvementsAndrew Butcher2016-10-041-1/+0
|\ \ \ | |/ / |/| | 3.4 Upgrade Improvements
| * | Use pre_upgrade tag instread of a dry run variable.Devan Goodwin2016-09-291-3/+0
| | |
| * | Support openshift_upgrade_dry_run=true for pre-upgrade checks only.Devan Goodwin2016-09-281-0/+2
| | |
* | | Merge pull request #2404 from sdodson/loggingScott Dodson2016-09-291-4/+49
|\ \ \ | | | | | | | | Logging fixes
| * | | Add some sample inventory stuff, will update this laterScott Dodson2016-09-261-4/+49
| |/ /
* | | Set the DomainName or DomainID in the OpenStack cloud providerLénaïc Huard2016-09-291-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Whereas with the OpenStack keystone v2 authentication API, the username and the password are enough, the keystone v3 API requires an additional domain parameter. Fixes #2515
* | | Add gitHTTPProxy and gitHTTPSProxy to advanced config json optionScott Dodson2016-09-281-2/+1
|/ /
* | Merge pull request #2484 from abutcher/gce-cloud-providerScott Dodson2016-09-221-0/+3
|\ \ | | | | | | Add GCE cloud provider kind.
| * | Add GCE cloud provider kind.Andrew Butcher2016-09-211-0/+3
| | |
* | | Clarify openshift_hosted_metrics_public_urlScott Dodson2016-09-211-0/+2
|/ / | | | | | | | | | | Currently, metrics only works at /hawkular/metrics so if you alter the path portion of the variable then the master will direct traffic at an endpoint that won't work.
* | Add acceptschema2 and enforcequota settings for hosted registryAndrew Lau2016-09-101-0/+2
| |
* | Add option for specifying s3 registry storage root directory.Andrew Butcher2016-09-091-0/+1
|/
* Don't advise people to use additional registries over oreg_urlScott Dodson2016-09-011-4/+2
|
* Remove openshift_master_metrics_public_urlAndrew Butcher2016-08-311-1/+1
|
* update kubelet argument example with references to new pods-per-core and new ↵Jeremy Eder2016-08-291-1/+1
| | | | max-pods threshold for 3.3
* Update metrics example inventoriesScott Dodson2016-08-261-4/+43
|
* Merge pull request #2360 from detiber/repo_reworkJason DeTiberus2016-08-241-4/+0
|\ | | | | Repo rework
| * remove fedora origin copr (it's in mainline fedora now), some dnf/yum clean upAdam Miller2016-08-241-4/+0
| | | | | | | | Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
* | Add externalIPNetworkCIDRs to configSamuel Munilla2016-08-231-0/+10
|/ | | | | Allow networkConfig.externalIPNetworkCIDRs to be set along with a default to emulate the old 3.1 behavior.
* Support for redeploying certificates.Andrew Butcher2016-08-111-2/+15
|
* Fix little mistake in openshift_master_htpasswd_users value .jmferrer2016-08-081-1/+1
|
* Add knobs for disabling router/registry management.Andrew Butcher2016-08-031-0/+6
|
* Add options for specifying named ca certificates to be added to the ↵Andrew Butcher2016-08-011-2/+7
| | | | openshift ca bundle.
* Document openshift_portal_netScott Dodson2016-07-261-4/+6
|
* remove outdated openshift_cluster_metrics roleJason DeTiberus2016-07-251-3/+0
|
* Merge pull request #1945 from dgoodwin/upgrade33Scott Dodson2016-07-141-0/+24
|\ | | | | openshift_release / version / upgrade improvements
| * Merge remote-tracking branch 'upstream/master' into upgrade33Devan Goodwin2016-07-141-53/+58
| |\
| * \ Merge branch 'aoi-32-up' into upgrade33Devan Goodwin2016-07-081-0/+4
| |\ \
| * \ \ Merge branch 'master' into upgrade33Devan Goodwin2016-07-041-3/+6
| |\ \ \
| * | | | Fix typo in example inventories.Devan Goodwin2016-07-041-1/+1
| | | | |
| * | | | Merge branch 'master' into upgrade33Devan Goodwin2016-06-281-0/+9
| |\ \ \ \
| * | | | | Allow skipping Docker upgrade during OpenShift upgrade.Devan Goodwin2016-06-241-0/+7
| | | | | |
| * | | | | Document the new and old version variables.Devan Goodwin2016-06-171-0/+17
| | | | | |