summaryrefslogtreecommitdiffstats
path: root/playbooks/common
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5014 from juanvallejo/jvallejo/add-additonal-checks-upgra...OpenShift Merge Robot2017-09-201-0/+1
|\
| * add additional preflight checks to upgrade pathjuanvallejo2017-08-281-0/+1
* | Cleanup old deployment typesMichael Gugino2017-09-203-5/+10
* | Merge pull request #5380 from mgugino-upstream-stage/fix-openshift-version-pk...OpenShift Merge Robot2017-09-191-0/+8
|\ \
| * | Only install base openshift package on masters and nodesMichael Gugino2017-09-121-0/+8
* | | more retries on repoquery_cmdLuke Meyer2017-09-191-0/+4
* | | Merge pull request #5430 from ashcrow/always-required-new-variablesOpenShift Merge Robot2017-09-181-15/+0
|\ \ \
| * | | openshift_sanitize_inventory: Check for required varsSteve Milner2017-09-151-15/+0
* | | | Merge pull request #5392 from ingvagabund/pull-openshift_master-deps-out-into...OpenShift Merge Robot2017-09-181-15/+22
|\ \ \ \ | |/ / / |/| | |
| * | | pull openshift_master deps out into a playJan Chaloupka2017-09-131-15/+22
* | | | Correct firewall install for openshift-nfsRussell Teague2017-09-151-1/+1
* | | | Merge pull request #5360 from sdodson/embedded-etcdScott Dodson2017-09-141-4/+7
|\ \ \ \
| * | | | Clarify requirement of having etcd groupScott Dodson2017-09-111-4/+7
* | | | | Merge pull request #5396 from abutcher/etcd-migrate-openshift-ipScott Dodson2017-09-141-3/+3
|\ \ \ \ \
| * | | | | Use openshift.common.ip rather than ansible_default_ipv4 in etcd migration pl...Andrew Butcher2017-09-131-3/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #5367 from abutcher/etcd-scaleup-master-client-urlsScott Dodson2017-09-141-0/+19
|\ \ \ \ \
| * | | | | Update master config with new client urls during etcd scaleup.Andrew Butcher2017-09-121-0/+19
* | | | | | Merge pull request #5389 from tremble/storage_migrationScott Dodson2017-09-141-9/+9
|\ \ \ \ \ \
| * | | | | | Don't assume storage_migration control variables are already booleanMark Chappell2017-09-131-9/+9
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #5386 from ashcrow/fix-wording-in-upgrade-noticeOpenShift Bot2017-09-131-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | upgrade: Updates warning on missing required variablesSteve Milner2017-09-121-1/+1
| |/ / / /
* / / / / double the required disk space for etcd backupJan Chaloupka2017-09-121-1/+1
|/ / / /
* | | | Merge pull request #5353 from mgugino-upstream-stage/public_hostname_checkScott Dodson2017-09-121-0/+4
|\ \ \ \
| * | | | Add openshift_public_hostname length checkMichael Gugino2017-09-111-0/+4
* | | | | Merge pull request #5340 from sdodson/bz1489913Scott Dodson2017-09-111-3/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Revert back to hostnamectl and previous default of not setting hostnameScott Dodson2017-09-081-3/+4
* | | | | Merge pull request #5344 from mgugino-upstream-stage/fix-pkg-versionsOpenShift Bot2017-09-111-0/+5
|\ \ \ \ \
| * | | | | Fix rpm version logic for hostsMichael Gugino2017-09-081-0/+5
| |/ / / /
* | | | | Merge pull request #5256 from ashcrow/1451023Scott Dodson2017-09-111-0/+15
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | upgrade: Verify required network items are setSteve Milner2017-09-081-0/+15
* | | | | Merge pull request #5342 from mtnbikenc/fix-include-through-symlinkScott Dodson2017-09-111-1/+1
|\ \ \ \ \
| * | | | | Correct include path to not follow symlinkRussell Teague2017-09-081-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #5332 from kwoodson/amibuild_node_configOpenShift Bot2017-09-111-0/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | ami build process calls openshift-node/config.ymlKenny Woodson2017-09-071-0/+1
| |/ / /
* / / / Fix include path for docker upgrade tasksRussell Teague2017-09-081-2/+4
|/ / /
* | | Merge pull request #5211 from kwoodson/provisioning_fixesScott Dodson2017-09-071-0/+1
|\ \ \ | |/ / |/| |
| * | Consolidating AWS roles and variables underneath openshift_aws role.Kenny Woodson2017-09-071-0/+1
* | | Merge pull request #5305 from mtnbikenc/breakout-master-additionalOpenShift Bot2017-09-072-3/+2
|\ \ \ | |/ / |/| |
| * | Move master additional config out of baseRussell Teague2017-09-052-3/+2
* | | Merge pull request #5208 from mgugino-upstream-stage/remove-openshift_commonOpenShift Bot2017-09-0714-25/+71
|\ \ \
| * | | Remove openshift-commonMichael Gugino2017-09-0614-25/+71
| |/ /
* / / Create ansible role for deploying prometheus on openshiftZohar Galor2017-09-062-0/+12
|/ /
* | Standardize etcd entry point playbooksRussell Teague2017-09-012-20/+0
* | Break out master config into stand-alone playbookRussell Teague2017-09-013-6/+3
* | Merge pull request #5282 from mtnbikenc/breakout-node-configOpenShift Bot2017-09-015-62/+32
|\ \
| * | Break out node config into stand-alone playbookRussell Teague2017-08-315-62/+32
* | | Merge pull request #5283 from mtnbikenc/move-aio-failOpenShift Bot2017-09-012-7/+10
|\ \ \
| * | | Move all-in-one fail check to evaluate_groups.ymlRussell Teague2017-08-312-7/+10
| |/ /
* | | Merge pull request #5259 from mtnbikenc/fix-upgrade-auth-checkRussell Teague2017-08-311-0/+1
|\ \ \ | |/ / |/| |
| * | Only run migrate auth for < 3.7Russell Teague2017-08-291-0/+1