summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3806 from jcantrill/upgrade_logging_invalidOpenShift Merge Robot2017-10-271-79/+0
|\
| * bug 1435144. Remove uneeded upgrade in openshift_logging roleJeff Cantrill2017-10-271-79/+0
* | Merge pull request #5887 from kwoodson/rename_csrKenny Woodson2017-10-272-2/+2
|\ \
| * | Renaming csr to bootstrap for consistency.Kenny Woodson2017-10-252-2/+2
* | | cri-o: Set max log size to 50 mbMrunal Patel2017-10-271-1/+1
* | | Merge pull request #5911 from giuseppe/crio-open-port-10010Scott Dodson2017-10-274-0/+53
|\ \ \
| * | | cri-o: open port 10010Giuseppe Scrivano2017-10-274-0/+53
| | |/ | |/|
* | | Merge pull request #5901 from ashcrow/failed-whenScott Dodson2017-10-271-1/+1
|\ \ \
| * | | crio: Add failed_when to overlay checkSteve Milner2017-10-261-1/+1
* | | | Merge pull request #5904 from mtnbikenc/fix-openshift_releaseRussell Teague2017-10-271-1/+1
|\ \ \ \
| * | | | Correct openshift_release regular expressionRussell Teague2017-10-261-1/+1
* | | | | Merge pull request #5905 from ashcrow/restorcon-for-crioScott Dodson2017-10-271-0/+4
|\ \ \ \ \
| * | | | | crio: restorcon /var/lib/containersSteve Milner2017-10-261-0/+4
* | | | | | Merge pull request #5880 from giuseppe/fix-docker-crio-credentialsScott Dodson2017-10-271-0/+2
|\ \ \ \ \ \
| * | | | | | docker: set credentials when using system containerGiuseppe Scrivano2017-10-263-11/+15
* | | | | | | Merge pull request #5742 from mtnbikenc/refactor-checksScott Dodson2017-10-272-1/+6
|\ \ \ \ \ \ \
| * | | | | | | Refactor health check playbooksRussell Teague2017-10-122-1/+6
* | | | | | | | Merge pull request #5874 from mtnbikenc/fix-5675Scott Dodson2017-10-271-5/+0
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Remove 'Not Started' status from playbook checkpointRussell Teague2017-10-251-5/+0
* | | | | | | | Merge pull request #5890 from staebler/svc-cat-rc0.1.0Scott Dodson2017-10-271-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix CA Bundle passed to service-catalog broker for ansible-service-brokerstaebler2017-10-251-1/+1
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #5891 from mgugino-upstream-stage/dns-bind-interfacesMichael Gugino2017-10-272-1/+9
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Change dnsmasq to bind-interfaces + except-interfacesMichael Gugino2017-10-252-1/+9
* | | | | | | | Merge pull request #5885 from kwoodson/fix_image_cleanScott Dodson2017-10-261-7/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Moving removal of unwanted artifacts to image_prep.Kenny Woodson2017-10-251-7/+0
* | | | | | | | | Merge pull request #5882 from mgugino-upstream-stage/persistent-journald-logsScott Dodson2017-10-261-0/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Ensure journald persistence directories existMichael Gugino2017-10-251-0/+5
* | | | | | | | | | Merge pull request #5793 from tbielawa/openshift_management_moduleOpenShift Merge Robot2017-10-2612-83/+341
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | Fix lintTim Bielawa2017-10-201-2/+7
| * | | | | | | | | Move add_many_container_providers.yml to playbooks/byo/openshift-management w...Andrew Butcher2017-10-203-42/+2
| * | | | | | | | | Refactor adding multiple container providersTim Bielawa2017-10-206-53/+94
| * | | | | | | | | Management Cleanup and Provider IntegrationTim Bielawa2017-10-209-52/+304
* | | | | | | | | | Merge pull request #5856 from sngchlko/fix-typo-in-kuryrMichael Gugino2017-10-261-3/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix typo and add detailed comments in kuryrSeungcheol Ko2017-10-241-3/+3
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #5863 from mgugino-upstream-stage/fix-logging-loop-warningsOpenShift Merge Robot2017-10-261-12/+21
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix loop_var warnings during logging installMichael Gugino2017-10-241-12/+21
* | | | | | | | | | | Merge pull request #5655 from giuseppe/etcd-additional-bind-mountOpenShift Merge Robot2017-10-259-76/+33
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | etcd: remove hacks for the system containerGiuseppe Scrivano2017-10-239-76/+33
* | | | | | | | | | | | Merge pull request #5830 from abutcher/registry-deploymentOpenShift Merge Robot2017-10-251-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Ensure deployment_subtype is set within openshift_sanitize_inventory.Andrew Butcher2017-10-201-0/+2
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #5861 from mtnbikenc/fix-1505537Scott Dodson2017-10-251-27/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Remove pause from master service startupRussell Teague2017-10-251-27/+3
* | | | | | | | | | | | Merge pull request #5850 from mgugino-upstream-stage/remove-base-packageScott Dodson2017-10-252-11/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Remove base package installMichael Gugino2017-10-232-11/+0
* | | | | | | | | | | | Merge pull request #5573 from vshn/registryclaim1OpenShift Merge Robot2017-10-251-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Remove unused registry_volume_claim variableMichael Hanselmann2017-10-191-1/+0
* | | | | | | | | | | | | Merge pull request #5854 from sdodson/image-stream-syncScott Dodson2017-10-2567-215/+14386
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Sync latest imagestreams and templatesScott Dodson2017-10-2367-215/+14386
* | | | | | | | | | | | | Merge pull request #5810 from zgalor/refactor-prom-entryOpenShift Merge Robot2017-10-251-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Add installer checkpoint for prometheusZohar Galor2017-10-191-0/+7
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |