Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pause after restarting openvswitch in containerized upgrade. | Devan Goodwin | 2016-09-12 | 1 | -0/+6 |
| | | | | | | | | The openvswitch restart appears to hang the node container running briefly, if you try to restart node too quickly it will fail complaining that the node container name is still in use. Pausing after openvswitch restart allows the existing node container to catch up and then shutdown cleanly. | ||||
* | Merge pull request #2425 from dgoodwin/flush-handlers | Scott Dodson | 2016-09-09 | 1 | -0/+2 |
|\ | | | | | Flush handlers before marking a node schedulable after upgrade. | ||||
| * | Flush handlers before marking a node schedulable after upgrade. | Devan Goodwin | 2016-09-09 | 1 | -0/+2 |
| | | | | | | | | | | | | Handlers normally only trigger at the end of the play, but in this case we just set our node schedulable again resulting in it immediately getting taken down again. | ||||
* | | Merge pull request #2427 from abutcher/BZ1298336 | Scott Dodson | 2016-09-09 | 1 | -0/+4 |
|\ \ | | | | | | | Bug 1298336 - Rerunning the installer fails when not in default namespace | ||||
| * | | Set config/namespace where missing for secure registry deployment. | Andrew Butcher | 2016-09-09 | 1 | -0/+4 |
| |/ | |||||
* | | Merge pull request #2422 from abutcher/manage-node-hostnames | Andrew Butcher | 2016-09-09 | 2 | -8/+4 |
|\ \ | | | | | | | Fix node label / schedulability when inventory_hostname != openshift.common.hostname | ||||
| * | | Iterate over node inventory hostnames instead of openshift.common.hostname ↵ | Andrew Butcher | 2016-09-08 | 2 | -8/+4 |
| |/ | | | | | | | within openshift_manage_node role. | ||||
* | | Merge pull request #2418 from sdodson/branches | Scott Dodson | 2016-09-08 | 1 | -0/+9 |
|\ \ | | | | | | | Explain our branching strategy | ||||
| * | | Explain our branching strategy | Scott Dodson | 2016-09-07 | 1 | -0/+9 |
| | | | |||||
* | | | Merge pull request #2398 from mkumatag/fix_warnings | Scott Dodson | 2016-09-08 | 3 | -6/+17 |
|\ \ \ | |_|/ |/| | | Fix warnings | ||||
| * | | Fix warnings | Manjunath A Kumatagi | 2016-09-07 | 3 | -6/+17 |
| | | | |||||
* | | | Merge pull request #2417 from abutcher/manage-node-kubeconfig | Andrew Butcher | 2016-09-07 | 2 | -8/+33 |
|\ \ \ | | | | | | | | | Bug 1327409 - scaleup playbook uses current oc login which may not have enough permissions | ||||
| * | | | Don't loop over hostvars when setting node schedulability. | Andrew Butcher | 2016-09-07 | 2 | -7/+6 |
| | | | | |||||
| * | | | Copy admin kubeconfig in openshift_manage_node role. | Andrew Butcher | 2016-09-07 | 1 | -1/+27 |
|/ / / | |||||
* | | | Merge pull request #2413 from tbielawa/GH2401_PersistentVolumes | Jason DeTiberus | 2016-09-07 | 1 | -1/+4 |
|\ \ \ | |_|/ |/| | | Fix for objects which can't be converted by the YAML parser | ||||
| * | | Adjust to_padded_yaml transformation to use the AnsibleDumper | Tim Bielawa | 2016-09-07 | 1 | -1/+4 |
|/ / | | | | | | | | | | | | | | | * 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 | ||||
* | | Merge pull request #2409 from abutcher/secure-registry | Scott Dodson | 2016-09-04 | 5 | -13/+213 |
|\ \ | | | | | | | Secure registry for atomic registry deployment | ||||
| * | | Secure registry for atomic registry deployment (deployment_subtype=registry). | Andrew Butcher | 2016-09-02 | 5 | -13/+213 |
| | | | |||||
* | | | Merge pull request #2405 from tbielawa/FixFilterErrorStringSubstitution | Tim Bielawa | 2016-09-02 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix string substitution error in the to_padded_yaml filter | ||||
| * | | | Fix string substitution error in the to_padded_yaml filter | Tim Bielawa | 2016-09-02 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #2406 from sdodson/record-schedulability | Scott Dodson | 2016-09-02 | 1 | -1/+13 |
|\ \ \ \ | | | | | | | | | | | Record schedulability of node prior to upgrade and re-set it to that | ||||
| * | | | | Record schedulability of node prior to upgrade and re-set it to that | Scott Dodson | 2016-09-02 | 1 | -1/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | | | Merge pull request #2402 from sdodson/image-stream-sync | Scott Dodson | 2016-09-02 | 9 | -314/+254 |
|\ \ \ \ \ | |/ / / / |/| | | | | Update image stream data | ||||
| * | | | | Update image stream data | Scott Dodson | 2016-09-02 | 9 | -314/+254 |
| |/ / / | |||||
* | | | | Merge pull request #2202 from richm/logging-1.3 | Scott Dodson | 2016-09-02 | 3 | -33/+122 |
|\ \ \ \ | |/ / / |/| | | | initial support for v1.3 with logging v1.3 | ||||
| * | | | initial support for v1.3 with logging v1.3 | Rich Megginson | 2016-09-01 | 3 | -33/+122 |
| | |/ | |/| | | | | | | | | | | | | | This also includes some fixes to make deploying logging more idempotent, such as ignoring failures if trying to create objects that already exist | ||||
* | | | Merge pull request #2400 from liggitt/ops-typo | Scott Dodson | 2016-09-02 | 2 | -3/+3 |
|\ \ \ | |/ / |/| | | Fix ops/qps typo | ||||
| * | | Fix ops/qps typo | Jordan Liggitt | 2016-09-02 | 2 | -3/+3 |
|/ / | |||||
* | | Merge pull request #2379 from tbielawa/FixBZ1339624 | Scott Dodson | 2016-09-01 | 1 | -4/+22 |
|\ \ | | | | | | | Fix bz1339624 | ||||
| * | | Only prompt for proxy vars if none are set and our version recognizes them | Tim Bielawa | 2016-09-01 | 1 | -4/+22 |
| | | | |||||
* | | | Merge pull request #2198 from richm/various-logging-enhancements | Scott Dodson | 2016-09-01 | 1 | -2/+13 |
|\ \ \ | |/ / |/| | | Various logging enhancements | ||||
| * | | skip if the objects already exist | Rich Megginson | 2016-07-22 | 1 | -0/+4 |
| | | | |||||
| * | | create and process the logging deployer template in the current project, logging | Rich Megginson | 2016-07-22 | 1 | -2/+2 |
| | | | |||||
| * | | do not create logging project if it already exists | Rich Megginson | 2016-07-22 | 1 | -0/+7 |
| | | | |||||
* | | | Merge pull request #2313 from mdanter/unschedulableMasterAsNode | Scott Dodson | 2016-09-01 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | In AWS where the master node was not part of the nodes and unschedulable | ||||
| * | | | This fixes an issue in AWS where the master node was not part of the nodes ↵ | Matyas Danter | 2016-08-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | in an unschedulable way | ||||
* | | | | Merge pull request #2365 from sdodson/dont-use-additional-registry | Scott Dodson | 2016-09-01 | 2 | -8/+4 |
|\ \ \ \ | | | | | | | | | | | Don't advise people to use additional registries over oreg_url | ||||
| * | | | | Don't advise people to use additional registries over oreg_url | Scott Dodson | 2016-09-01 | 2 | -8/+4 |
| | | | | | |||||
* | | | | | Merge pull request #2382 from abutcher/nuage-check | Scott Dodson | 2016-09-01 | 1 | -2/+2 |
|\ \ \ \ \ | |/ / / / |/| | | | | Fix nuage check. | ||||
| * | | | | Fix nuage check. | Andrew Butcher | 2016-08-29 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Merge pull request #2347 from brenton/BZ1369410 | Scott Dodson | 2016-09-01 | 1 | -16/+18 |
|\ \ \ \ \ | | | | | | | | | | | | | Bug 1369410 - uninstall fail at task [restart docker] on atomic-host | ||||
| * | | | | | Bug 1369410 - uninstall fail at task [restart docker] on atomic-host | Brenton Leanhardt | 2016-08-23 | 1 | -16/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Moved the restarting of docker and network services lower. * Added /etc/systemd/system/docker.service.d/docker-sdn-ovs.conf to the list of files to be removed (I suspect the RPM uninstall handles this for non-containerized installs) * sorted the file names | ||||
* | | | | | | Merge pull request #2396 from tbielawa/BZ1372388 | Scott Dodson | 2016-09-01 | 1 | -0/+6 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | Persist net.ipv4.ip_forward sysctl entry for openshift nodes | ||||
| * | | | | | Persist net.ipv4.ip_forward sysctl entry for openshift nodes | Tim Bielawa | 2016-09-01 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reference: https://bugzilla.redhat.com/show_bug.cgi?id=1372388 | ||||
* | | | | | | Merge pull request #2395 from mkumatag/uninstall_flannel | Scott Dodson | 2016-09-01 | 1 | -0/+5 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add flannel package removal in uninstallation playbook | ||||
| * | | | | | | Add flannel package removal in uninstallation playbook | Manjunath A Kumatagi | 2016-09-01 | 1 | -0/+5 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #2380 from tbielawa/GH2283_no_retries | Andrew Butcher | 2016-09-01 | 1 | -0/+3 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Don't attempt to create retry files | ||||
| * | | | | | | | Don't attempt to create retry files | Tim Bielawa | 2016-08-29 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #2283 | ||||
* | | | | | | | | Merge pull request #2316 from mkumatag/fix_error | Andrew Butcher | 2016-09-01 | 1 | -3/+4 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix errors in docker role | ||||
| * | | | | | | | | Fix review comments | Manjunath A Kumatagi | 2016-08-27 | 1 | -2/+2 |
| | | | | | | | | |