summaryrefslogtreecommitdiff
path: root/inventory
AgeCommit message (Collapse)Author
2017-02-10Merge pull request #3281 from ewolinetz/revert_3257Scott Dodson
Reverting commit 3257 and renaming master_url to openshift_logging_ma…
2017-02-09Document openshift_cockpit_deployer_prefix and addScott Dodson
openshift_cockpit_deployer_version Fixes Bug 1393666
2017-02-08Updating defaults to pull from previously defined variable names used in ↵ewolinetz
playbooks
2017-02-07Reverting commit 3257 and renaming master_url to openshift_logging_master_urlewolinetz
2017-02-07Merge pull request #3260 from ashcrow/1395168Andrew Butcher
Copies CloudFront pem file to registry hosts
2017-02-06Merge pull request #3257 from jcantrill/bz1417261_deployer_with_35Scott Dodson
fixes 1417261. Points playbooks to the correct 3.5 roles for logging …
2017-02-06Copies CloudFront pem file to registry hostsSteve Milner
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
2017-02-03Merge pull request #2671 from abutcher/cert-redeploy-restructureScott Dodson
Restructure certificate redeploy playbooks
2017-02-02fixes 1417261. Points playbooks to the correct 3.5 roles for logging and metricsJeff Cantrill
2017-02-02Change default docker log driver from json-file to journald.Andrew Butcher
2017-02-02Restructure certificate redeploy playbooksAndrew Butcher
2017-01-23Add a mid upgrade hook, re-prefix variables.Devan Goodwin
2017-01-19Implement pre/post master upgrade hooks.Devan Goodwin
2017-01-18update examples to cover build default/override configurationBen Parees
2017-01-17Merge pull request #2786 from dgoodwin/docker-1.12Scott Dodson
Begin requiring Docker 1.12.
2017-01-12Fix typo in inventory README.mdLukas Berk
libviert -> libvirt
2017-01-11Merge pull request #3067 from lhuard1A/update_ec2_inventoryJason DeTiberus
Update aws dynamic inventory
2017-01-11Update aws dynamic inventoryLénaïc Huard
Fetch from https://raw.githubusercontent.com/ansible/ansible/devel/contrib/inventory/gce.py
2017-01-10Update aws dynamic inventoryLénaïc Huard
Fetch from https://raw.githubusercontent.com/ansible/ansible/devel/contrib/inventory/ec2.py
2017-01-10More toxificationJason DeTiberus
- 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
2016-12-01openshift_node_dnsmasq - Remove strict-order option from dnsmasqScott Dodson
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
2016-11-29update tests and flake8/pylint fixesJason DeTiberus
2016-11-22Merge kube_admission_plugin_config with admission_plugin_configSamuel Munilla
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."
2016-11-17Allow users to disable the origin repo creationScott Dodson
2016-11-10Begin requiring Docker 1.12.Devan Goodwin
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.
2016-11-07Merge pull request #2652 from smunilla/BZ1320952_default_for_clusterNetworkCIDRScott Dodson
Update defaults for clusterNetworkCIDR & hostSubnetLength
2016-11-07Merge pull request #2741 from harobed/issue_2740Scott Dodson
Remove unused openshift-ansible/inventory/hosts file #2740
2016-11-07Append /inventory/README.md to explain what is BYO inventory folder #2742Stéphane Klein
2016-11-07Remove unused openshift-ansible/inventory/hosts file #2740Stéphane Klein
2016-11-03Update defaults for clusterNetworkCIDR & hostSubnetLengthSamuel Munilla
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
2016-10-28Bump documented openshift_release for 1.4/3.4.Devan Goodwin
2016-10-19Fix typosRodolfo Carvalho
2016-10-13revise docsTobias Brunner
2016-10-12adjustments in docs and j2 templateTobias Brunner
2016-10-12add regionendpoint parameter for registry s3Tobias Brunner
2016-10-10Set HTTPS_PROXY in example builddefaults_jsonScott Dodson
2016-10-07Merge pull request #2424 from jeremyeder/pods_per_core2Scott Dodson
the kubelet example line fails on releases prior to 3.3, so put a comment there.
2016-10-07note different product versionsJeremy Eder
2016-10-06Merge pull request #2548 from dgoodwin/containerized-bScott Dodson
Error out if containerized=true for lb host.
2016-10-06Error out if containerized=true for lb host.Devan Goodwin
2016-10-05Add example openid/request header providers and explain certificate variables.Andrew Butcher
2016-10-04Merge pull request #2538 from DG-i/masterAndrew Butcher
allow networkConfig.ingressIPNetworkCIDRs to be configured
2016-10-04Merge pull request #2441 from dgoodwin/34-upgrade-improvementsAndrew Butcher
3.4 Upgrade Improvements
2016-10-04allow networkConfig.ingressIPNetworkCIDRs to be configuredMathias Merscher
Signed-off-by: Mathias Merscher <Mathias.Merscher@dg-i.net>
2016-09-29Merge pull request #2404 from sdodson/loggingScott Dodson
Logging fixes
2016-09-29Use pre_upgrade tag instread of a dry run variable.Devan Goodwin
2016-09-29Set the DomainName or DomainID in the OpenStack cloud providerLénaïc Huard
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
2016-09-28Add gitHTTPProxy and gitHTTPSProxy to advanced config json optionScott Dodson
2016-09-28Support openshift_upgrade_dry_run=true for pre-upgrade checks only.Devan Goodwin
2016-09-26Add some sample inventory stuff, will update this laterScott Dodson