summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-22Add suggestion to check disk space in any pathRodolfo Carvalho
2017-06-22Require at least 1GB in /usr/bin/local and tempdirRodolfo Carvalho
During install, those paths are used and require some free space.
2017-06-22Refactor DiskAvailability for arbitrary pathsRodolfo Carvalho
Prepare the check to support verifying multiple paths, not only /var.
2017-06-22Merge pull request #4516 from kwoodson/limit_refsOpenShift Bot
Merged by openshift-bot
2017-06-22Merge pull request #4505 from ↵Jan Chaloupka
ingvagabund/set-proper-etcd-data-dir-for-system-container set proper etcd_data_dir for system container
2017-06-22Merge pull request #4504 from ingvagabund/restart-the-right-etcd-serviceJan Chaloupka
detect etcd service name based on etcd runtime when restarting
2017-06-22Merge pull request #4510 from ashcrow/system-container-inventoryOpenShift Bot
Merged by openshift-bot
2017-06-21Merge pull request #4364 from jcantrill/bz1457642_set_name_to_dcOpenShift Bot
Merged by openshift-bot
2017-06-21Merge pull request #4497 from ashcrow/atomic-version-checkOpenShift Bot
Merged by openshift-bot
2017-06-21Reverting v prefix introduced by stagecutJenkins CD Merge Bot
2017-06-21Merge pull request #4521 from bliemli/uninstall_fixScott Dodson
Restart NetworkManager only if dnsmasq was used
2017-06-21Fixed readme doc.Kenny Woodson
2017-06-21Merge pull request #4520 from gpei/fix_exampleScott Dodson
remove extra close brace in example inventory
2017-06-21Merge pull request #4522 from rhcarvalho/no-package_upgrade-pre-installScott Dodson
Remove package_update from install playbook
2017-06-21Adding version field for stagecutJenkins CD Merge Bot
2017-06-21Remove package_update from install playbookRodolfo Carvalho
We observed in our CI environment that this check can't guarantee that an install would fail when the check fails, thus unless we can make its output match the fate of an install we shall keep it disabled.
2017-06-21Restart NetworkManager only if dnsmasq was usedBenjamin Affolter
2017-06-21Automatic commit of package [openshift-ansible] release [3.6.122-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.122
2017-06-21remove extra close brace in example inventorygpei
2017-06-20Automatic commit of package [openshift-ansible] release [3.6.121-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.121
2017-06-20Adding option for serviceAccountConfig.limitSecretReferencesKenny Woodson
2017-06-20Merge pull request #4514 from ewolinetz/bz1462352Scott Dodson
Updating default from null to ""
2017-06-20Updating default from null to ""ewolinetz
2017-06-20Automatic commit of package [openshift-ansible] release [3.6.120-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.120
2017-06-20doc: Add system_container examples to inventorySteve Milner
2017-06-20system_containers: Add openshift_ to other system_container varsSteve Milner
2017-06-20system_containers: Add openshift_ to use_system_containers varSteve Milner
2017-06-20detect etcd service name based on etcd runtime when restartingJan Chaloupka
2017-06-20set proper etcd_data_dir for system containerJan Chaloupka
2017-06-20Merge pull request #4292 from sdodson/push-via-dnsOpenShift Bot
Merged by openshift-bot
2017-06-20Automatic commit of package [openshift-ansible] release [3.6.119-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.119
2017-06-19Update atomic-openshift-master.j2Scott Dodson
2017-06-19Merge pull request #4489 from rhcarvalho/image-availability-no-tlsOpenShift Bot
Merged by openshift-bot
2017-06-19oc_atomic_container: Require 1.17.2Steve Milner
The oc_atomic_container module requires features only available in atomic versions 1.17.2+. Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1461662
2017-06-19Merge pull request #4486 from sdodson/etcdv3-clean-installOpenShift Bot
Merged by openshift-bot
2017-06-19Merge pull request #4484 from jarrpa/glusterfs-fixes-tooOpenShift Bot
Merged by openshift-bot
2017-06-19Merge pull request #4491 from sdodson/fix-storage-migrationScott Dodson
Temporarilly only migrate jobs as we were before
2017-06-19Temporarilly only migrate jobs as we were beforeScott Dodson
2017-06-19Disable TLS verification in skopeo inspectRodolfo Carvalho
Some registries are not configured with valid certificates and thus the check fails with 'http: server gave HTTP response to HTTPS client'. Since this is not fetching images, but only checking for existence, trade security for convenience.
2017-06-19Automatic commit of package [openshift-ansible] release [3.6.117-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.117
2017-06-18Merge pull request #4329 from srampal/rhel_ose_aciOpenShift Bot
Merged by openshift-bot
2017-06-18Enable push to registry via dns only on clean 3.6 installsScott Dodson
We cannot assume that 3.5 to 3.6 upgrades were signed with the correct certs
2017-06-18Disable actually pushing to the registry via dns for nowScott Dodson
We need to sort out how to know that the registry certificate has the proper hostnames attached to it. It will for 3.6 clean installs but not for 3.5 to 3.6 upgrades. For now make it opt in and come back to this.
2017-06-18Add openshift_node_dnsmasq role to upgradeScott Dodson
2017-06-18Push to the registry via dnsScott Dodson
Configures OPENSHIFT_DEFAULT_REGISTRY=docker-registry.default.svc Adds 'cluster.local' to dns search on nodes via dispatcher script Adds '.svc' to NO_PROXY defaults
2017-06-18Merge pull request #4476 from mtnbikenc/storage-upgradeScott Dodson
Run storage upgrade pre and post master upgrade
2017-06-18Run storage upgrade pre and post master upgradeRussell Teague
2017-06-18Preserve etcd3 storage if it's already in useScott Dodson
This would be the case if for instance they'd upgraded and then migrated.
2017-06-18Merge pull request #3954 from ingvagabund/etcd-migrateOpenShift Bot
Merged by openshift-bot
2017-06-18Automatic commit of package [openshift-ansible] release [3.6.116-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.116