summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master
Commit message (Collapse)AuthorAgeFilesLines
* tweak logicJason DeTiberus2016-09-261-1/+1
|
* test fix for systemd changesScott Dodson2016-09-261-1/+2
|
* Fix master service status changed fact.Andrew Butcher2016-09-211-1/+5
|
* Preserve AWS options in sysconfig files.Devan Goodwin2016-08-261-1/+46
| | | | | | | | | | These could exist from 3.1 releases or manual edits, and were getting wiped out in all variants of the master sysconfig files as we template these. This change uses the established pattern of grepping them out if they're there, then reapplying them if the user has not configured the cloudprovider framework already.
* Don't use openshift_env for cloud provider facts.Andrew Butcher2016-08-256-12/+12
|
* Merge pull request #2358 from abutcher/service-serving-certsAndrew Butcher2016-08-251-0/+7
|\ | | | | enable service-serving-cert-signer by default
| * enable service-serving-cert-signer by defaultAndrew Butcher2016-08-241-0/+7
| |
* | Merge pull request #2100 from smunilla/BZ1337553Scott Dodson2016-08-241-0/+1
|\ \ | |/ |/| Add externalIPNetworkCIDRs to config
| * Add externalIPNetworkCIDRs to configSamuel Munilla2016-08-231-0/+1
| | | | | | | | | | Allow networkConfig.externalIPNetworkCIDRs to be set along with a default to emulate the old 3.1 behavior.
* | Correct masterCA config typo.Andrew Butcher2016-08-241-2/+2
|/
* Merge pull request #1142 from abutcher/new-certs-who-disScott Dodson2016-08-111-34/+0
|\ | | | | Support for redeploying certificates
| * Support for redeploying certificates.Andrew Butcher2016-08-111-34/+0
| |
* | qps typodeads2k2016-08-111-2/+2
|/
* Merge pull request #2211 from dgoodwin/33-upgrade-playbookScott Dodson2016-08-083-4/+18
|\ | | | | 1.3 / 3.3 Upgrades
| * Add 3.3 protobuf config stanzas for master/node config.Devan Goodwin2016-07-281-0/+14
| |
| * Introduce 1.3/3.3 upgrade path.Devan Goodwin2016-07-252-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactored the 3.2 upgrade common files out to a path that does not indicate they are strictly for 3.2. 3.3 upgrade then becomes a relatively small copy of the byo entry point, all calling the same code as 3.2 upgrade. Thus far there are no known 3.3 specific upgrade tasks. In future we will likely want to allow hooks out to version specific pre/upgrade/post tasks. Also fixes a bug where the handlers were not restarting nodes/openvswitch containers doing upgrades, due to a change in Ansible 2+.
* | Add options for specifying named ca certificates to be added to the ↵Andrew Butcher2016-08-014-6/+23
| | | | | | | | openshift ca bundle.
* | Move role dependencies to playbooks.Andrew Butcher2016-07-291-29/+2
| |
* | Stagger the start of master services.Andrew Butcher2016-07-241-5/+38
| |
* | Merge pull request #1990 from abutcher/openshift-certificatesScott Dodson2016-07-212-3/+3
|\ \ | |/ |/| Refactor openshift certificates roles.
| * Re-arrange master and node role dependencies.Andrew Butcher2016-07-201-2/+0
| |
| * Refactor openshift certificates roles.Andrew Butcher2016-07-202-1/+3
| |
* | Stop reporting changes when docker pull is already up to date.Devan Goodwin2016-07-201-0/+2
|/
* Merge pull request #1945 from dgoodwin/upgrade33Scott Dodson2016-07-145-6/+6
|\ | | | | openshift_release / version / upgrade improvements
| * Merge remote-tracking branch 'upstream/master' into upgrade33Devan Goodwin2016-07-141-0/+2
| |\
| * \ Merge branch 'master' into upgrade33Devan Goodwin2016-06-283-0/+18
| |\ \
| * | | Always populate openshift_image_tag and openshift_pkg_version.Devan Goodwin2016-06-154-6/+5
| | | | | | | | | | | | | | | | | | | | Allows the use of arbitrary tags, precise control over containers and rpms, and likely mixed environments.
| * | | Merge branch 'master' into upgrade33Devan Goodwin2016-06-101-1/+1
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into upgrade33Devan Goodwin2016-06-092-1/+55
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/master' into upgrade33Devan Goodwin2016-05-311-1/+0
| |\ \ \ \ \
| * | | | | | Add leading v for remaining IMAGE_VERSION templates.Devan Goodwin2016-05-302-2/+2
| | | | | | |
| * | | | | | Fix error restarting master service that may not be there.Devan Goodwin2016-05-301-2/+7
| | | | | | |
| * | | | | | Merge remote-tracking branch 'upstream/master' into upgrade33Devan Goodwin2016-05-301-0/+2
| |\ \ \ \ \ \
| * | | | | | | Complete installation of first master containerized.Devan Goodwin2016-05-252-3/+2
| | | | | | | |
| * | | | | | | Work towards determining openshift_version when unspecified.Devan Goodwin2016-05-252-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | openshift_docker role was largely useless now, but also almost did what we needed. (deps ordering still needs to be changed) Remove defaulting of openshift_version.
| * | | | | | | Set openshift_version in config playbooks for first master.Devan Goodwin2016-05-251-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Starting to remove openshift.docker.openshift_version fact usage. openshift_version should no longer contain a leading 'v' for containerized installs, just a version number.
| * | | | | | | Debug output.Devan Goodwin2016-05-251-0/+2
| | | | | | | |
* | | | | | | | Merge pull request #2149 from detiber/audit_configScott Dodson2016-07-141-0/+3
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | [master] add support for setting auditConfig
| * | | | | | | [master] add support for setting auditConfigJason DeTiberus2016-07-131-0/+3
| | | | | | | |
* | | | | | | | Move the bash completion into the cli role. Only add when not containerizedTim Bielawa2016-07-141-3/+0
|/ / / / / / /
* | | | | | | Install bash-completion package for the oc/oadm toolsTim Bielawa2016-07-131-0/+3
| | | | | | |
* | | | | | | Fix up some broken markdown formatting (mostly tables)Tim Bielawa2016-07-081-0/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Add per-service environment variables.Andrew Butcher2016-06-133-0/+18
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #2005 from brenton/bz1338726Brenton Leanhardt2016-06-091-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | | Bug 1338726 - never abort install if the latest version of docker is already installed
| * | | | Restore mistakenly reverted code.Devan Goodwin2016-06-091-2/+7
| | | | |
| * | | | Merge branch 'docker1.10' of https://github.com/dgoodwin/openshift-ansibleBrenton Leanhardt2016-06-071-8/+3
| |\ \ \ \
| | * | | | Fix Docker 1.10 problems with empty tags and trailing :Devan Goodwin2016-06-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docker 1.10 is no longer tolerant of commands like "docker pull myimage:" when we do not have an image tag in play. Adjust all occurrences with one that only includes the : if a version is defined. Adjust the containerized CLI wrappers for a similar problem.
| | * | | | Docker 1.10 UpgradeDevan Goodwin2016-06-031-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a separate playbook for Docker 1.10 upgrade that can be run standalone on a pre-existing 3.2 cluster. The upgrade will take each node out of rotation, and remove *all* containers and images on it, as this is reportedly faster and more storage efficient than performing the in place 1.10 upgrade. This process is integrated into the 3.1 to 3.2 upgrade process. Normal config playbooks now become 3.2 only, and require Docker 1.10. Users of older environments will have to use an appropriate openshift-ansible version. Config playbooks no longer are in the business of upgrading or downgrading docker.
* | | | | | Preserve proxy config if it's undefinedScott Dodson2016-06-071-0/+43
| | | | | |
* | | | | | At least backup thingsScott Dodson2016-06-071-0/+3
|/ / / / /