summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-23Merge pull request #5569 from ganhuang/all-hosts-no-proxyScott Dodson
Generate internal hostnames of no_proxy
2017-10-23Merge pull request #5832 from sdodson/bz1504525Scott Dodson
Correct version gates on policy reconciliation and add retries
2017-10-23Merge pull request #5654 from vshn/mastersysconfigvar1OpenShift Merge Robot
Automatic merge from submit-queue. Avoid undefined variable in master sysconfig template When "openshift_master_controllers_env_vars" is set, but "openshift_master_api_env_vars" isn't, the template for the sysconfig file of atomic-openshift-master fails: AnsibleUndefinedVariable: 'dict object' has no attribute 'api_env_vars' Avoid this issue by applying "default({})" to the dict and always calling ".items()".
2017-10-23Merge pull request #5781 from mgugino-upstream-stage/fix-reg-auth-templatingScott Dodson
Ensure proper variable templating for skopeo auth credentials
2017-10-23Merge pull request #5811 from zgalor/add_nfs_to_readmeScott Dodson
Add nfs variables documentation to README file
2017-10-23Merge pull request #5845 from ingvagabund/check-correct-master-servicesScott Dodson
Check if the master service is non-ha or not
2017-10-23Merge pull request #5822 from ewolinetz/bz1504191Scott Dodson
Updating to use same image as origin until enterprise image is built
2017-10-23Merge pull request #5453 from giuseppe/use-docker-cli-image-if-already-availableOpenShift Merge Robot
Automatic merge from submit-queue. cli: do not pull again the image when using Docker When CRI-O is used and the CLI image is already pulled into Docker then use it also for copying the CLI files to the host instead of pulling it once again in the ostree storage. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-10-23Check if the master service is non-ha or notJan Chaloupka
2017-10-23Merge pull request #5844 from mtnbikenc/fix-1504515Scott Dodson
1504515 Correct host group for controller restart
2017-10-23Correct host group for controller restartRussell Teague
Fixes 1504515 https://bugzilla.redhat.com/show_bug.cgi?id=1504515
2017-10-23Merge pull request #5843 from ingvagabund/set-the-correct-etcd-ip-addressScott Dodson
Set the proper external etcd ip address when migrating embeded etcd
2017-10-23Automatic commit of package [openshift-ansible] release [3.7.0-0.176.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-10-23Set the proper external etcd ip address when migrating embeded etcdJan Chaloupka
2017-10-23Merge pull request #5241 from hansmi/masterScott Dodson
Add variable to control whether NetworkManager hook is installed
2017-10-23Merge pull request #5818 from ashcrow/1503860OpenShift Merge Robot
Automatic merge from submit-queue. docker: Move enterprise registry from pkg to main
2017-10-23Merge pull request #5761 from fabianvf/asb-client-secret-not-foundScott Dodson
Bug 1496426 - Update ansible-service-broker configuration to use proper certs and permissions
2017-10-23Merge pull request #5813 from ashcrow/1503903OpenShift Merge Robot
Automatic merge from submit-queue. Always ensure atomic.conf is configured for system containers. A new openshift_atomic role has been created for atomic specific tasks. The first task added is proxy which handles updating /etc/atomic.conf to ensure the proper proxy configuration is configured. This task file is then included (via include_role) in system container related task files. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1503903
2017-10-23cli: use the correct name for the master system containerGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-10-23cli: do not pull again the image when using DockerGiuseppe Scrivano
When CRI-O is used and the CLI image is already pulled into Docker then use it also for copying the CLI files to the host instead of pulling it once again in the ostree storage. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-10-23Automatic commit of package [openshift-ansible] release [3.7.0-0.175.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-10-22Automatic commit of package [openshift-ansible] release [3.7.0-0.174.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-10-22Automatic commit of package [openshift-ansible] release [3.7.0-0.173.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-10-22Automatic commit of package [openshift-ansible] release [3.7.0-0.172.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-10-21Automatic commit of package [openshift-ansible] release [3.7.0-0.171.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-10-20Merge pull request #5748 from portante/fix-cpu-limitsScott Dodson
Use "requests" for CPU resources instead of limits
2017-10-20Merge pull request #5792 from mgugino-upstream-stage/fix-master-undefined-varScott Dodson
Fix undefined variable for master upgrades
2017-10-20Merge pull request #5752 from kwoodson/bz1491399Scott Dodson
[bz1491399] Adding pre check to verify clusterid is set along with cloudprovider when performing upgrade.
2017-10-20Merge pull request #5794 from kwoodson/bz1501271Scott Dodson
[bz1501271] Attempt to use ami ssh user and default to ansible_ssh_user.
2017-10-20Automatic commit of package [openshift-ansible] release [3.7.0-0.170.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-10-20verstion_gte seems unreliable on containerized installsScott Dodson
2017-10-20Merge pull request #5821 from abutcher/ca-trust-skip-restartScott Dodson
Check for container runtime prior to restarting when updating system CA trust.
2017-10-20Merge pull request #5766 from jcantrill/1489498_preserve_replica_countScott Dodson
bug 1489498. preserve replica and shard settings
2017-10-20Merge pull request #5749 from abutcher/servinginfo-client-ca-upgradeOpenShift Merge Robot
Automatic merge from submit-queue. Set servingInfo.clientCA to ca.crt during upgrade. https://bugzilla.redhat.com/show_bug.cgi?id=1501795
2017-10-20Automatic commit of package [openshift-ansible] release [3.7.0-0.169.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-10-20Merge pull request #5783 from dymurray/readinessScott Dodson
Bug 1503233 - Add liveness and readiness probe checks to ASB deployme…
2017-10-20Retry reconcile in case of error and give up eventuallySimo Sorce
Handles spurious failures and does not get mad if it just cannot do it. Signed-off-by: Simo Sorce <simo@redhat.com>
2017-10-20Merge pull request #5574 from dulek/containerized_kuryr_supportScott Dodson
Initial Kuryr support
2017-10-20Automatic commit of package [openshift-ansible] release [3.7.0-0.168.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-10-20Initial Kuryr supportMichał Dulko
This commit enables deploying Kuryr networking on top of OpenShift in containers. kuryr-controller is a Deployment and kuryr-cni is deployed as DaemonSet (container will drop all CNI configuration files). Co-Authored-By: Antoni Segura Puimedon <celebdor@gmail.com>
2017-10-19Automatic commit of package [openshift-ansible] release [3.7.0-0.167.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-10-19Updating ocp es proxy image to use openshift_logging_proxy_image_prefix if ↵Eric Wolinetz
specified
2017-10-19Check for container runtime prior to restarting when updating system CA trust.Andrew Butcher
2017-10-19Update defaultsFabian von Feilitzsch
2017-10-19Automatic commit of package [openshift-ansible] release [3.7.0-0.166.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-10-19Use service-ca.crt instead of master ca.crtFabian von Feilitzsch
2017-10-19use master certFabian von Feilitzsch
2017-10-19Bug 1496426 - add asb-client secret to openshift-ansible-service-broker ↵Fabian von Feilitzsch
namespace
2017-10-19Automatic commit of package [openshift-ansible] release [3.7.0-0.165.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-10-19docker: Move enterprise registry from pkg to mainSteve Milner
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1503860 Signed-off-by: Steve Milner <smilner@redhat.com>