summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-07Copy admin kubeconfig in openshift_manage_node role.Andrew Butcher
2016-09-07Merge pull request #2413 from tbielawa/GH2401_PersistentVolumesJason DeTiberus
Fix for objects which can't be converted by the YAML parser
2016-09-07Adjust to_padded_yaml transformation to use the AnsibleDumperTim Bielawa
* Previously we used yaml.safe_dump * Now we use yamp.dump with the `Dumper` parameter set to the AnsibleDumper class. * AnsibleDumper subclasses yaml.SafeDumper, so we aren't losing any safety nets
2016-09-04Merge pull request #2409 from abutcher/secure-registryScott Dodson
Secure registry for atomic registry deployment
2016-09-02Secure registry for atomic registry deployment (deployment_subtype=registry).Andrew Butcher
2016-09-02Merge pull request #2405 from tbielawa/FixFilterErrorStringSubstitutionTim Bielawa
Fix string substitution error in the to_padded_yaml filter
2016-09-02Merge pull request #2406 from sdodson/record-schedulabilityScott Dodson
Record schedulability of node prior to upgrade and re-set it to that
2016-09-02Record schedulability of node prior to upgrade and re-set it to thatScott Dodson
Previously we were setting schedulability to the state defined in the inventory without regard to whether or not it was manually made schedulable or unschedulable. The right thing seems to be to record the state prior to upgrade and set it back.
2016-09-02Fix string substitution error in the to_padded_yaml filterTim Bielawa
2016-09-02Merge pull request #2402 from sdodson/image-stream-syncScott Dodson
Update image stream data
2016-09-02Merge pull request #2202 from richm/logging-1.3Scott Dodson
initial support for v1.3 with logging v1.3
2016-09-02Update image stream dataScott Dodson
2016-09-02Merge pull request #2400 from liggitt/ops-typoScott Dodson
Fix ops/qps typo
2016-09-02Fix ops/qps typoJordan Liggitt
2016-09-01initial support for v1.3 with logging v1.3Rich Megginson
This also includes some fixes to make deploying logging more idempotent, such as ignoring failures if trying to create objects that already exist
2016-09-01Merge pull request #2379 from tbielawa/FixBZ1339624Scott Dodson
Fix bz1339624
2016-09-01Merge pull request #2198 from richm/various-logging-enhancementsScott Dodson
Various logging enhancements
2016-09-01Only prompt for proxy vars if none are set and our version recognizes themTim Bielawa
2016-09-01Merge pull request #2313 from mdanter/unschedulableMasterAsNodeScott Dodson
In AWS where the master node was not part of the nodes and unschedulable
2016-09-01Merge pull request #2365 from sdodson/dont-use-additional-registryScott Dodson
Don't advise people to use additional registries over oreg_url
2016-09-01Don't advise people to use additional registries over oreg_urlScott Dodson
2016-09-01Merge pull request #2382 from abutcher/nuage-checkScott Dodson
Fix nuage check.
2016-09-01Merge pull request #2347 from brenton/BZ1369410Scott Dodson
Bug 1369410 - uninstall fail at task [restart docker] on atomic-host
2016-09-01Merge pull request #2396 from tbielawa/BZ1372388Scott Dodson
Persist net.ipv4.ip_forward sysctl entry for openshift nodes
2016-09-01Merge pull request #2395 from mkumatag/uninstall_flannelScott Dodson
Add flannel package removal in uninstallation playbook
2016-09-01Merge pull request #2380 from tbielawa/GH2283_no_retriesAndrew Butcher
Don't attempt to create retry files
2016-09-01Persist net.ipv4.ip_forward sysctl entry for openshift nodesTim Bielawa
Reference: https://bugzilla.redhat.com/show_bug.cgi?id=1372388
2016-09-01Merge pull request #2316 from mkumatag/fix_errorAndrew Butcher
Fix errors in docker role
2016-09-01Merge pull request #2367 from tbielawa/FixNewerPyLintErrorsAndrew Butcher
Fix PyLint errors discovered when upgrading to newer version
2016-09-01Automatic commit of package [openshift-ansible] release [3.4.1-1].Scott Dodson
2016-09-01Add flannel package removal in uninstallation playbookManjunath A Kumatagi
2016-08-31Automatic commit of package [openshift-ansible] release [3.3.20-1].Scott Dodson
2016-08-31Merge pull request #2394 from sdodson/revert-2238Scott Dodson
Restore network plugin configuration
2016-08-31Restore network plugin configurationScott Dodson
2016-08-31Merge pull request #2393 from abutcher/metrics-public-urlScott Dodson
Remove openshift_master_metrics_public_url
2016-08-31Merge pull request #2389 from smunilla/BZ1371836Scott Dodson
Bug 1371836 - The variant should be Registry 3.3
2016-08-31Remove openshift_master_metrics_public_urlAndrew Butcher
2016-08-31Automatic commit of package [openshift-ansible] release [3.3.19-1].Troy Dawson
2016-08-31Bug 1371836 - The variant should be Registry 3.3Samuel Munilla
Bump Registry subvariant to the correct version.
2016-08-31Merge pull request #2388 from mkumatag/update_readmeScott Dodson
update flannel_subnet_len default value
2016-08-31update flannel_subnet_len default valueManjunath A Kumatagi
2016-08-30Merge pull request #2387 from sdodson/reload_docker_factsScott Dodson
Reload docker facts after upgrading docker
2016-08-30Automatic commit of package [openshift-ansible] release [3.3.18-1].Scott Dodson
2016-08-30Reload docker facts after upgrading dockerScott Dodson
2016-08-30Merge pull request #2386 from sdodson/metrics-dynamicScott Dodson
Enable metrics dynamic storage
2016-08-30Merge pull request #2384 from sdodson/metricsScott Dodson
Change how we set master's metricsPublicURL
2016-08-30Merge pull request #2381 from jeremyeder/pods_per_coreScott Dodson
update example inventory files with new pods-per-core flag
2016-08-30Enable dynamic storageScott Dodson
2016-08-30Change how we set master's metricsPublicURLScott Dodson
2016-08-30This fixes an issue in AWS where the master node was not part of the nodes ↵Matyas Danter
in an unschedulable way