summaryrefslogtreecommitdiffstats
path: root/roles/openshift_facts
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Revert "Revert openshift.node.nodename changes"Scott Dodson2016-11-081-7/+20
| |/ |/|
* | Merge pull request #2753 from jkhelil/proxy_settingsScott Dodson2016-11-081-2/+2
|\ \ | | | | | | Always add local dns domain to no_proxy
| * | Always add local dns domain to no_proxyjawed2016-11-081-2/+2
| | |
* | | Merge pull request #2751 from sdodson/BZ1388253Scott Dodson2016-11-081-20/+7
|\ \ \ | | | | | | | | Revert openshift.node.nodename changes
| * | | Revert "Fix the nodeName of the OpenShift nodes on OpenStack"Scott Dodson2016-11-071-1/+1
| | | | | | | | | | | | | | | | This reverts commit aaaf82ba6032d0b1e9c36a39a7eda25b8c5f4b84.
| * | | Revert "Fix OpenStack cloud provider"Scott Dodson2016-11-071-10/+0
| | | | | | | | | | | | | | | | This reverts commit 1f2276fff1e41c1d9440ee8b589042ee249b95d7.
| * | | Revert "Check that OpenStack hostnames are resolvable"Scott Dodson2016-11-071-9/+6
| | | | | | | | | | | | | | | | This reverts commit 3cc2d6b019fa8a05ba480a7425cd654aa051355f.
* | | | Refactor default sdn_cluster_network_cidr and sdn_host_subnet_lengthScott Dodson2016-11-071-4/+9
| |/ / |/| | | | | | | | | | | Inventory values highest priority, then anything in master-config.yaml, then defaults last.
* | | Merge pull request #2652 from smunilla/BZ1320952_default_for_clusterNetworkCIDRScott Dodson2016-11-071-5/+19
|\ \ \ | |/ / |/| | Update defaults for clusterNetworkCIDR & hostSubnetLength
| * | Update defaults for clusterNetworkCIDR & hostSubnetLengthSamuel Munilla2016-11-031-5/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | default to multizone GCE configSeth Jennings2016-11-041-0/+3
|/ /
* | Remove commit offset strings from parsed versionsTim Bielawa2016-10-311-2/+22
| |
* | Merge pull request #2670 from abutcher/hosted-registry-insecureScott Dodson2016-10-261-2/+21
|\ \ | | | | | | Bug 1388016 - The insecure-registry address was removed during upgrade
| * | Default hosted_registry_insecure true when insecure registry present in ↵Andrew Butcher2016-10-261-2/+21
| | | | | | | | | | | | existing /etc/sysconfig/docker.
* | | Fix race condtion in openshift_factsSamuel Munilla2016-10-251-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | If, for some reason, two facts processes were run simultaneously on the same host, creating the directory could cause an exception. This should help with that. Fixes Bug 1385449
* | | Merge pull request #2615 from tbielawa/node-labels-fixTim Bielawa2016-10-251-3/+36
|\ \ \ | |/ / |/| | Set node-labels in kubeletArguments
| * | Add node-labels to kubeletArgumentsTim Bielawa2016-10-201-3/+36
| | | | | | | | | | | | * Node labels are parsed from openshift_node_labels if they exist
* | | Fix typosRodolfo Carvalho2016-10-191-1/+1
|/ /
* / update handling of use_dnsmasqJason DeTiberus2016-10-131-2/+2
|/
* Merge pull request #2561 from lhuard1A/check_openstack_hostname_are_resovableScott Dodson2016-10-101-6/+9
|\ | | | | Check that OpenStack hostnames are resolvable
| * Check that OpenStack hostnames are resolvableLénaïc Huard2016-10-061-6/+9
| | | | | | | | If they’re not, then use IP instead
* | Merge pull request #2546 from abutcher/master-debug-levelTim Bielawa2016-10-051-0/+1
|\ \ | |/ |/| Bug 1366522 - The value of "debug_level" isn't applied to /etc/sysconfig/atomic-openshift-master
| * Move openshift.common.debug.level to openshift_facts.Andrew Butcher2016-10-051-0/+1
| |
* | Merge pull request #2511 from vishpat/nuage_haAndrew Butcher2016-10-041-8/+0
|\ \ | |/ |/| Changes for Nuage HA
| * Filterize haproxy frontends/backends and add method for providing additional ↵Andrew Butcher2016-10-031-8/+0
| | | | | | | | frontends/backends.
* | Merge pull request #2404 from sdodson/loggingScott Dodson2016-09-291-4/+19
|\ \ | | | | | | Logging fixes
| * | Add storage for loggingScott Dodson2016-09-261-4/+19
| |/
* | Merge pull request #2501 from lhuard1A/fix_openstack_cloudproviderAndrew Butcher2016-09-261-1/+11
|\ \ | |/ |/| Fix openstack cloudprovider
| * Fix OpenStack cloud providerLénaïc Huard2016-09-261-0/+10
| |
| * Fix the nodeName of the OpenShift nodes on OpenStackLénaïc Huard2016-09-221-1/+1
| |
* | Add GCE cloud provider kind.Andrew Butcher2016-09-211-0/+6
| |
* | Split openshift_builddefaults_no_proxy if it's not a listScott Dodson2016-09-201-0/+3
|/
* Add 'MaxGCEPDVolumeCount' to default scheduler predicates.Andrew Butcher2016-09-161-0/+1
|
* Add 'MaxEBSVolumeCount' to default scheduler predicates.Andrew Butcher2016-09-141-0/+1
|
* Remove atomic check and cockpit.socketSamuel Munilla2016-08-262-2/+2
|
* Add support for Atomic Registry InstallsSamuel Munilla2016-08-262-3/+9
| | | | Add the Registry deployment subtype as an option in the quick installer.
* Rely on IMAGE_PREFIX and IMAGE_VERSION defaults from the templates themselvesScott Dodson2016-08-241-2/+0
|
* Add ability to disable pvc creationScott Dodson2016-08-241-2/+4
|
* add selectors for metrics and loggingScott Dodson2016-08-241-0/+8
|
* Pull in keynote demo changesScott Dodson2016-08-241-1/+3
|
* Bug 1367199 - iptablesSyncPeriod should default to 30s OOTBSamuel Munilla2016-08-161-1/+1
| | | | Update the default to thirty seconds.
* Merge pull request #2268 from abutcher/ansible-2.2Scott Dodson2016-08-091-13/+24
|\ | | | | Ansible 2.2 Support
| * Support gathering ansible 2.1/2.2 system factsAndrew Butcher2016-08-081-12/+19
| |
| * Try/except urlparse calls.Andrew Butcher2016-08-081-1/+5
| |
* | Enable 'NoVolumeZoneConflict' policy for schedulerAndrew Butcher2016-08-091-0/+1
|/
* remove outdated openshift_cluster_metrics roleJason DeTiberus2016-07-251-18/+0
|
* Check ansible version prior to evaluating cluster hosts and groups.Andrew Butcher2016-07-201-5/+0
|
* Merge pull request #1992 from abutcher/ansible-2Scott Dodson2016-07-181-3/+3
|\ | | | | Require ansible-2.1.0.0+
| * Require ansible-2.1Andrew Butcher2016-07-011-3/+3
| |
* | Merge remote-tracking branch 'upstream/master' into upgrade33Devan Goodwin2016-07-141-5/+11
|\ \