summaryrefslogtreecommitdiffstats
path: root/inventory
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3281 from ewolinetz/revert_3257Scott Dodson2017-02-102-9/+9
|\ | | | | Reverting commit 3257 and renaming master_url to openshift_logging_ma…
| * Updating defaults to pull from previously defined variable names used in ↵ewolinetz2017-02-082-2/+2
| | | | | | | | playbooks
| * Reverting commit 3257 and renaming master_url to openshift_logging_master_urlewolinetz2017-02-072-9/+9
| |
* | Document openshift_cockpit_deployer_prefix and addScott Dodson2017-02-092-0/+14
|/ | | | | | openshift_cockpit_deployer_version Fixes Bug 1393666
* Merge pull request #3260 from ashcrow/1395168Andrew Butcher2017-02-072-0/+13
|\ | | | | Copies CloudFront pem file to registry hosts
| * Copies CloudFront pem file to registry hostsSteve Milner2017-02-062-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | This change copies the CloudFront private key to registry hosts when the provider is set to s3 and CloudFront baseurl, privatekey, and keyparid are all provided. It also adds the following variable examples in the host inventory files: - openshift_hosted_registry_storage_s3_cloudfront_baseurl - openshift_hosted_registry_storage_s3_cloudfront_privatekeyfile - openshift_hosted_registry_storage_s3_cloudfront_keypairid See https://bugzilla.redhat.com/show_bug.cgi?id=1395168
* | Merge pull request #3257 from jcantrill/bz1417261_deployer_with_35Scott Dodson2017-02-062-9/+9
|\ \ | |/ |/| fixes 1417261. Points playbooks to the correct 3.5 roles for logging …
| * fixes 1417261. Points playbooks to the correct 3.5 roles for logging and metricsJeff Cantrill2017-02-022-9/+9
| |
* | Merge pull request #2671 from abutcher/cert-redeploy-restructureScott Dodson2017-02-032-8/+2
|\ \ | | | | | | Restructure certificate redeploy playbooks
| * | Restructure certificate redeploy playbooksAndrew Butcher2017-02-022-8/+2
| |/
* | Change default docker log driver from json-file to journald.Andrew Butcher2017-02-022-2/+2
|/
* Add a mid upgrade hook, re-prefix variables.Devan Goodwin2017-01-232-8/+16
|
* Implement pre/post master upgrade hooks.Devan Goodwin2017-01-192-0/+30
|
* update examples to cover build default/override configurationBen Parees2017-01-182-14/+58
|
* Merge pull request #2786 from dgoodwin/docker-1.12Scott Dodson2017-01-172-2/+2
|\ | | | | Begin requiring Docker 1.12.
| * Begin requiring Docker 1.12.Devan Goodwin2016-11-102-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Building off the work done for Docker 1.10, we now require Docker 1.12 by default. The upgrade process was already set to ensure you are running the latest docker during upgrade, and the standalone docker upgrade playbook can also be used if desired. As before, you can override this Docker 1.12 requirement by setting a docker_version=1.10.3 (or similar), and you can skip the default to upgrade docker by setting docker_upgrade=False.
* | Fix typo in inventory README.mdLukas Berk2017-01-121-1/+1
| | | | | | | | libviert -> libvirt
* | Merge pull request #3067 from lhuard1A/update_ec2_inventoryJason DeTiberus2017-01-112-59/+280
|\ \ | | | | | | Update aws dynamic inventory
| * | Update aws dynamic inventoryLénaïc Huard2017-01-102-59/+280
| | | | | | | | | | | | Fetch from https://raw.githubusercontent.com/ansible/ansible/devel/contrib/inventory/ec2.py
* | | Update aws dynamic inventoryLénaïc Huard2017-01-111-38/+214
| | | | | | | | | | | | Fetch from https://raw.githubusercontent.com/ansible/ansible/devel/contrib/inventory/gce.py
* | | More toxificationJason DeTiberus2017-01-101-5/+5
|/ / | | | | | | | | | | | | | | | | | | | | | | - Move pylint tests to tox - Move yamllint tests to tox - Create separate tox config (and setup.py) for root - bump ansible requirement - unify pylint config - add docs - remove git directory containing old testing tools - install python-six if not present for openshift-facts - add python-six as a dependency for openshift-ansible-utils
* | openshift_node_dnsmasq - Remove strict-order option from dnsmasqScott Dodson2016-12-012-2/+4
| | | | | | | | | | | | | | | | | | | | | | 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
* | update tests and flake8/pylint fixesJason DeTiberus2016-11-294-3/+7
| |
* | Merge kube_admission_plugin_config with admission_plugin_configSamuel Munilla2016-11-222-0/+6
| | | | | | | | | | | | | | | | 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
|/
* Merge pull request #2652 from smunilla/BZ1320952_default_for_clusterNetworkCIDRScott Dodson2016-11-072-8/+8
|\ | | | | Update defaults for clusterNetworkCIDR & hostSubnetLength
| * Update defaults for clusterNetworkCIDR & hostSubnetLengthSamuel Munilla2016-11-032-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | Merge pull request #2741 from harobed/issue_2740Scott Dodson2016-11-071-2/+0
|\ \ | | | | | | Remove unused openshift-ansible/inventory/hosts file #2740
| * | Remove unused openshift-ansible/inventory/hosts file #2740Stéphane Klein2016-11-071-2/+0
| |/
* | Append /inventory/README.md to explain what is BYO inventory folder #2742Stéphane Klein2016-11-071-0/+9
|/
* Bump documented openshift_release for 1.4/3.4.Devan Goodwin2016-10-282-2/+2
|
* Fix typosRodolfo Carvalho2016-10-191-1/+1
|
* revise docsTobias Brunner2016-10-132-2/+2
|
* adjustments in docs and j2 templateTobias Brunner2016-10-122-1/+18
|
* add regionendpoint parameter for registry s3Tobias Brunner2016-10-121-0/+15
|
* Set HTTPS_PROXY in example builddefaults_jsonScott Dodson2016-10-102-2/+2
|
* Merge pull request #2424 from jeremyeder/pods_per_core2Scott Dodson2016-10-072-2/+2
|\ | | | | the kubelet example line fails on releases prior to 3.3, so put a comment there.
| * note different product versionsJeremy Eder2016-10-072-2/+2
| |
| * the example line fails on releases prior to 3.3, so put a comment there.Jeremy Eder2016-09-092-2/+2
| |
* | Merge pull request #2548 from dgoodwin/containerized-bScott Dodson2016-10-062-2/+6
|\ \ | | | | | | Error out if containerized=true for lb host.
| * | Error out if containerized=true for lb host.Devan Goodwin2016-10-062-2/+6
| | |
* | | Add example openid/request header providers and explain certificate variables.Andrew Butcher2016-10-052-14/+72
|/ /
* | Merge pull request #2538 from DG-i/masterAndrew Butcher2016-10-042-0/+14
|\ \ | | | | | | allow networkConfig.ingressIPNetworkCIDRs to be configured
| * | allow networkConfig.ingressIPNetworkCIDRs to be configuredMathias Merscher2016-10-042-0/+14
| | | | | | | | | | | | 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-292-6/+0
| | |
| * | Support openshift_upgrade_dry_run=true for pre-upgrade checks only.Devan Goodwin2016-09-282-0/+5
| | |
* | | Merge pull request #2404 from sdodson/loggingScott Dodson2016-09-292-8/+97
|\ \ \ | | | | | | | | Logging fixes
| * | | Add some sample inventory stuff, will update this laterScott Dodson2016-09-262-8/+97
| |/ /
* | | Set the DomainName or DomainID in the OpenStack cloud providerLénaïc Huard2016-09-292-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | 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