summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-06Updating logging components image defaulting pattern to match ↵Eric Wolinetz
openshift_logging pattern
2017-11-06Merge pull request #6007 from kwoodson/container_locationOpenShift Merge Robot
Automatic merge from submit-queue. Moving docker location to share path with system containers.
2017-11-06Give service-catalog controller-manager permissions to update status of ↵staebler
ClusterServiceClasses and ClusterServicePlans
2017-11-06Mod startup script to publish all frontend bindsChandler Wilkerson
2017-11-06Merge pull request #6026 from fabianvf/1509680-asb-credential-checkScott Dodson
Bug 1509680- Fix ansible-service-broker registry settings/validations
2017-11-06Automatic commit of package [openshift-ansible] release [3.7.0-0.196.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-11-06reconcile registry-console and docker_image_availabilityLuke Meyer
Fixes bug 1497310 https://bugzilla.redhat.com/show_bug.cgi?id=1497310 The registry console is a special case in more than one way. This adds logic to incorporate the openshift_cockpit_deployer_* variables into determining what its image will be in docker_image_availability. Along the way I noticed the origin and enterprise templates for this were not consistent. Now they are, and the example hosts file is updated.
2017-11-06container-engine: ensure /var/lib/containers/ is properly labelledGiuseppe Scrivano
we were doing it only when CRI-O is installed. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1509880 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-11-06Merge pull request #5994 from djzager/bz1509052-broker-logfileScott Dodson
Bug 1509052 - Remove logfile from broker config
2017-11-06logging with static pvc: allow specifying the storage class nameBart Van Bos
2017-11-06Merge pull request #5988 from mgugino-upstream-stage/github-auth-fixScott Dodson
Fix github auth validation
2017-11-06Merge pull request #5836 from jkroepke/issue_5835Scott Dodson
Remove provisioner restrictions on oc_storageclass
2017-11-06Moving docker location to share path with system containers.Kenny Woodson
2017-11-06Retry restarting master controllersMichael Gugino
Currently, master controller services may fail to restart if master api services are not fully initialized. This commit enables retry of master controllers. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1509837
2017-11-06Bug 1509680- Fix ansible-service-broker registry validationsFabian von Feilitzsch
- Remove outdated dockerhub registry validations - Add the local openshift registry by default - Add whitelist parameter for local registry - Set default dockerhub org to ansibleplaybookbundle
2017-11-06Fix preupgrade authorization objects are in syncMichael Gugino
Currently, this task is executed based on openshift_version. openshift_version is based on the upgrade target, thus not the currently install versions. This commit ensures that the task executes as intended. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1508301
2017-11-06openshift_checks: Add OVS versions for OCP 3.7Miciah Masters
Update the ovs_version check with the allowed Open vSwitch versions for OCP 3.7. Add OVS 2.8 to the allowed versions for OCP 3.6 as well. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1509163
2017-11-06Automatic commit of package [openshift-ansible] release [3.7.0-0.195.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-11-05Merge pull request #6010 from fabianvf/1507787-asb-fix-ocp-defaultsScott Dodson
Bug 1507787- add full path to default asb etcd image
2017-11-05Automatic commit of package [openshift-ansible] release [3.7.0-0.194.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-11-05Merge pull request #6015 from openshift/revert-6006-elb-v2Clayton Coleman
Revert "Bootstrap enhancements."
2017-11-05Automatic commit of package [openshift-ansible] release [3.7.0-0.193.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-11-05Revert "Bootstrap enhancements."Clayton Coleman
2017-11-04Merge pull request #5991 from tbielawa/gate_cfmeOpenShift Merge Robot
Automatic merge from submit-queue. management: users must acknowledge use of beta software Adds a new role variable, openshift_management_install_beta. This variable defaults to false. The value of this variable is checked during the validation phase. * If true, the install will not continue. * If false, The user is presented with an informative message letting them know this is beta software and there is low/no support at this time. The installation will abort and instruct the user how to continue.
2017-11-04Automatic commit of package [openshift-ansible] release [3.7.0-0.192.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-11-03Merge pull request #6006 from mgugino-upstream-stage/elb-v2OpenShift Merge Robot
Automatic merge from submit-queue. Bootstrap enhancements. This includes the elb work.
2017-11-03Merge pull request #6005 from mgugino-upstream-stage/fix-master-version-detectOpenShift Merge Robot
Automatic merge from submit-queue. Fix master upgrade version detect and systemd enable Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1508755 Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1509158
2017-11-03Merge pull request #5983 from ewolinetz/37_bz1508150OpenShift Merge Robot
Automatic merge from submit-queue. Use the currently attached pvc for an ES dc if available Otherwise fall back to current logic of labelled PVCs or creating if necessary. This is to address https://bugzilla.redhat.com/show_bug.cgi?id=1508150 The order of the PVC priority is as follows: 1. The PVC currently claimed on the DC 1. A PVC from the list of PVCs as collected by logging_facts 1. Create a new PVC
2017-11-03Proper quotesDylan Murray
2017-11-03Update service broker configmap and serviceaccount privilegesDylan Murray
2017-11-03management: enterprise users must acknowledge use of beta softwareTim Bielawa
Adds a new role variable, openshift_management_install_beta. This variable defaults to false. The value of this variable is checked during the validation phase for enterprise deployment types. * If true, the install will not continue. * If false, The user is presented with an informative message letting them know this is beta software and there is low/no support at this time. The installation will abort and instruct the user how to continue.
2017-11-03Bug 1507787- add full path to default asb etcd imageFabian von Feilitzsch
2017-11-03Bootstrap enhancements.Kenny Woodson
2017-11-03Merge pull request #5959 from sdodson/sc-asb-tsb-on-by-defaultOpenShift Merge Robot
Automatic merge from submit-queue. Enable SC, ASB, TSB by default It was decided that SC, ASB, and TSB should be installed by default. This will not install the components on an upgrade from 3.6 to 3.7, that will require that you run the sc playbook on your own. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1508085
2017-11-03Fix master upgrade version detect and systemd enableMichael Gugino
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1508755 Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1509158
2017-11-03Bug 1507617- Move etcd into its own service/dc with SSLFabian von Feilitzsch
2017-11-03Merge pull request #5992 from abutcher/old-repo-fileOpenShift Merge Robot
Automatic merge from submit-queue. Remove old /etc/yum.repos.d/openshift_additional.repo file. Repos defined in `openshift_additional_repos` will be configured individually in their own files so we can remove the old multi-repo file.
2017-11-03Merge pull request #5995 from ashcrow/docker-gc-daemonsetOpenShift Merge Robot
Automatic merge from submit-queue. openshift_hosted: Add docker-gc Two new inventory variables have been created: - ``openshift_crio_enable_docker_gc``: Enable docker_gc daemon set - ``openshift_crio_docker_gc_node_selector``: Optional dictionary to use node selector When ``openshift_crio_enable_docker_gc`` and ``openshift_use_crio`` are both true then ``docker_gc`` daemonset will be created along with adding a ``docker-gc`` sa.
2017-11-03Merge pull request #5999 from mgugino-upstream-stage/fix-etcd-upgradeScott Dodson
Correct groupname during upgrade_control_plane play
2017-11-03Correct groupname during upgrade_control_plane playMichael Gugino
Currently, upgrade_control_plane calls tasks meant for master on etcd group. This commit corrects the groupname. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1508734
2017-11-03Merge pull request #5945 from kwoodson/elb_fixesOpenShift Merge Robot
Automatic merge from submit-queue. Fixing elb creation for infra and adding to scale group. Elb creation was missing for the infra nodes. This was either an issue with a refactor or it was missed. The other issue was that after instances were removed and re-added via a scale group the ELB no longer referenced those hosts. This PR names the ELBs so they are automatically tied to a scale group instead of an instance. This allows for instances to come and go but the ELBs will continue to work with all new instances in the ASG.
2017-11-03Merge pull request #5989 from tbielawa/bz1506951OpenShift Merge Robot
Automatic merge from submit-queue. CFME: Use cluster_hostname if cluster_public_hostname isn't available The CFME 'automatically add provider' playbook would fail if openshift_master_cluster_public_hostname was not defined in the inventory. Now we use that value if it is available, and fallback to using the masters 'cluster_hostname' otherwise. * Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1506951
2017-11-03Add etcd as part of inventory file.Saravanakumar Arumugam
Otherwise, it fails as "Running etcd as an embedded service is no longer supported." Signed-off-by: Saravanakumar Arumugam <sarumuga@redhat.com>
2017-11-03Merge pull request #5977 from ↵OpenShift Merge Robot
staebler/1507598-patch_permissions_for_service_catalog Automatic merge from submit-queue. Give admin and edit roles permission to patch ServiceInstances and ServiceBindings Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1507598.
2017-11-03Fix contenerized documentation?Mickaël Canévet
Are you really suggestion to deploy heterogeneous environments?
2017-11-03Automatic commit of package [openshift-ansible] release [3.7.0-0.191.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-11-02Merge pull request #5979 from kwoodson/move_node_config_locationOpenShift Merge Robot
Automatic merge from submit-queue. Configurable node config location. Allow the node config location to be configurable. This currently defaults to /var/lib/origin. It should be /etc/origin/node/node-config.yaml.
2017-11-02Merge pull request #5969 from sdodson/prom-imagesOpenShift Merge Robot
Automatic merge from submit-queue. Add enterprise prometheus image defaults, simplify image_prefix Only require that openshift_prometheus_image_prefix be set to affect all other prefixes. Unfortunately the image_version for origin varies by image so a common image_version cannot be used.
2017-11-02Merge pull request #5665 from oybed/metaScott Dodson
Adding meta/main.yml to allow for Galaxy use of this repo
2017-11-02openshift_hosted: Add docker-gcSteve Milner
Two new inventory variables have been created: - openshift_crio_enable_docker_gc: Enable docker_gc daemon set - openshift_crio_docker_gc_node_selector: Optional dictionary to use node selector When openshift_crio_enable_docker_gc and openshift_use_crio are both true then dockergc daemonset will be created along with adding a dockergc sa. Signed-off-by: Steve Milner <smilner@redhat.com>