summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted
Commit message (Collapse)AuthorAgeFilesLines
...
| * Modified base debug statements. Fixed oc_secret debug/verbose flag. Added ↵Kenny Woodson2017-02-283-20/+8
| | | | | | | | reencrypt for route.
| * Adding support for a route with certs and reencrypt.Kenny Woodson2017-02-282-1/+35
| |
* | Merge pull request #3515 from mtnbikenc/registry-pvc-fixRussell Teague2017-02-281-2/+3
|\ \ | |/ |/| BZ1427009: Correct fact creation for pvc
| * Correct fact creation for pvcRussell Teague2017-02-271-2/+3
| |
* | Merge pull request #3512 from mtnbikenc/hosted-registry-serviceScott Dodson2017-02-271-0/+13
|\ \ | | | | | | BZ1427040: Create hosted registry service
| * | Create hosted registry serviceRussell Teague2017-02-271-0/+13
| |/
* | Make s3_volume_mount available to set_fact callSteve Milner2017-02-271-2/+3
|/ | | | | | 7cf5cc14 cleaned up how the registry was being created. However the s3 cloudfront calls ended up setting and using a fact in the same block. This change makes s3_volume_mount available to the set_fact.
* Moving replica logic to filter_plugin to fix skipped task variable behavior.Kenny Woodson2017-02-272-1/+36
|
* openshift_hosted: Update tasks to use oc_ modulesRussell Teague2017-02-249-414/+274
|
* CloudFront oc_secret contents should be a listSteve Milner2017-02-221-2/+2
| | | | | Fixes "argument contents is of type <type 'dict'> and we were unable to convert to list"
* Merge pull request #3340 from etsauer/scale-routerScott Dodson2017-02-201-0/+24
|\ | | | | Making router pods scale with infra nodes
| * Removing trailing spacesEric Sauer2017-02-131-2/+2
| |
| * Making router pods scale with infra nodesEric Sauer2017-02-101-0/+24
| |
* | Register cloudfront privkey when requiredSteve Milner2017-02-163-11/+25
| |
* | Merge pull request #3291 from ashcrow/oc-route-moduleJan Chaloupka2017-02-141-8/+8
|\ \ | | | | | | [WIP] oc route commands now using the oc_route module
| * | oc route commands now using the oc_route moduleSteve Milner2017-02-141-8/+8
| | |
* | | Merge pull request #3306 from ingvagabund/oc_serviceJan Chaloupka2017-02-131-6/+5
|\ \ \ | |/ / |/| | replace 'oc service' command with its lib_openshift equivalent
| * | replace 'oc service' command with its lib_openshift equivalentJan Chaloupka2017-02-112-6/+6
| |/
* | Merge pull request #3300 from ashcrow/oc-secret-moduleJan Chaloupka2017-02-111-8/+11
|\ \ | | | | | | WIP: oc secrets now done via oc_secret module
| * | oc secrets now done via oc_secret moduleSteve Milner2017-02-102-8/+12
| |/
* | Replace service account secrets handling with oc_serviceaccount_secret moduleJan Chaloupka2017-02-103-20/+13
|/
* Copies CloudFront pem file to registry hostsSteve Milner2017-02-061-0/+21
| | | | | | | | | | | | | This change copies the CloudFront private key to registry hosts when the provider is set to s3 and CloudFront baseurl, privatekey, and keyparid are all provided. It also adds the following variable examples in the host inventory files: - openshift_hosted_registry_storage_s3_cloudfront_baseurl - openshift_hosted_registry_storage_s3_cloudfront_privatekeyfile - openshift_hosted_registry_storage_s3_cloudfront_keypairid See https://bugzilla.redhat.com/show_bug.cgi?id=1395168
* Move role dependencies out of playbooks for openshift_master, openshift_node ↵Andrew Butcher2017-01-091-1/+20
| | | | and openshift_hosted.
* Re-add when condition which was removed mistakenly in #3036Maciej Szulik2017-01-051-0/+1
|
* Fix jsonpath expected output when checking registry volume secretsMaciej Szulik2017-01-051-6/+5
| | | | | | In k8s 1.5 (see rebase PR: origin 12143) jsonpath output is slightly different than previously. Causing this line to fail. We need to pick secret or secretName when checking this task failure condition.
* YAML LintingRussell Teague2016-12-121-0/+1
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* Fix metricsPublicURL only being set correctly on first master.Devan Goodwin2016-12-011-1/+1
| | | | | | | | | | | | | Problem was caused by facts not being set for that master. To fix this patch cleans up the calculation of metricsPublicURL in general. Because this value is used in openshift_master to template into the master config file, we now define these facts more clearly in openshift_master_facts, and add a dependency on this to openshift_metrics. The calculation of default sub-domain is also changed to remove it from system facts (as neither of these are facts about the system) and instead use plain variables.
* Default hosted_registry_insecure true when insecure registry present in ↵Andrew Butcher2016-10-261-1/+1
| | | | existing /etc/sysconfig/docker.
* Merge pull request #2624 from abutcher/rm-hosted-registry-object-storage-varsScott Dodson2016-10-211-42/+42
|\ | | | | Reference full vars for registry object storage.
| * Reference full vars for registry object storage.Andrew Butcher2016-10-181-42/+42
| |
* | Switch from "oadm" to "oc adm" and fix bug in binary sync.Devan Goodwin2016-10-193-4/+4
|/ | | | | | | | Found bug syncing binaries to containerized hosts where if a symlink was pre-existing, but pointing to the wrong destination, it would not be corrected. Switched to using oc adm instead of oadm.
* formatting updates in templateTobias Brunner2016-10-141-1/+1
|
* adjustments in docs and j2 templateTobias Brunner2016-10-121-2/+2
|
* add regionendpoint parameter for registry s3Tobias Brunner2016-10-121-0/+3
|
* Fix config and namespace for registry volume detectionScott Dodson2016-10-101-2/+9
|
* Don't secure registry or deploy registry console when infra replics == 0Andrew Butcher2016-10-041-0/+1
|
* Merge pull request #2475 from smunilla/registry_all_the_timeScott Dodson2016-09-302-9/+49
|\ | | | | Install Registry by Default
| * Secure registry improvements.Andrew Butcher2016-09-292-9/+49
| | | | | | | | | | | | * Convert oc template calls to jsonpath. * Wait for deployments to finish before restarting docker. * Re-organize node ca configuration.
* | Enable registry support for image pruningAndrew Lau2016-09-301-0/+2
|/
* Add openshift_hosted_router_nameAndrew Lau2016-09-222-0/+5
|
* Add acceptschema2 and enforcequota settings for hosted registryAndrew Lau2016-09-101-0/+2
|
* Merge pull request #2428 from abutcher/s3-rootdirectoryScott Dodson2016-09-091-1/+1
|\ | | | | Bug 1367284 - rootdirectory configuration is hardcode when installer is using s3 as registry storage
| * Add option for specifying s3 registry storage root directory.Andrew Butcher2016-09-091-1/+1
| |
* | Set config/namespace where missing for secure registry deployment.Andrew Butcher2016-09-091-0/+4
|/
* Secure registry for atomic registry deployment (deployment_subtype=registry).Andrew Butcher2016-09-022-1/+90
|
* Fix registry volumeScott Dodson2016-08-241-1/+2
|
* Fix padding on registry configScott Dodson2016-08-171-1/+1
|
* Restrict the middleware stanza contains 'registry' and 'storage' at least on 3.3Gan Huang2016-08-101-1/+3
|
* docker-registry's middleware stanza should contain 'registry' and 'storage' ↵Gan Huang2016-08-101-0/+5
| | | | by default
* Move storage includes up to main.Andrew Butcher2016-08-081-0/+2
|