summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-01Merge pull request #5972 from smarterclayton/default_mtuOpenShift Merge Robot
Automatic merge from submit-queue. MTU for bootstrapping should default to openshift_node_sdn_mtu The default value needs to be consistently used. @kwoodson
2017-11-01Merge pull request #5971 from smarterclayton/retry_createOpenShift Merge Robot
Automatic merge from submit-queue. Retry service account bootstrap kubeconfig creation Pulled back from the larger refactor so this job can be enabled. @kwoodson back porting so I can turn the job on
2017-11-01Merge pull request #5974 from tbielawa/bz1504535OpenShift Merge Robot
Automatic merge from submit-queue. Don't use possibly undefined variables in error messages In an error reporting task we were referencing a variable which may not have been defined. Even though NFS server detection was working correctly the undefined variable reference caused an AnsibleUndefinedVariable error. * Fixes CFME failing to deploy using external NFS storage https://bugzilla.redhat.com/show_bug.cgi?id=1504535
2017-11-01Merge pull request #5938 from ↵Scott Dodson
staebler/1506976-watch_serviceinstance_in_view_role Add rules to the view ClusterRole for service catalog.
2017-11-01Merge pull request #5264 from AlexanderZagaynov/cors_escapeOpenShift Merge Robot
Automatic merge from submit-queue. escape corsAllowedOrigins regexp strings and anchor them `corsAllowedOrigins` parameter got interpreted by OpenShift/Kubernetes as a regular expression (there is a bug about that: https://bugzilla.redhat.com/show_bug.cgi?id=1482903). It leads to some vague behaviour, like for `127.0.0.1` value `127a0b0c1` will be matched as valid, as well as `localhost.example.com` for `localhost`. I've added regexp escaping here, as well as value anchoring to the begin and end of the string. I've also added case-insensitive flag `(?i)` to match values like `LocalHost` for `localhost`.
2017-11-01Merge pull request #5912 from ewolinetz/update_console_flagsScott Dodson
Updating console OPENSHIFT_CONSTANTS flag for TSB
2017-11-01Don't use possibly undefined variables in error messagesTim Bielawa
In an error reporting task we were referencing a variable which may not have been defined. Even though NFS server detection was working correctly the undefined variable reference caused an AnsibleUndefinedVariable error. * Fixes CFME failing to deploy using external NFS storage https://bugzilla.redhat.com/show_bug.cgi?id=1504535
2017-11-01Merge pull request #5955 from ↵OpenShift Merge Robot
mgugino-upstream-stage/remove-docker-etc-containers-regs Automatic merge from submit-queue. Docker: make use of new etc/containers/registries.conf optional Currently, not all versions of docker support using /etc/containers/registries.conf This commit makes the use of that file optional.
2017-11-01Automatic commit of package [openshift-ansible] release [3.7.0-0.189.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-10-31Merge pull request #5953 from sdodson/bind-dynamicOpenShift Merge Robot
Automatic merge from submit-queue. Switch from bind-interfaces to bind-dynamic
2017-10-31MTU for bootstrapping should default to openshift_node_sdn_mtuClayton Coleman
The default value needs to be consistently used.
2017-10-31Retry service account bootstrap kubeconfig creationClayton Coleman
Pulled back from the larger refactor so this job can be enabled.
2017-10-31Merge pull request #5956 from smarterclayton/delete_build_istanceClayton Coleman
Ensure GCP image build instance gets cleaned up on teardown
2017-10-31Merge pull request #5957 from kwoodson/doc_fix_cert_requiredScott Dodson
Stating that certificate it is required when doing SSL on ELB.
2017-10-31Stating that certificate it is required when doing SSL on ELB.Kenny Woodson
2017-10-31Ensure GCP image build instance gets cleaned up on teardownClayton Coleman
2017-10-31Merge pull request #5949 from mgugino-upstream-stage/ha_controller_ttlOpenShift Merge Robot
Automatic merge from submit-queue. Remove unused osm_controller_lease_ttl This variable is no longer used and references should be removed. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1507449
2017-10-31Merge pull request #4571 from wongma7/efs-followMichael Gugino
Add blank storageClassName to provisioner PVC & PV template
2017-10-31Docker: make use of new etc/containers/registries.conf optionalMichael Gugino
Currently, not all versions of docker support using /etc/containers/registries.conf This commit makes the use of that file optional.
2017-10-31Merge pull request #5936 from sdodson/arbitrary-fw-rulesOpenShift Merge Robot
Automatic merge from submit-queue. Add arbitrary firewall port config to master too
2017-10-31Merge pull request #5929 from ↵OpenShift Merge Robot
ingvagabund/remove-master-service-during-non-ha-to-ha-upgrade Automatic merge from submit-queue. remove master.service during the non-ha to ha upgrade Bug: 1506165
2017-10-31Merge pull request #5924 from smarterclayton/bootstrap_cleanupOpenShift Merge Robot
Automatic merge from submit-queue. GCP cannot use growpart utils from AWS due to conflicting package Allow cloud provider specific packages to be specified. Also, fix a wait condition in openshift_gcp to allow masters to be bootstrapped nodes. @kwoodson
2017-10-31Switch from bind-interfaces to bind-dynamicScott Dodson
2017-10-31Merge pull request #5932 from mgugino-upstream-stage/retry-docker-credsOpenShift Merge Robot
Automatic merge from submit-queue. Add retry logic to docker auth credentials This commit enables retry on docker login commands. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1506931
2017-10-31Remove unused osm_controller_lease_ttlMichael Gugino
This variable is no longer used and references should be removed. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1507449
2017-10-31Merge pull request #2910 from richm/preserve-ansible_inventory_pathOpenShift Merge Robot
Automatic merge from submit-queue. preserve the oo-install ansible_inventory_path value
2017-10-31Merge pull request #5930 from mgugino-upstream-stage/retry-journald-restartScott Dodson
Retry restarting journald
2017-10-31Merge pull request #5919 from pecameron/cache-sizeOpenShift Merge Robot
Automatic merge from submit-queue. dnsmasq cache-size dns-forward-max change On very large clusters dnsmasq performance suffers due to limited cache-size and dns-forward-max values. bug: 1482847 https://bugzilla.redhat.com/show_bug.cgi?id=1482847
2017-10-31Merge pull request #5722 from qinpingli/sc_openstackOpenShift Merge Robot
Automatic merge from submit-queue. Create default storageclass for cloudprovider openstack With this patch, a default storageclass will be created on openstack cloudprovider after installation.
2017-10-31Merge pull request #5940 from sdodson/nevragainOpenShift Merge Robot
Automatic merge from submit-queue. Also require that we match the release Since we're now only bumping the release field if you've already got openshift-ansible-3.7.0-0.1 and you try to install openshift-ansible-3.7.0-0.2 it won't upgrade all the dependencies but it should.
2017-10-31Merge pull request #4560 from tremble/always_runOpenShift Merge Robot
Automatic merge from submit-queue. replace deprecated always_run with check_mode: no Prior to Ansible 2.2 only the the equivalent of check_mode: no existed. The notation for that was always_run: yes. always_run now generates a deprecation warning: > [DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead.. > This feature will be removed in version 2.4. Deprecation warnings can be > disabled by setting deprecation_warnings=False in ansible.cfg.
2017-10-30Merge pull request #5933 from kwoodson/remove_unneeded_setupOpenShift Merge Robot
Automatic merge from submit-queue. Removing unneeded bootstrap which moved into the product. Removing unneeded code now that it has moved officially into the product.
2017-10-31Automatic commit of package [openshift-ansible] release [3.7.0-0.188.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-10-30Delete images located in a family named {{ prefix }}imagesClayton Coleman
Allows CI jobs to create images specifically for this cluster and then remove them afterwards.
2017-10-30Use global IP to indicate node should pick DNSClayton Coleman
2017-10-30Remove project metadata prefixed with the cluster prefixClayton Coleman
Allows other scripts to create metadata that is cleaned up safely.
2017-10-30Use openshift.node.registry_url instead of oreg_urlClayton Coleman
Consistent with other use
2017-10-30Allow master node group to wait for stable on GCPClayton Coleman
Masters can be in a bootstrap config, but allow them to wait for stable so that we don't have inventory issues.
2017-10-30GCP cannot use AWS growpart packageClayton Coleman
Make the required package optional
2017-10-30Merge pull request #5884 from barlik/masterOpenShift Merge Robot
Automatic merge from submit-queue. Fix broken oc_secret update function
2017-10-30Merge pull request #5915 from sdodson/bz1507061OpenShift Merge Robot
Automatic merge from submit-queue. Correctly install cockpit Seems this was changed inadvertantly in #5378 Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1507061
2017-10-30dnsmasq cache-size dns-forward-max changePhil Cameron
On very large clusters dnsmasq performance suffers due to limited cache-size and dns-forward-max values. bug: 1482847 https://bugzilla.redhat.com/show_bug.cgi?id=1482847
2017-10-30Also require that we match the releaseScott Dodson
2017-10-30Add rules to the view ClusterRole for service catalog.staebler
2017-10-30Merge pull request #5888 from jcantrill/1501599_allow_project_overcommitOpenShift Merge Robot
Automatic merge from submit-queue. bug 1501599. Omit logging project from overcommit restrictions This PR: * Annotates the logging project to remove overcommit restrictions
2017-10-30Add arbitrary firewall port config to master tooScott Dodson
2017-10-30Merge pull request #5917 from ashcrow/kennys-patchScott Dodson
docker: Create openshift_docker_is_node_or_master variable
2017-10-30remove master.service during the non-ha to ha upgradeJan Chaloupka
2017-10-30Merge pull request #5867 from chinacoolhacker/masterOpenShift Merge Robot
Automatic merge from submit-queue. GlusterFS suppot for OpenShift v1.5 Added files and templates for OpenShift v1.5
2017-10-30Removing unneeded bootstrap which moved into the product.Kenny Woodson