summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-18Parameterized Calico/Node ArgumentsVincent Schwarzer
2017-05-18Merge pull request #4213 from giuseppe/change-requires-to-wants-openvswitchOpenShift Bot
Merged by openshift-bot
2017-05-17Merge pull request #4216 from ingvagabund/fix-etcd-upgrade-system-containerOpenShift Bot
Merged by openshift-bot
2017-05-17Merge pull request #4214 from giuseppe/rename-ENIRONMENT-to-EnvironmentOpenShift Bot
Merged by openshift-bot
2017-05-17Merge pull request #4127 from VincentS/Calico_Additional_ChecksOpenShift Bot
Merged by openshift-bot
2017-05-17Merge pull request #4221 from sdodson/fix-gpg-key-pathScott Dodson
Fix Centos PaaS SIG GPG path
2017-05-17Fix gpg key path in our repoScott Dodson
2017-05-17Merge pull request #4199 from smarterclayton/set_image_policyOpenShift Bot
Merged by openshift-bot
2017-05-17Merge pull request #4173 from ashcrow/1450310OpenShift Bot
Merged by openshift-bot
2017-05-17fix etcd_container_version detectionJan Chaloupka
2017-05-17systemcontainercustom.conf.j2: use Environment instead of ENVIRONMENTGiuseppe Scrivano
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1451187 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-05-17Merge pull request #4189 from giuseppe/fix-atomic-hostOpenShift Bot
Merged by openshift-bot
2017-05-17Merge pull request #4144 from VincentS/Calico_Remove_Hardcoded_URLsJan Chaloupka
Removed Hardcoded URLs in Calico Role
2017-05-17node, systemd: change Requires to Wants for openvswitchGiuseppe Scrivano
Sometimes the node container is not started on a container-engine restart. Use a weaker dependency on openvswitch that is causing this issue Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1451192 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-05-16Merge pull request #4197 from abutcher/oc_adm_ca_server_cert-hostnames-omitOpenShift Bot
Merged by openshift-bot
2017-05-16Merge pull request #4196 from dmsimard/paas_repoOpenShift Bot
Merged by openshift-bot
2017-05-16Merge pull request #4185 from donnydavis/patch-1OpenShift Bot
Merged by openshift-bot
2017-05-16Merge pull request #4178 from mtnbikenc/fix-templatingOpenShift Bot
Merged by openshift-bot
2017-05-16Add regexp for container-engine lineinfileSteve Milner
This ensures that if the line already exists it will be updated with the expected results from the installer.
2017-05-15Default image policy on new clusters to onClayton Coleman
Will allow for default image resolution to be used.
2017-05-15Merge pull request #4187 from giuseppe/uninstall-container-engineOpenShift Bot
Merged by openshift-bot
2017-05-15Filter non-strings from the oc_adm_ca_server_cert hostnames parameter.Andrew Butcher
This allows the omit filter to be used in the hostnames parameter list which simplifies conditionally added hostnames.
2017-05-15Don't set-up origin repositories if they've already been configuredDavid Moreau-Simard
CentOS ships the 'centos-release-openshift-origin' package which is used to set up the repository and the key. If this package has been installed prior to running openshift-ansible (i.e, to install ansible or openshift-ansible from RPM), it leads to the repository being set up twice in different files. We're now matching the name of the files and since they are identical, it will stay idempotent while not configuring the repositories twice.
2017-05-15Merge pull request #4193 from ashcrow/1448998Scott Dodson
byo inventory versions 3.5 -> 3.6
2017-05-15byo inventory versions 1.5 -> 3.6Steve Milner
2017-05-15byo inventory versions 3.5 -> 3.6Steve Milner
2017-05-15use dest instead of path for lineinfileSteve Milner
Switching to dest instead of path for lineinfile. path is the name for ansible 2.3+ though dest will work for 2.2 and 2.3. Ref: http://docs.ansible.com/ansible/lineinfile_module.html
2017-05-15openshift_version: skip rpm version==image version on AtomicGiuseppe Scrivano
since there is no repoquery installed on Atomic Host. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-05-15Add NO_PROXY workaround for container-engine atomic commandSteve Milner
Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1450310
2017-05-15Add no_proxy to atomic.confSteve Milner
Requires: https://github.com/projectatomic/atomic/pull/999
2017-05-15uninstall: handle container-engineGiuseppe Scrivano
Try to restart the docker service only when there is not already a running container-engine service. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-05-14Merge pull request #4184 from ashcrow/rslaveOpenShift Bot
Merged by openshift-bot
2017-05-14Fixed for python3 with Fedora 25 AtomicDonny Davis
This is not the only required fix, but this does fix one of the many issues.
2017-05-14Add docker package for container-engine installSteve Milner
The package is required so that openshift_facts is able to use the docker client to gain information on the versions.
2017-05-13Automatic commit of package [openshift-ansible] release [3.6.68-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-05-13Merge pull request #4113 from ↵OpenShift Bot
jcantrill/bz1448860_make_recovery_after_nodes_to_node_quorum Merged by openshift-bot
2017-05-13Merge pull request #4155 from ewolinetz/registry_console_upgradeOpenShift Bot
Merged by openshift-bot
2017-05-12Merge pull request #4174 from ashcrow/remove-userland-proxyOpenShift Bot
Merged by openshift-bot
2017-05-12Merge pull request #4172 from ashcrow/1450307OpenShift Bot
Merged by openshift-bot
2017-05-12Merge pull request #4030 from liggitt/reserved-namespacesOpenShift Bot
Merged by openshift-bot
2017-05-12Fix templating of static service filesRussell Teague
2017-05-12Updating registry-console image version during a post_control_plane upgradeewolinetz
2017-05-12Merge pull request #4162 from jcantrill/bz1439451_kibana_crashOpenShift Bot
Merged by openshift-bot
2017-05-12Remove userland-proxy-path from daemon.jsonSteve Milner
This flag is currently being set within the system container via the init.sh
2017-05-12Fix whistespace issues in custom templateSteve Milner
2017-05-12Always add proxy items to atomic.confSteve Milner
2017-05-12Move container-engine systemd environment to updated locationSteve Milner
2017-05-12Merge pull request #4126 from VincentS/SDN_Check_FixJan Chaloupka
Fix for OpenShift SDN Check
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