Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the DNS VM on OpenStack | Lénaïc Huard | 2016-09-27 | 6 | -245/+1 |
| | |||||
* | Merge pull request #2501 from lhuard1A/fix_openstack_cloudprovider | Andrew Butcher | 2016-09-26 | 7 | -63/+90 |
|\ | | | | | Fix openstack cloudprovider | ||||
| * | Fix OpenStack cloud provider | Lénaïc Huard | 2016-09-26 | 3 | -11/+11 |
| | | |||||
| * | Fix the nodeName of the OpenShift nodes on OpenStack | Lénaïc Huard | 2016-09-22 | 4 | -52/+79 |
| | | |||||
* | | Merge pull request #2264 from bdurrow/patch-1 | Jason DeTiberus | 2016-09-26 | 1 | -1/+1 |
|\ \ | | | | | | | Fix GCE Launch | ||||
| * | | Fix GCE Launch | Brad Durrow | 2016-08-07 | 1 | -1/+1 |
| | | | | | | | | | The Ansible GCE module (documentation here: http://docs.ansible.com/ansible/gce_module.html) requires a comma separated list when you pass an array here (even with a single element) the argument has square brackets around it and the instance doesn't get launched. Testing shows that joining with ', ' (comma space) works with one instance but breaks with two so I used ',' (comma no space). | ||||
* | | | Merge pull request #2473 from lhuard1A/openstack_inventory | Jason DeTiberus | 2016-09-22 | 5 | -19/+19 |
|\ \ \ | | |/ | |/| | Update the OpenStack dynamic inventory script | ||||
| * | | Update the OpenStack dynamic inventory script | Lénaïc Huard | 2016-09-20 | 5 | -19/+19 |
| | | | |||||
* | | | [uninstall] Stop services on all hosts prior to removing files. | Andrew Butcher | 2016-09-19 | 1 | -28/+41 |
| | | | |||||
* | | | Add origin-node.service.wants to uninstall | Andrew Lau | 2016-09-17 | 1 | -1/+2 |
|/ / | |||||
* | | Merge pull request #2295 from dgoodwin/override-docker-upgrade | Scott Dodson | 2016-09-15 | 1 | -1/+1 |
|\ \ | | | | | | | Allow overriding the Docker 1.10 requirement for upgrade. | ||||
| * | | Allow overriding the Docker 1.10 requirement for upgrade. | Devan Goodwin | 2016-08-15 | 1 | -1/+1 |
| | | | | | | | | | | | | Respect an explicit docker_version, and the use of docker_upgrade=False. | ||||
* | | | Merge pull request #2449 from abutcher/service-signer-upgrade | Scott Dodson | 2016-09-14 | 3 | -1/+102 |
|\ \ \ | | | | | | | | | [upgrade] Create/configure service signer cert when missing. | ||||
| * | | | [upgrade] Create/configure service signer cert when missing. | Andrew Butcher | 2016-09-14 | 3 | -1/+102 |
| | | | | |||||
* | | | | [redeploy-certificates] Set default value for ↵ | Andrew Butcher | 2016-09-14 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | openshift_master_default_subdomain as workaround. | ||||
* | | | | [redeploy-certificates] Correct etcd service name. | Andrew Butcher | 2016-09-14 | 1 | -1/+3 |
|/ / / | |||||
* | | | Check for is_atomic when uninstalling flannel package. | Andrew Butcher | 2016-09-12 | 1 | -1/+1 |
| | | | |||||
* | | | 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 #2422 from abutcher/manage-node-hostnames | Andrew Butcher | 2016-09-09 | 1 | -3/+1 |
|\ \ \ \ | | | | | | | | | | | 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 | 1 | -3/+1 |
| |/ / / | | | | | | | | | | | | | within openshift_manage_node role. | ||||
* | | | | Merge pull request #2398 from mkumatag/fix_warnings | Scott Dodson | 2016-09-08 | 1 | -0/+4 |
|\ \ \ \ | |/ / / |/| | | | Fix warnings | ||||
| * | | | Fix warnings | Manjunath A Kumatagi | 2016-09-07 | 1 | -0/+4 |
| | | | | |||||
* | | | | Don't loop over hostvars when setting node schedulability. | Andrew Butcher | 2016-09-07 | 1 | -1/+0 |
| | | | | |||||
* | | | | Merge pull request #2409 from abutcher/secure-registry | Scott Dodson | 2016-09-04 | 1 | -1/+83 |
|\ \ \ \ | | | | | | | | | | | Secure registry for atomic registry deployment | ||||
| * | | | | Secure registry for atomic registry deployment (deployment_subtype=registry). | Andrew Butcher | 2016-09-02 | 1 | -1/+83 |
| | | | | | |||||
* | | | | | 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. | ||||
* | | | | | Fix ops/qps typo | Jordan Liggitt | 2016-09-02 | 2 | -3/+3 |
| |/ / / |/| | | | |||||
* | | | | 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 #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 | ||||
* | | | | | Add flannel package removal in uninstallation playbook | Manjunath A Kumatagi | 2016-09-01 | 1 | -0/+5 |
| | | | | | |||||
* | | | | | Reload docker facts after upgrading docker | Scott Dodson | 2016-08-30 | 1 | -0/+4 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #2366 from Mangirdaz/master | Jason DeTiberus | 2016-08-26 | 1 | -0/+9 |
|\ \ \ \ | | | | | | | | | | | add run_once to repeatable actions | ||||
| * | | | | add check for server and account already exist | Mangirdas | 2016-08-26 | 1 | -0/+4 |
| | | | | | |||||
| * | | | | add run_once to repeatable actions | Mangirdas | 2016-08-26 | 1 | -0/+5 |
| | | | | | |||||
* | | | | | Remove atomic check and cockpit.socket | Samuel Munilla | 2016-08-26 | 3 | -3/+3 |
| | | | | | |||||
* | | | | | Re-organize registry-console deployment. | Andrew Butcher | 2016-08-26 | 2 | -2/+3 |
| | | | | | |||||
* | | | | | Add support for Atomic Registry Installs | Samuel Munilla | 2016-08-26 | 2 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | Add the Registry deployment subtype as an option in the quick installer. | ||||
* | | | | | Merge pull request #2052 from sdodson/metrics | Scott Dodson | 2016-08-25 | 4 | -1/+37 |
|\ \ \ \ \ | | | | | | | | | | | | | Metrics improvements | ||||
| * | | | | | Deploy metrics after our router | Scott Dodson | 2016-08-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Metrics deployer now checks for route activation. As such we need a router before we install metrics. | ||||
| * | | | | | Pull in keynote demo changes | Scott Dodson | 2016-08-24 | 1 | -0/+6 |
| | | | | | | |||||
| * | | | | | [tags] add some support for running a subset of config via tags | Jason DeTiberus | 2016-08-24 | 3 | -0/+30 |
| | | | | | | |||||
* | | | | | | Merge pull request #2337 from mkumatag/rm_dup_flannel_reg | Andrew Butcher | 2016-08-25 | 1 | -10/+0 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Remove duplicate flannel registration | ||||
| * | | | | | | Fix review comments | Manjunath A Kumatagi | 2016-08-22 | 1 | -8/+2 |
| | | | | | | | |||||
| * | | | | | | Remove duplicate flannel registration | Manjunath A Kumatagi | 2016-08-21 | 1 | -4/+0 |
| | | | | | | | |||||
* | | | | | | | don't gather facts when bootstrapping ansible for Fedora hosts | Adam Miller | 2016-08-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Adam Miller <maxamillion@fedoraproject.org> | ||||
* | | | | | | | Fix upgrade failure when master-config does not have pluginOrderOverride. | Devan Goodwin | 2016-08-24 | 1 | -0/+1 |
| |/ / / / / |/| | | | | | |||||
* | | | | | | Merge pull request #2339 from dgoodwin/plugin-order-warning | Scott Dodson | 2016-08-23 | 1 | -0/+13 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add warning at end of 3.3 upgrade if pluginOrderOverride is found. |