summaryrefslogtreecommitdiffstats
path: root/playbooks
Commit message (Collapse)AuthorAgeFilesLines
* Addressing Travis errorsewolinetz2017-01-171-0/+1
|
* minor updates for code reviews, remove unused paramsJeff Cantrill2016-12-191-0/+5
|
* Creating openshift_logging role for deploying Aggregated Logging without a ↵ewolinetz2016-12-142-0/+34
| | | | deployer image
* Remove the DNS VM on OpenStackLénaïc Huard2016-09-276-245/+1
|
* Merge pull request #2501 from lhuard1A/fix_openstack_cloudproviderAndrew Butcher2016-09-267-63/+90
|\ | | | | Fix openstack cloudprovider
| * Fix OpenStack cloud providerLénaïc Huard2016-09-263-11/+11
| |
| * Fix the nodeName of the OpenShift nodes on OpenStackLénaïc Huard2016-09-224-52/+79
| |
* | Merge pull request #2264 from bdurrow/patch-1Jason DeTiberus2016-09-261-1/+1
|\ \ | | | | | | Fix GCE Launch
| * | Fix GCE LaunchBrad Durrow2016-08-071-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_inventoryJason DeTiberus2016-09-225-19/+19
|\ \ \ | | |/ | |/| Update the OpenStack dynamic inventory script
| * | Update the OpenStack dynamic inventory scriptLénaïc Huard2016-09-205-19/+19
| | |
* | | [uninstall] Stop services on all hosts prior to removing files.Andrew Butcher2016-09-191-28/+41
| | |
* | | Add origin-node.service.wants to uninstallAndrew Lau2016-09-171-1/+2
|/ /
* | Merge pull request #2295 from dgoodwin/override-docker-upgradeScott Dodson2016-09-151-1/+1
|\ \ | | | | | | Allow overriding the Docker 1.10 requirement for upgrade.
| * | Allow overriding the Docker 1.10 requirement for upgrade.Devan Goodwin2016-08-151-1/+1
| | | | | | | | | | | | Respect an explicit docker_version, and the use of docker_upgrade=False.
* | | Merge pull request #2449 from abutcher/service-signer-upgradeScott Dodson2016-09-143-1/+102
|\ \ \ | | | | | | | | [upgrade] Create/configure service signer cert when missing.
| * | | [upgrade] Create/configure service signer cert when missing.Andrew Butcher2016-09-143-1/+102
| | | |
* | | | [redeploy-certificates] Set default value for ↵Andrew Butcher2016-09-141-0/+8
| | | | | | | | | | | | | | | | openshift_master_default_subdomain as workaround.
* | | | [redeploy-certificates] Correct etcd service name.Andrew Butcher2016-09-141-1/+3
|/ / /
* | | Check for is_atomic when uninstalling flannel package.Andrew Butcher2016-09-121-1/+1
| | |
* | | Merge pull request #2425 from dgoodwin/flush-handlersScott Dodson2016-09-091-0/+2
|\ \ \ | | | | | | | | Flush handlers before marking a node schedulable after upgrade.
| * | | Flush handlers before marking a node schedulable after upgrade.Devan Goodwin2016-09-091-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-hostnamesAndrew Butcher2016-09-091-3/+1
|\ \ \ \ | | | | | | | | | | Fix node label / schedulability when inventory_hostname != openshift.common.hostname
| * | | | Iterate over node inventory hostnames instead of openshift.common.hostname ↵Andrew Butcher2016-09-081-3/+1
| |/ / / | | | | | | | | | | | | within openshift_manage_node role.
* | | | Merge pull request #2398 from mkumatag/fix_warningsScott Dodson2016-09-081-0/+4
|\ \ \ \ | |/ / / |/| | | Fix warnings
| * | | Fix warningsManjunath A Kumatagi2016-09-071-0/+4
| | | |
* | | | Don't loop over hostvars when setting node schedulability.Andrew Butcher2016-09-071-1/+0
| | | |
* | | | Merge pull request #2409 from abutcher/secure-registryScott Dodson2016-09-041-1/+83
|\ \ \ \ | | | | | | | | | | Secure registry for atomic registry deployment
| * | | | Secure registry for atomic registry deployment (deployment_subtype=registry).Andrew Butcher2016-09-021-1/+83
| | | | |
* | | | | Record schedulability of node prior to upgrade and re-set it to thatScott Dodson2016-09-021-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 typoJordan Liggitt2016-09-022-3/+3
| |/ / / |/| | |
* | | | Merge pull request #2313 from mdanter/unschedulableMasterAsNodeScott Dodson2016-09-011-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 Danter2016-08-301-1/+1
| | | | | | | | | | | | | | | | | | | | in an unschedulable way
* | | | | Merge pull request #2347 from brenton/BZ1369410Scott Dodson2016-09-011-16/+18
|\ \ \ \ \ | |_|/ / / |/| | | | Bug 1369410 - uninstall fail at task [restart docker] on atomic-host
| * | | | Bug 1369410 - uninstall fail at task [restart docker] on atomic-hostBrenton Leanhardt2016-08-231-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 playbookManjunath A Kumatagi2016-09-011-0/+5
| | | | |
* | | | | Reload docker facts after upgrading dockerScott Dodson2016-08-301-0/+4
| |/ / / |/| | |
* | | | Merge pull request #2366 from Mangirdaz/masterJason DeTiberus2016-08-261-0/+9
|\ \ \ \ | | | | | | | | | | add run_once to repeatable actions
| * | | | add check for server and account already existMangirdas2016-08-261-0/+4
| | | | |
| * | | | add run_once to repeatable actionsMangirdas2016-08-261-0/+5
| | | | |
* | | | | Remove atomic check and cockpit.socketSamuel Munilla2016-08-263-3/+3
| | | | |
* | | | | Re-organize registry-console deployment.Andrew Butcher2016-08-262-2/+3
| | | | |
* | | | | Add support for Atomic Registry InstallsSamuel Munilla2016-08-262-1/+4
| | | | | | | | | | | | | | | | | | | | Add the Registry deployment subtype as an option in the quick installer.
* | | | | Merge pull request #2052 from sdodson/metricsScott Dodson2016-08-254-1/+37
|\ \ \ \ \ | | | | | | | | | | | | Metrics improvements
| * | | | | Deploy metrics after our routerScott Dodson2016-08-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Metrics deployer now checks for route activation. As such we need a router before we install metrics.
| * | | | | Pull in keynote demo changesScott Dodson2016-08-241-0/+6
| | | | | |
| * | | | | [tags] add some support for running a subset of config via tagsJason DeTiberus2016-08-243-0/+30
| | | | | |
* | | | | | Merge pull request #2337 from mkumatag/rm_dup_flannel_regAndrew Butcher2016-08-251-10/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove duplicate flannel registration
| * | | | | | Fix review commentsManjunath A Kumatagi2016-08-221-8/+2
| | | | | | |
| * | | | | | Remove duplicate flannel registrationManjunath A Kumatagi2016-08-211-4/+0
| | | | | | |