summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-12Fix container image build referencesPep Turró Mauri
Updating some files to account for recent changes: - Commit fbadeb4 moved the location of the Dockerfiles - playbook2image is now available from the openshift org - downstream image is building with boto 2.34 Adjusting image build scripts and documentation to match these changes.
2017-05-12Merge pull request #4065 from ingvagabund/introduce-get-rpm-version-roleJan Chaloupka
Introduce excluder-free rpm version detection role
2017-05-12Merge pull request #3879 from ingvagabund/run-excluders-on-selected-hosts-onlyJan Chaloupka
run excluders over selected set of hosts during control_plane/node upgrade
2017-05-11Merge pull request #4164 from ashcrow/simplify-daemon-jsonOpenShift Bot
Merged by openshift-bot
2017-05-11Merge pull request #4115 from ewolinetz/metrics_limits_docsOpenShift Bot
Merged by openshift-bot
2017-05-11Merge pull request #4153 from ewolinetz/bz1449554OpenShift Bot
Merged by openshift-bot
2017-05-11doc: Add link to daemon.json upstream docSteve Milner
2017-05-11Remove unused daemon.json keysSteve Milner
Instead of providing every possible key in the daemon.json configuration file, this update only provides keys which are actively set/used by the installer.
2017-05-11Merge pull request #4158 from ganhuang/lower_boolScott Dodson
lower case in /etc/daemon.json and correct block-registry
2017-05-11Extend repoquery command (of lib_utils role) to ignore excludersJan Chaloupka
2017-05-11Merge pull request #4156 from mwoodson/fix_yedit_sepsOpenShift Bot
Merged by openshift-bot
2017-05-10Merge pull request #4152 from sdodson/iptables-defaultOpenShift Bot
Merged by openshift-bot
2017-05-10Merge pull request #4118 from mtnbikenc/fix-groupsOpenShift Bot
Merged by openshift-bot
2017-05-11lower case in /etc/daemon.json and correct block-registryGan Huang
2017-05-10Merge pull request #4131 from ashcrow/1448800Scott Dodson
Update systemd units to use proper container service name
2017-05-10Merge pull request #4147 from ashcrow/lowercase-trueScott Dodson
Ensure true is lowercase in daemon.json
2017-05-10Merge pull request #3967 from jarrpa/oc_volume-docOpenShift Bot
Merged by openshift-bot
2017-05-10Merge pull request #4136 from richm/find-log-driverScott Dodson
use docker_log_driver and /etc/docker/daemon.json to determine log driver
2017-05-10Fix for yedit custom separatorsMatt Woodson
2017-05-10Updating 3.6 enterprise registry-console template image versionewolinetz
2017-05-10Merge pull request #4109 from ewolinetz/fix_ocobj_absentOpenShift Bot
Merged by openshift-bot
2017-05-10Default to iptables on masterScott Dodson
We did this in 3.5 but never on master and we never came back to add migration support. So we'll revert this on master and if/when we add migration support we'll switch the default.
2017-05-10Merge pull request #4129 from rhcarvalho/document-redhat-ci-jobScott Dodson
Note existence of Fedora tests and how to rerun
2017-05-10Merge pull request #4124 from ingvagabund/update-etcd-common-readmeOpenShift Bot
Merged by openshift-bot
2017-05-10Merge pull request #3969 from jarrpa/glusterfs-registry-tooOpenShift Bot
Merged by openshift-bot
2017-05-10Automatic commit of package [openshift-ansible] release [3.6.67-1].Scott Dodson
Created by command: /usr/bin/tito tag
2017-05-10Merge pull request #4117 from sdodson/flatten_upgrade_pkgsOpenShift Bot
Merged by openshift-bot
2017-05-10Rename blocked-registries to block-registriesSteve Milner
The daemon.json configuration key is block-registries. The code and installer bits call it blocked-registries.
2017-05-10Ensure true is lowercase in daemon.jsonSteve Milner
2017-05-10Merge pull request #4033 from ↵Jan Chaloupka
ingvagabund/report-docker-image-version-and-excluder-rpm-version [RFE] report and fail if rpm version differs from docker image version
2017-05-10Merge pull request #4130 from giuseppe/fix-audit-docScott Dodson
byo: correct option name
2017-05-10Merge pull request #4097 from mtnbikenc/fix-version-checkScott Dodson
Properly fail on empty repoquery version checks
2017-05-10Automatic commit of package [openshift-ansible] release [3.6.66-1].Scott Dodson
Created by command: /usr/bin/tito tag --keep-version
2017-05-10Merge pull request #4116 from abutcher/bz1448824Jan Chaloupka
Fix additional master cert & client config creation
2017-05-10Merge pull request #4123 from rhcarvalho/remove-vim-lineRodolfo Carvalho
Remove vim configuration from Python files
2017-05-09use docker_log_driver and /etc/docker/daemon.json to determine log driverRich Megginson
We check the following variables, if they are defined, in the order listed below, to see if the journald log driver is set: * openshift_hosted_logging_use_journal * docker_log_driver * openshift.docker.log_driver * openshift.docker.options (look for '--log-driver=journald') If none of these are set, we leave openshift_logging_fluentd_use_journal undefined, and mount both /etc/sysconfig/docker and /etc/docker (for daemon.json) so that fluentd can determine which log driver is being used.
2017-05-09Temporarily revert to OSEv3 host group usageRussell Teague
2017-05-09Merge pull request #4106 from ashcrow/1448384OpenShift Bot
Merged by openshift-bot
2017-05-09Add service file templates for master and nodeSteve Milner
Adds service file templates for both maste and node. These will lay down in /etc/system/systemd to override what may already be present from a package. These instances take into account the name of the container daemon (docker or container-engine).
2017-05-09Update systemd units to use proper container service nameSteve Milner
- If using a system container: container-engine - If using a package install: docker Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1448800
2017-05-09Merge pull request #4135 from mtnbikenc/fix-travisScott Dodson
Fix issue with Travis-CI using old pip version
2017-05-09Automatic commit of package [openshift-ansible] release [3.6.62-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-05-09Fix issue with Travis-CI using old pip versionRussell Teague
2017-05-09byo: correct option nameGiuseppe Scrivano
The correct name is "enabled', not "basicAuditEnabled" Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1439619 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-05-09polish etcd_common roleJan Chaloupka
2017-05-09Note existence of Fedora tests and how to rerunRodolfo Carvalho
2017-05-09Fail if rpm version != docker image versionJan Chaloupka
2017-05-09Automatic commit of package [openshift-ansible] release [3.6.61-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-05-09Remove vim configuration from Python filesRodolfo Carvalho
In a project where contributors are free to use whatever editor they want and we have linting tools that verify the proper formatting of Python files, it should not be required to have a vim-specific line in Python files.
2017-05-08Automatic commit of package [openshift-ansible] release [3.6.60-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog