| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-09-07 | Adjust to_padded_yaml transformation to use the AnsibleDumper | Tim 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-04 | Merge pull request #2409 from abutcher/secure-registry | Scott Dodson | |
| Secure registry for atomic registry deployment | |||
| 2016-09-02 | Secure registry for atomic registry deployment (deployment_subtype=registry). | Andrew Butcher | |
| 2016-09-02 | Merge pull request #2405 from tbielawa/FixFilterErrorStringSubstitution | Tim Bielawa | |
| Fix string substitution error in the to_padded_yaml filter | |||
| 2016-09-02 | Merge pull request #2406 from sdodson/record-schedulability | Scott Dodson | |
| Record schedulability of node prior to upgrade and re-set it to that | |||
| 2016-09-02 | Record schedulability of node prior to upgrade and re-set it to that | Scott 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-02 | Fix string substitution error in the to_padded_yaml filter | Tim Bielawa | |
| 2016-09-02 | Merge pull request #2402 from sdodson/image-stream-sync | Scott Dodson | |
| Update image stream data | |||
| 2016-09-02 | Merge pull request #2202 from richm/logging-1.3 | Scott Dodson | |
| initial support for v1.3 with logging v1.3 | |||
| 2016-09-02 | Update image stream data | Scott Dodson | |
| 2016-09-02 | Merge pull request #2400 from liggitt/ops-typo | Scott Dodson | |
| Fix ops/qps typo | |||
| 2016-09-02 | Fix ops/qps typo | Jordan Liggitt | |
| 2016-09-01 | initial support for v1.3 with logging v1.3 | Rich 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-01 | Merge pull request #2379 from tbielawa/FixBZ1339624 | Scott Dodson | |
| Fix bz1339624 | |||
| 2016-09-01 | Merge pull request #2198 from richm/various-logging-enhancements | Scott Dodson | |
| Various logging enhancements | |||
| 2016-09-01 | Only prompt for proxy vars if none are set and our version recognizes them | Tim Bielawa | |
| 2016-09-01 | Merge pull request #2313 from mdanter/unschedulableMasterAsNode | Scott Dodson | |
| In AWS where the master node was not part of the nodes and unschedulable | |||
| 2016-09-01 | Merge pull request #2365 from sdodson/dont-use-additional-registry | Scott Dodson | |
| Don't advise people to use additional registries over oreg_url | |||
| 2016-09-01 | Don't advise people to use additional registries over oreg_url | Scott Dodson | |
| 2016-09-01 | Merge pull request #2382 from abutcher/nuage-check | Scott Dodson | |
| Fix nuage check. | |||
| 2016-09-01 | Merge pull request #2347 from brenton/BZ1369410 | Scott Dodson | |
| Bug 1369410 - uninstall fail at task [restart docker] on atomic-host | |||
| 2016-09-01 | Merge pull request #2396 from tbielawa/BZ1372388 | Scott Dodson | |
| Persist net.ipv4.ip_forward sysctl entry for openshift nodes | |||
| 2016-09-01 | Merge pull request #2395 from mkumatag/uninstall_flannel | Scott Dodson | |
| Add flannel package removal in uninstallation playbook | |||
| 2016-09-01 | Merge pull request #2380 from tbielawa/GH2283_no_retries | Andrew Butcher | |
| Don't attempt to create retry files | |||
| 2016-09-01 | Persist net.ipv4.ip_forward sysctl entry for openshift nodes | Tim Bielawa | |
| Reference: https://bugzilla.redhat.com/show_bug.cgi?id=1372388 | |||
| 2016-09-01 | Merge pull request #2316 from mkumatag/fix_error | Andrew Butcher | |
| Fix errors in docker role | |||
| 2016-09-01 | Merge pull request #2367 from tbielawa/FixNewerPyLintErrors | Andrew Butcher | |
| Fix PyLint errors discovered when upgrading to newer version | |||
| 2016-09-01 | Automatic commit of package [openshift-ansible] release [3.4.1-1]. | Scott Dodson | |
| 2016-09-01 | Add flannel package removal in uninstallation playbook | Manjunath A Kumatagi | |
| 2016-08-31 | Automatic commit of package [openshift-ansible] release [3.3.20-1]. | Scott Dodson | |
| 2016-08-31 | Merge pull request #2394 from sdodson/revert-2238 | Scott Dodson | |
| Restore network plugin configuration | |||
| 2016-08-31 | Restore network plugin configuration | Scott Dodson | |
| 2016-08-31 | Merge pull request #2393 from abutcher/metrics-public-url | Scott Dodson | |
| Remove openshift_master_metrics_public_url | |||
| 2016-08-31 | Merge pull request #2389 from smunilla/BZ1371836 | Scott Dodson | |
| Bug 1371836 - The variant should be Registry 3.3 | |||
| 2016-08-31 | Remove openshift_master_metrics_public_url | Andrew Butcher | |
| 2016-08-31 | Automatic commit of package [openshift-ansible] release [3.3.19-1]. | Troy Dawson | |
| 2016-08-31 | Bug 1371836 - The variant should be Registry 3.3 | Samuel Munilla | |
| Bump Registry subvariant to the correct version. | |||
| 2016-08-31 | Merge pull request #2388 from mkumatag/update_readme | Scott Dodson | |
| update flannel_subnet_len default value | |||
| 2016-08-31 | update flannel_subnet_len default value | Manjunath A Kumatagi | |
| 2016-08-30 | Merge pull request #2387 from sdodson/reload_docker_facts | Scott Dodson | |
| Reload docker facts after upgrading docker | |||
| 2016-08-30 | Automatic commit of package [openshift-ansible] release [3.3.18-1]. | Scott Dodson | |
| 2016-08-30 | Reload docker facts after upgrading docker | Scott Dodson | |
| 2016-08-30 | Merge pull request #2386 from sdodson/metrics-dynamic | Scott Dodson | |
| Enable metrics dynamic storage | |||
| 2016-08-30 | Merge pull request #2384 from sdodson/metrics | Scott Dodson | |
| Change how we set master's metricsPublicURL | |||
| 2016-08-30 | Merge pull request #2381 from jeremyeder/pods_per_core | Scott Dodson | |
| update example inventory files with new pods-per-core flag | |||
| 2016-08-30 | Enable dynamic storage | Scott Dodson | |
| 2016-08-30 | Change how we set master's metricsPublicURL | Scott Dodson | |
| 2016-08-30 | This fixes an issue in AWS where the master node was not part of the nodes ↵ | Matyas Danter | |
| in an unschedulable way | |||
| 2016-08-29 | Automatic commit of package [openshift-ansible] release [3.3.17-1]. | Scott Dodson | |
| 2016-08-29 | update kubelet argument example with references to new pods-per-core and new ↵ | Jeremy Eder | |
| max-pods threshold for 3.3 | |||
