summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Expand)AuthorAgeFilesLines
* Bug 1452939 - change Logging & Metrics imagePullPolicyJan Wozniak2017-10-2314-14/+164
* Merge pull request #5748 from portante/fix-cpu-limitsScott Dodson2017-10-2022-65/+151
|\
| * Use "requests" for CPU resources instead of limitsPeter Portante2017-10-1922-65/+151
* | Merge pull request #5792 from mgugino-upstream-stage/fix-master-undefined-varScott Dodson2017-10-201-0/+4
|\ \
| * | Fix undefined variable for master upgradesMichael Gugino2017-10-181-0/+4
* | | Merge pull request #5752 from kwoodson/bz1491399Scott Dodson2017-10-201-0/+13
|\ \ \
| * | | Adding pre check to verify clusterid is set along with cloudprovider when per...Kenny Woodson2017-10-161-0/+13
* | | | Merge pull request #5821 from abutcher/ca-trust-skip-restartScott Dodson2017-10-201-2/+14
|\ \ \ \
| * | | | Check for container runtime prior to restarting when updating system CA trust.Andrew Butcher2017-10-191-2/+14
* | | | | Merge pull request #5766 from jcantrill/1489498_preserve_replica_countScott Dodson2017-10-206-6/+63
|\ \ \ \ \
| * | | | | bug 1489498. preserve replica and shard settingsJeff Cantrill2017-10-176-6/+63
* | | | | | Merge pull request #5783 from dymurray/readinessScott Dodson2017-10-201-0/+14
|\ \ \ \ \ \
| * | | | | | Indentation errorsDylan Murray2017-10-171-14/+14
| * | | | | | Bug 1503233 - Add liveness and readiness probe checks to ASB deploymentconfigDylan Murray2017-10-171-0/+14
* | | | | | | Merge pull request #5574 from dulek/containerized_kuryr_supportScott Dodson2017-10-2013-2/+704
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Initial Kuryr supportMichaƂ Dulko2017-10-2013-2/+704
* | | | | | | Merge pull request #5746 from staebler/Bug_1496694_new_resource_namesScott Dodson2017-10-199-71/+123
|\ \ \ \ \ \ \
| * | | | | | | Change to service-signer.crt for template_service_broker CA_BUNDLEstaebler2017-10-182-3/+3
| * | | | | | | Use service-signer.crt for ca_bundle passed to clusterservicebrokerstaebler2017-10-182-2/+6
| * | | | | | | Rename ServiceBroker to ClusterServiceBroker for ansible_service_broker task.staebler2017-10-171-2/+2
| * | | | | | | Add apiserver.crt to service-catalog controller-manager deployment.staebler2017-10-172-0/+21
| * | | | | | | Remove redundant faulty role binding ifrom kubeservicecatalog_roles_bindings.ymlstaebler2017-10-173-15/+2
| * | | | | | | Update service catalog playbook for service-catalog rc1staebler2017-10-147-64/+104
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Wait longer for stable GCP instancesClayton Coleman2017-10-181-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #5789 from zgalor/fix_limit_typoScott Dodson2017-10-181-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix typo in setting prom-proxy memory limitZohar Galor2017-10-181-1/+1
| | |_|_|/ | |/| | |
* | | | | Fix pvc selector default to be empty dict instead of stringZohar Galor2017-10-181-3/+3
|/ / / /
* | | | Merge pull request #5361 from kwoodson/fix_bootstrap_filesScott Dodson2017-10-1820-86/+421
|\ \ \ \
| * | | | Do not remove files for bootstrap if resolv or dns.Kenny Woodson2017-10-1720-86/+421
* | | | | Merge pull request #5459 from zgalor/nfs_fixScott Dodson2017-10-1812-166/+90
|\ \ \ \ \
| * | | | | Fix prometheus role nfsZohar Galor2017-10-1612-166/+90
* | | | | | Merge pull request #5774 from mgugino-upstream-stage/docker-option-fixScott Dodson2017-10-182-5/+7
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Fix missing docker option signature-verificationMichael Gugino2017-10-162-5/+7
| |/ / / /
* | | | | Merge pull request #5754 from ewolinetz/bz1501831Scott Dodson2017-10-175-87/+103
|\ \ \ \ \
| * | | | | Reverting proxy image version to v1.0.0 to pass CIEric Wolinetz2017-10-161-1/+1
| * | | | | Making travis happyEric Wolinetz2017-10-161-83/+83
| * | | | | Updating pattern for elasticsearch_proxy imagesEric Wolinetz2017-10-134-3/+17
| * | | | | Updating ES proxy image prefix and version to match other componentsEric Wolinetz2017-10-133-4/+6
* | | | | | Merge pull request #5777 from wozniakjan/eventrouter_bug1501768Scott Dodson2017-10-171-2/+2
|\ \ \ \ \ \
| * | | | | | Bug 1501768: fix eventrouter nodeSelector paddingJan Wozniak2017-10-171-2/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #5768 from giuseppe/crio-error-out-with-node-docker-containerOpenShift Merge Robot2017-10-171-0/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | cri-o: error out when node is a Docker containerGiuseppe Scrivano2017-10-161-0/+6
* | | | | | Merge pull request #5687 from jim-minter/tsb_configOpenShift Merge Robot2017-10-173-8/+16
|\ \ \ \ \ \
| * | | | | | Rewire openshift_template_service_broker_namespaces configurableJim Minter2017-10-133-8/+16
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #5744 from mgugino-upstream-stage/latest-image-configOpenShift Merge Robot2017-10-174-2/+8
|\ \ \ \ \ \
| * | | | | | Add ability to set node and master imageConfig to latestMichael Gugino2017-10-124-2/+8
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #5704 from josefkarasek/docker-auditOpenShift Merge Robot2017-10-164-1/+32
|\ \ \ \ \ \
| * | | | | | Add switch to enable/disable container engine's audit log being stored in ES.Josef Karasek2017-10-114-1/+32
* | | | | | | Merge pull request #5734 from mtnbikenc/refactor-mgmt-entryOpenShift Merge Robot2017-10-161-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Refactor openshift-management entry pointRussell Teague2017-10-121-1/+1