summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-09-14inventory: Update versions to 3.7Steve Milner
Updated the versions in inventory to point to 3.7 by default since 3.6 has already been released. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1491592 Signed-off-by: Steve Milner <smilner@redhat.com>
2017-09-14Merge pull request #5410 from jmencak/tuned-after-node-restartScott Dodson
Setup tuned after the node has been restarted.
2017-09-14Merge pull request #5396 from abutcher/etcd-migrate-openshift-ipScott Dodson
Use openshift.common.ip rather than ansible_default_ipv4 in etcd migration playbook.
2017-09-14Merge pull request #5367 from abutcher/etcd-scaleup-master-client-urlsScott Dodson
Bug 1490304: Etcd scale-up playbook should add new member to etcdClientInfo of master-config.yaml
2017-09-14Merge pull request #5381 from ewolinetz/37_bz1487648_OpenShift Bot
Merged by openshift-bot
2017-09-14Merge pull request #5389 from tremble/storage_migrationScott Dodson
Don't assume storage_migration control variables are already boolean
2017-09-14Merge pull request #5043 from juanvallejo/jvallejo/add-inventory-generator-imageScott Dodson
Merge inventory-generator with origin-ansible image
2017-09-14Merge pull request #5399 from tbielawa/masterScott Dodson
Scaffold out the entire build defaults hash
2017-09-14Setup tuned after the node has been restarted.Jiri Mencak
2017-09-13Merge pull request #5395 from sdodson/bz1480442Scott Dodson
Add IMAGE_VERSION to the image stream tag source
2017-09-13Merge pull request #5151 from jarrpa/gluster-portsScott Dodson
GlusterFS: Correct firewall port names
2017-09-13Merge pull request #5315 from jarrpa/glusterfs-fixes-3.7Scott Dodson
GlusterFS: Various fixes
2017-09-13Merge pull request #5394 from sosiouxme/20170912-health-role-bz1487548OpenShift Bot
Merged by openshift-bot
2017-09-13Merge pull request #5370 from jmencak/tuned-openshift-ansible-bad_merge-fixOpenShift Bot
Merged by openshift-bot
2017-09-13Merge pull request #5405 from ewolinetz/issue_5403Scott Dodson
Removing setting of pod presets
2017-09-13Merge pull request #5359 from mgugino-upstream-stage/version-docker-auth-configOpenShift Bot
Merged by openshift-bot
2017-09-13Removing setting of pod presetsEric Wolinetz
2017-09-13Merge pull request #5402 from ashcrow/fix-cri-o-image-nameScott Dodson
cri-o: Fix Fedora image name
2017-09-13cri-o: Fix Fedora image nameSteve Milner
Signed-off-by: Steve Milner <smilner@redhat.com>
2017-09-13inventory generate: fix config docLuke Meyer
2017-09-13inventory generate: remove refs to openshift_cluster_userLuke Meyer
2017-09-13inventory generate: always use kubeconfig, no loginLuke Meyer
2017-09-13Scaffold out the entire build defaults hashTim Bielawa
Some functions called later may expect sub-keys to exist which will not with the current default empty-dict.
2017-09-13Merge pull request #5379 from mtnbikenc/fix-jinja2-openshift_hostedOpenShift Bot
Merged by openshift-bot
2017-09-13Use openshift.common.ip rather than ansible_default_ipv4 in etcd migration ↵Andrew Butcher
playbook.
2017-09-13Add IMAGE_VERSION to the image stream tag sourceScott Dodson
2017-09-13Merge pull request #5386 from ashcrow/fix-wording-in-upgrade-noticeOpenShift Bot
Merged by openshift-bot
2017-09-13Merge pull request #5321 from mtnbikenc/proposal-processScott Dodson
[Proposal] OpenShift-Ansible Proposal Process
2017-09-13Merge pull request #5377 from ingvagabund/double-required-disk-space-etcd-backupOpenShift Bot
Merged by openshift-bot
2017-09-13Don't assume storage_migration control variables are already booleanMark Chappell
openshift_upgrade_pre_storage_migration_enabled openshift_upgrade_pre_storage_migration_fatal openshift_upgrade_post_storage_migration_enabled openshift_upgrade_post_storage_migration_enabled because the 4 variables are not already defaulted/evaluated there's no guarantee that they're actually the boolean type at this point. Example: if they're passed in on the command line
2017-09-12Merge pull request #5365 from sosiouxme/20170908-disconnected-image-checkOpenShift Bot
Merged by openshift-bot
2017-09-12Merge pull request #5343 from mtnbikenc/improve-jinja2-searchOpenShift Bot
Merged by openshift-bot
2017-09-12Merge pull request #5350 from adelton/issue-2454OpenShift Bot
Merged by openshift-bot
2017-09-12upgrade: Updates warning on missing required variablesSteve Milner
Signed-off-by: Steve Milner <smilner@redhat.com>
2017-09-12Merge pull request #5352 from rhcarvalho/issue5311-harden-failure-summary-pluginScott Dodson
Skip failure dedup instead of crashing
2017-09-12Update master config with new client urls during etcd scaleup.Andrew Butcher
2017-09-12Correct logic for openshift_hosted_*_waitRussell Teague
2017-09-12Adding mangagement-admin SC to admin role for management-infra projectEric Wolinetz
2017-09-12Workaround Ansible Jinja2 delimiter warningRussell Teague
This workaround prevents the warnings on using Jinja2 templating delimiters in `when:` conditions in cases where a variable is used as the conditional. This has been fixed in Ansible 2.4. https://github.com/ansible/ansible/pull/25092
2017-09-12openshift-checks: add role symlinkLuke Meyer
fixes bug 1487548 https://bugzilla.redhat.com/show_bug.cgi?id=1487548
2017-09-12double the required disk space for etcd backupJan Chaloupka
2017-09-12Merge pull request #5325 from DenverJ/patch-1Scott Dodson
Fix new_master or new_node fail check during scaleup
2017-09-12openshift_health_check: allow disabling all checksLuke Meyer
Can now set openshift_disable_check=* to disable all checks without needing to know their names. fixes bug 1462106 https://bugzilla.redhat.com/show_bug.cgi?id=1462106
2017-09-12docker_image_availability: fix local image searchLuke Meyer
An image in the docker index may be tagged by name or by registry plus name. In order to find the image correctly locally and prevent looking for it externally, make sure all possible variations are searched.
2017-09-12docker_image_availability: probe registry connectivityLuke Meyer
Probe whether the host has connectivity to the registry before trying to inspect it for images, and remember the result. Also if later inspection fails due to timeout, mark registry as unreachable. Note in failure output if any registries were unreachable. Registry order should match what is configured into docker now as well. Fixes bug 1480195 https://bugzilla.redhat.com/show_bug.cgi?id=1480195
2017-09-12openshift_checks: add retries in pythonLuke Meyer
2017-09-12add inventory-generator under new sub pkgjuanvallejo
2017-09-12Merge pull request #5353 from mgugino-upstream-stage/public_hostname_checkScott Dodson
Add openshift_public_hostname length check
2017-09-12Re-enabling new tuned profile hierarchy (PR5089)Jiri Mencak
2017-09-11Merge pull request #5356 from ↵OpenShift Bot
ashcrow/openshift-docker-systemcontainer-image-override Merged by openshift-bot