summaryrefslogtreecommitdiffstats
path: root/playbooks/common
Commit message (Collapse)AuthorAgeFilesLines
* Lock down permissions on named certificatesEli Young2016-03-211-1/+2
|
* Merge pull request #1614 from detiber/bz1317755Brenton Leanhardt2016-03-171-0/+10
|\ | | | | Bug 1317755 - Set insecure-registry for internal registry by default
| * Bug 1317755 - Set insecure-registry for internal registry by defaultJason DeTiberus2016-03-171-0/+10
| |
* | Fix path to cacert on /healthz/ready checkScott Dodson2016-03-161-1/+1
| |
* | Provide cacert when performing health checksAndrew Butcher2016-03-152-2/+4
|/
* Move common common facts to openshift_factsJason DeTiberus2016-03-155-140/+107
| | | | | | | - Prevents roles that need common facts from needing to require openshift_common, which pulls in the openshift binary. - Add dependency on openshift_facts to os_firewall, since it uses openshift.common facts
* Docker stderr can break this script if ansible executes it remotelyBrenton Leanhardt2016-03-141-2/+2
|
* Handle HA master caseBrenton Leanhardt2016-03-141-2/+17
|
* Bug 1315564 - Containerized installs require a running environmentBrenton Leanhardt2016-03-141-0/+20
| | | | | If the master or node aren't running we can't determine the correct version that is currently installed.
* Bug 1316761 - Skip the available version check if openshift_image_tag is ↵Brenton Leanhardt2016-03-141-2/+1
| | | | | | | | defined. We already have a check in pre.yml to make sure openshift_image_tag is set to a range that is allowed. This is an advanced setting and should be used to override whatever is returned by the 'latest' image in a given registry.
* Docker role refactorJason DeTiberus2016-03-149-20/+40
| | | | | | | | | | | | | | | - refactors the docker role to push generic config into docker role and wrap openshift specific variables into an openshift_docker role and it's dependent openshift_docker_facts role - adds support for setting --confirm-def-push flag (Resolves https://github.com/openshift/openshift-ansible/issues/1014) - moves docker related facts from common/node roles to a new docker role - renames cli_docker_* role varialbes to openshift_docker-* (maintaining backward compatibility) - update role dependencies to pull in openshift_docker conditionally based on is_containerized - remove playbooks/common/openshift-docker since the docker role is now conditionally included
* Bug 1315564 - upgrade to ose3.2 failed on Atomic HostsBrenton Leanhardt2016-03-092-20/+23
|
* Bug 1315563 - Upgrade failed to containerized install OSE 3.1 on RHELBrenton Leanhardt2016-03-091-1/+1
| | | | | | Previously I was greping for 'ose' in the systemd units. That was only working on my machine because my Nodes were also Masters. It's safer to grep for openshift3 since that would be present for Masters or Nodes.
* Merge pull request #1569 from brenton/masterBrenton Leanhardt2016-03-082-4/+4
|\ | | | | reverting back to pre-pulling the master image
| * Merge branch 'wait-all-the-time' of ↵Brenton Leanhardt2016-03-082-4/+4
| |\ | | | | | | | | | https://github.com/abutcher/openshift-ansible
| | * Use /healthz/ready when verifying apiAndrew Butcher2016-03-082-4/+4
| | |
* | | Bug 1315563 - stdout IO redirection wasn't working as expected over SSH ↵Brenton Leanhardt2016-03-081-3/+3
|/ / | | | | | | | | | | connections Bug 1315563 - Upgrade failed to containerized install OSE 3.1 on RHEL
* | Merge pull request #1567 from brenton/bz1315637Brenton Leanhardt2016-03-081-1/+1
|\ \ | | | | | | Bug 1315637 - The docker wasn't upgraded on node during upgrade
| * | Bug 1315637 - The docker wasn't upgraded on node during upgradeBrenton Leanhardt2016-03-081-1/+1
| |/
* / Bug 1315564 - upgrade to ose3.2 failed on Atomic HostsBrenton Leanhardt2016-03-082-0/+3
|/
* Merge pull request #1559 from brenton/bz1315151Brenton Leanhardt2016-03-072-5/+15
|\ | | | | BZ1315151: Support openshift_image_tag
| * Support openshift_image_tagBrenton Leanhardt2016-03-072-5/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | This is the containerized openshift_pkg_version equivalent. Originally I was hoping to reuse openshift_pkg_version for containerized installs but the fact that it's very coupled to yum made that pretty ugly. However, I did opt to rely on the previously existing 'openshift_version' variable. Containerized and RPM installs can both use that variable and it will be set appropriately if either openshift_pkg_version or openshift_image_tag are set. I suspect someday containerized installs will be the only option and I didn't can to have thinkgs like openshift_pkg_version and openshift_image_tag in the playbooks anymore the necessary.
* | Add setting for configuring nofile limit for haproxyJason DeTiberus2016-03-071-0/+1
|/
* Bug 1314645 - Upgrade failed with "One or more undefined variables 'dict ↵Brenton Leanhardt2016-03-042-4/+9
| | | | object' has no attribute 'stdout'"
* Adding verify_upgrade_version variable for upgrade debuggingBrenton Leanhardt2016-03-033-3/+34
|
* Correctly set the image tag for containerized installs (and upgrades)Brenton Leanhardt2016-03-035-36/+9
|
* First past at the upgrade processBrenton Leanhardt2016-03-0316-11/+560
|
* Increase maxconn settings for haproxy lbJason DeTiberus2016-02-291-1/+3
|
* Merge pull request #1462 from jkhelil/configure_log_level_from_cliBrenton Leanhardt2016-02-252-0/+9
|\ | | | | configure debug_level for master and node from cli
| * configure debug_level for master and node from clijawed2016-02-232-0/+9
| |
* | Merge pull request #1469 from talset/playbook_upgradeBrenton Leanhardt2016-02-251-1/+3
|\ \ | | | | | | Add missing is_atomic condition in the upgrade playbook
| * | Change is_atomic to is_containerizedtalset2016-02-251-3/+3
| | | | | | | | | | | | | | | * Update playbooks/common/openshift-cluster/upgrades/v3_1_minor/upgrade.yml * Change is_atomic by is_containerized in order to take care about container openshift without atomic
| * | Add missing is_atomic condition on upgrade packagetalset2016-02-231-0/+2
| | | | | | | | | | | | | | | * Update playbooks/common/openshift-cluster/upgrades/v3_1_minor/upgrade.yml * Add when not is_atomic on yum upgrade on master and node to be able to run the playbook on atomic host
* | | Pass registry claim to openshift_registry.Andrew Butcher2016-02-241-0/+1
|/ /
* | Add openshift_docker roles to master/node scaleup.Andrew Butcher2016-02-162-12/+20
| |
* | Add modify_yaml module.Andrew Butcher2016-02-162-3/+98
| |
* | Re-arrange scaleup playbooks.Andrew Butcher2016-02-163-1/+10
| |
* | Move additional master configuration into a separate master playbook.Andrew Butcher2016-02-165-82/+84
| |
* | Generate each master's certificates separately.Andrew Butcher2016-02-161-7/+3
| |
* | Add new_masters to scaleup playbook.Andrew Butcher2016-02-163-12/+61
|/
* Apply openshift_docker to nodes during scaleup.Andrew Butcher2016-02-161-0/+10
|
* Merge pull request #1397 from brenton/bz1308314Brenton Leanhardt2016-02-151-1/+1
|\ | | | | Bug 1308314 - Failed to continue installation when pressing CTRL-C
| * Bug 1308314 - Failed to continue installation when pressing CTRL-CBrenton Leanhardt2016-02-151-1/+1
| |
* | Updating the 3.1.1 router to match the new liveness probe configurationBrenton Leanhardt2016-02-122-1/+11
|/
* Don't automatically give additional permissions to all OAuth users on upgradeJordan Liggitt2016-02-122-0/+2
|
* Merge pull request #1324 from abutcher/fluentd-fixesBrenton Leanhardt2016-02-112-4/+0
|\ | | | | Remove fluentd_master and fluentd_node roles
| * Remove fluentd_master and fluentd_node roles.Andrew Butcher2016-02-082-4/+0
| |
* | Bug 1302970 - update script does not patch router if name is different from ↵Brenton Leanhardt2016-02-113-22/+43
| | | | | | | | default
* | Merge pull request #1326 from detiber/bz1303939Brenton Leanhardt2016-02-102-30/+22
|\ \ | | | | | | Fix infra_node deployment
| * | fix default valueJason DeTiberus2016-02-101-1/+1
| | |