Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove openshift-common | Michael Gugino | 2017-09-06 | 2 | -8/+5 |
| | | | | | | | | | Most of this role's purpose was to set facts. The vast majority of these facts were simply redefining user-supplied variables. This commit also removes various artifacts leftover from previous versions, as well as variables that seem to be entirely unused. | ||||
* | Update openshift_hosted_routers example to be in ini format. | Andrew Butcher | 2017-08-30 | 2 | -76/+4 |
| | |||||
* | Merge pull request #5128 from mgugino-upstream-stage/reg-auth | Scott Dodson | 2017-08-29 | 1 | -0/+8 |
|\ | | | | | Add independent registry auth support | ||||
| * | Add independent registry auth support | Michael Gugino | 2017-08-28 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added the ability to support authentication for independent / 3rd party registries. This commit will allow users to provide a `oreg_auth_user` and `oreg_auth_password` to dynmically generate a docker config.json file. The docker config.json file can be used by openshift to authenticate to independent / 3rd party registries. `oreg_host` must supply endpoint connection info in the form of 'hostname.com:port', with (optional) port 443 default. To update the config.json on a later run, the user can specify `oreg_auth_credentials_replace=False` to update the credentials. These settings must be used in tandem with `oreg_url` Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1316341 | ||||
* | | Merge pull request #5214 from giuseppe/rename_crio_variable | Scott Dodson | 2017-08-29 | 2 | -2/+2 |
|\ \ | | | | | | | crio: rename openshift_docker_use_crio to openshift_use_crio | ||||
| * | | cri-o: rename openshift_docker_use_crio to openshift_use_crio | Giuseppe Scrivano | 2017-08-25 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | It is confusing to have _docker_ in the name, since they are two different backends. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
* | | | Merge pull request #5201 from mtnbikenc/remove-unsupported | Russell Teague | 2017-08-29 | 11 | -2644/+1 |
|\ \ \ | |_|/ |/| | | Remove unsupported playbooks and utilities | ||||
| * | | Remove unsupported playbooks and utilities | Russell Teague | 2017-08-25 | 11 | -2644/+1 |
| |/ | |||||
* | | Merge pull request #5033 from ashcrow/system-images-registry-followup | Scott Dodson | 2017-08-28 | 2 | -0/+6 |
|\ \ | | | | | | | System images registry followup | ||||
| * | | inventory: Add system_images_registry example | Steve Milner | 2017-08-25 | 2 | -0/+6 |
| |/ | | | | | | | | | | | | | | | | | system_images_registry is required for system container installations but no example was put in the inventory files. This change adds a note saying the variable is required when using system containers and provides an example. Ref: https://github.com/openshift/openshift-ansible/pull/5024 | ||||
* / | Fix origin metrics and logging container version | Gevorg | 2017-08-26 | 1 | -2/+2 |
|/ | | | The docker image version for the metric and logging containers are prefixed with a "v". Not having adding the "v" fails to deploy the logging and metrics containers. | ||||
* | Merge pull request #5135 from makentenza/build-defaults-issue | Scott Dodson | 2017-08-18 | 2 | -4/+4 |
|\ | | | | | Change memory requests and limits units | ||||
| * | Change memory requests and limits units | Marcos Entenza | 2017-08-18 | 2 | -4/+4 |
| | | |||||
* | | examples: use the correct variable name | Giuseppe Scrivano | 2017-08-03 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
* | | cri-o: allow to override CRI-O image indipendently from Docker | Giuseppe Scrivano | 2017-08-03 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
* | | inventory: Add use_crio example | Steve Milner | 2017-08-03 | 2 | -2/+10 |
| | | |||||
* | | Merge pull request #4700 from sdodson/rate-limit | OpenShift Bot | 2017-08-01 | 2 | -0/+14 |
|\ \ | | | | | | | Merged by openshift-bot | ||||
| * | | Add rate limit configurability | Scott Dodson | 2017-07-06 | 2 | -0/+14 |
| | | | |||||
* | | | Fixing storageclass doc variable. | Kenny Woodson | 2017-07-31 | 2 | -2/+2 |
| | | | |||||
* | | | Remove unsupported parameters from example inventory files. | Jose A. Rivera | 2017-07-25 | 5 | -28/+28 |
| | | | | | | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | ||||
* | | | Allow storage migrations to be optional and/or non fatal | Scott Dodson | 2017-07-24 | 2 | -0/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | Allow configuration of these options, these are their defaults openshift_upgrade_pre_storage_migration_enabled=true openshift_upgrade_post_storage_migration_enabled=true openshift_upgrade_pre_storage_migration_fatal=true openshift_upgrade_post_storage_migration_fatal=false | ||||
* | | | Support enabling the centos-openshift-origin-testing repository | David Moreau-Simard | 2017-07-23 | 2 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | New versions of Origin land in the -testing repository before they are tagged for release. This effectively adds the ability to easily test a new unreleased version (currently in this case 1.5.1) by enabling the correct repository if 'openshift_repos_enable_testing' is true. | ||||
* | | | Merge pull request #4757 from sosiouxme/20170703-docker-storage-overlay2 | Scott Dodson | 2017-07-20 | 2 | -0/+10 |
|\ \ \ | | | | | | | | | openshift_checks/docker_storage: overlay/2 support | ||||
| * | | | docker: fix docker_selinux_enabled | Luke Meyer | 2017-07-18 | 2 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | Document the option so that those who want to run on OverlayFS can find it. Fix the task so that setting it to False isn't interpreted as true. | ||||
* | | | | Merge pull request #4769 from jarrpa/glusterfs-fixes-five | Scott Dodson | 2017-07-18 | 5 | -19/+129 |
|\ \ \ \ | | | | | | | | | | | GlusterFS fixes 5 | ||||
| * | | | | GlusterFS: Improve and extend example inventory files | Jose A. Rivera | 2017-07-14 | 5 | -19/+129 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | ||||
* | | | | | Update image-gc-high-threshold value | Derek Carr | 2017-07-18 | 2 | -2/+2 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #4762 from tbielawa/bz1470165_bz1468424 | OpenShift Bot | 2017-07-18 | 2 | -2/+18 |
|\ \ \ \ | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | Fix NO_PROXY environment variable setting | Tim Bielawa | 2017-07-17 | 2 | -2/+18 |
| |/ / / | |||||
* | | | | Merge pull request #4594 from kwoodson/encryption | OpenShift Bot | 2017-07-17 | 2 | -0/+14 |
|\ \ \ \ | |/ / / |/| | | | Merged by openshift-bot | ||||
| * | | | Merge branch 'master' into encryption | Kenny Woodson | 2017-07-05 | 2 | -0/+8 |
| |\| | | |||||
| * | | | Adding disk encryption to storageclasses and to openshift registry | Kenny Woodson | 2017-06-29 | 2 | -0/+14 |
| | | | | |||||
* | | | | GlusterFS: Add updated example hosts files | Jose A. Rivera | 2017-07-08 | 3 | -0/+115 |
| |/ / |/| | | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | ||||
* | | | Run dns on the node and use that for dnsmasq | Scott Dodson | 2017-06-30 | 2 | -0/+8 |
|/ / | |||||
* | | Merge pull request #4516 from kwoodson/limit_refs | OpenShift Bot | 2017-06-22 | 2 | -0/+6 |
|\ \ | | | | | | | Merged by openshift-bot | ||||
| * | | Adding option for serviceAccountConfig.limitSecretReferences | Kenny Woodson | 2017-06-20 | 2 | -0/+6 |
| | | | |||||
* | | | Merge pull request #4510 from ashcrow/system-container-inventory | OpenShift Bot | 2017-06-22 | 2 | -0/+22 |
|\ \ \ | | | | | | | | | Merged by openshift-bot | ||||
| * | | | doc: Add system_container examples to inventory | Steve Milner | 2017-06-20 | 2 | -0/+22 |
| |/ / | |||||
* / / | remove extra close brace in example inventory | gpei | 2017-06-21 | 2 | -2/+2 |
|/ / | |||||
* | | Merge pull request #4458 from git001/more-auditlog-params | Scott Dodson | 2017-06-15 | 2 | -0/+12 |
|\ \ | | | | | | | Add the other featured audit-config paramters as example | ||||
| * | | Add the the other featured audit-config paramters as example | Aleks | 2017-06-15 | 2 | -0/+12 |
| | | | |||||
* | | | First POC of a CFME turnkey solution in openshift-anisble | Tim Bielawa | 2017-06-14 | 2 | -0/+14 |
|/ / | |||||
* | | Merge pull request #4245 from jarrpa/glusterfs-fixes | OpenShift Bot | 2017-06-14 | 1 | -1/+1 |
|\ \ | | | | | | | Merged by openshift-bot | ||||
| * | | GlusterFS: Improve documentation | Jose A. Rivera | 2017-06-13 | 1 | -1/+1 |
| |/ | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | ||||
* | | Merge pull request #4302 from ewolinetz/pv_node_selectors | OpenShift Bot | 2017-06-13 | 2 | -0/+8 |
|\ \ | |/ |/| | Merged by openshift-bot | ||||
| * | Allowing openshift_metrics to specify PV selectors and allow way to define ↵ | ewolinetz | 2017-05-26 | 2 | -0/+8 |
| | | | | | | | | selectors when creating pv | ||||
* | | Merge pull request #4252 from sdodson/tolerate-node-upgrade-failure | OpenShift Bot | 2017-06-06 | 2 | -0/+58 |
|\ \ | | | | | | | Merged by openshift-bot | ||||
| * | | Add separate variables for control plane nodes | Scott Dodson | 2017-05-22 | 2 | -2/+10 |
| | | | |||||
| * | | Tolerate failures in the node upgrade playbook | Scott Dodson | 2017-05-19 | 2 | -0/+50 |
| | | | |||||
* | | | show correct default value in inventory | Mark McKinstry | 2017-06-01 | 2 | -8/+8 |
| | | |