summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2431 from elyscape/2430-always-dedupe-cert-namesAndrew Butcher2016-09-121-1/+1
|\
| * Always deduplicate detected certificate namesEli Young2016-09-091-1/+1
* | Merge pull request #2432 from andrewklau/masterScott Dodson2016-09-123-0/+6
|\ \
| * | Add acceptschema2 and enforcequota settings for hosted registryAndrew Lau2016-09-103-0/+6
|/ /
* | Merge pull request #2428 from abutcher/s3-rootdirectoryScott Dodson2016-09-093-1/+3
|\ \ | |/ |/|
| * Add option for specifying s3 registry storage root directory.Andrew Butcher2016-09-093-1/+3
* | Merge pull request #2425 from dgoodwin/flush-handlersScott Dodson2016-09-091-0/+2
|\ \
| * | Flush handlers before marking a node schedulable after upgrade.Devan Goodwin2016-09-091-0/+2
| |/
* | Merge pull request #2427 from abutcher/BZ1298336Scott Dodson2016-09-091-0/+4
|\ \
| * | Set config/namespace where missing for secure registry deployment.Andrew Butcher2016-09-091-0/+4
| |/
* | Merge pull request #2422 from abutcher/manage-node-hostnamesAndrew Butcher2016-09-092-8/+4
|\ \
| * | Iterate over node inventory hostnames instead of openshift.common.hostname wi...Andrew Butcher2016-09-082-8/+4
| |/
* | Merge pull request #2418 from sdodson/branchesScott Dodson2016-09-081-0/+9
|\ \
| * | Explain our branching strategyScott Dodson2016-09-071-0/+9
* | | Merge pull request #2398 from mkumatag/fix_warningsScott Dodson2016-09-083-6/+17
|\ \ \ | |_|/ |/| |
| * | Fix warningsManjunath A Kumatagi2016-09-073-6/+17
* | | Merge pull request #2417 from abutcher/manage-node-kubeconfigAndrew Butcher2016-09-072-8/+33
|\ \ \
| * | | Don't loop over hostvars when setting node schedulability.Andrew Butcher2016-09-072-7/+6
| * | | Copy admin kubeconfig in openshift_manage_node role.Andrew Butcher2016-09-071-1/+27
|/ / /
* | | Merge pull request #2413 from tbielawa/GH2401_PersistentVolumesJason DeTiberus2016-09-071-1/+4
|\ \ \ | |_|/ |/| |
| * | Adjust to_padded_yaml transformation to use the AnsibleDumperTim Bielawa2016-09-071-1/+4
|/ /
* | Merge pull request #2409 from abutcher/secure-registryScott Dodson2016-09-045-13/+213
|\ \
| * | Secure registry for atomic registry deployment (deployment_subtype=registry).Andrew Butcher2016-09-025-13/+213
* | | Merge pull request #2405 from tbielawa/FixFilterErrorStringSubstitutionTim Bielawa2016-09-021-1/+1
|\ \ \
| * | | Fix string substitution error in the to_padded_yaml filterTim Bielawa2016-09-021-1/+1
* | | | Merge pull request #2406 from sdodson/record-schedulabilityScott Dodson2016-09-021-1/+13
|\ \ \ \
| * | | | Record schedulability of node prior to upgrade and re-set it to thatScott Dodson2016-09-021-1/+13
* | | | | Merge pull request #2402 from sdodson/image-stream-syncScott Dodson2016-09-029-314/+254
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update image stream dataScott Dodson2016-09-029-314/+254
| |/ / /
* | | | Merge pull request #2202 from richm/logging-1.3Scott Dodson2016-09-023-33/+122
|\ \ \ \ | |/ / / |/| | |
| * | | initial support for v1.3 with logging v1.3Rich Megginson2016-09-013-33/+122
| | |/ | |/|
* | | Merge pull request #2400 from liggitt/ops-typoScott Dodson2016-09-022-3/+3
|\ \ \ | |/ / |/| |
| * | Fix ops/qps typoJordan Liggitt2016-09-022-3/+3
|/ /
* | Merge pull request #2379 from tbielawa/FixBZ1339624Scott Dodson2016-09-011-4/+22
|\ \
| * | Only prompt for proxy vars if none are set and our version recognizes themTim Bielawa2016-09-011-4/+22
* | | Merge pull request #2198 from richm/various-logging-enhancementsScott Dodson2016-09-011-2/+13
|\ \ \ | |/ / |/| |
| * | skip if the objects already existRich Megginson2016-07-221-0/+4
| * | create and process the logging deployer template in the current project, loggingRich Megginson2016-07-221-2/+2
| * | do not create logging project if it already existsRich Megginson2016-07-221-0/+7
* | | Merge pull request #2313 from mdanter/unschedulableMasterAsNodeScott Dodson2016-09-011-1/+1
|\ \ \
| * | | This fixes an issue in AWS where the master node was not part of the nodes in...Matyas Danter2016-08-301-1/+1
* | | | Merge pull request #2365 from sdodson/dont-use-additional-registryScott Dodson2016-09-012-8/+4
|\ \ \ \
| * | | | Don't advise people to use additional registries over oreg_urlScott Dodson2016-09-012-8/+4
* | | | | Merge pull request #2382 from abutcher/nuage-checkScott Dodson2016-09-011-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix nuage check.Andrew Butcher2016-08-291-2/+2
* | | | | Merge pull request #2347 from brenton/BZ1369410Scott Dodson2016-09-011-16/+18
|\ \ \ \ \
| * | | | | Bug 1369410 - uninstall fail at task [restart docker] on atomic-hostBrenton Leanhardt2016-08-231-16/+18
* | | | | | Merge pull request #2396 from tbielawa/BZ1372388Scott Dodson2016-09-011-0/+6
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Persist net.ipv4.ip_forward sysctl entry for openshift nodesTim Bielawa2016-09-011-0/+6
* | | | | | Merge pull request #2395 from mkumatag/uninstall_flannelScott Dodson2016-09-011-0/+5
|\ \ \ \ \ \