summaryrefslogtreecommitdiffstats
path: root/inventory
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5128 from mgugino-upstream-stage/reg-authScott Dodson2017-08-291-0/+8
|\ | | | | Add independent registry auth support
| * Add independent registry auth supportMichael Gugino2017-08-281-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_variableScott Dodson2017-08-292-2/+2
|\ \ | | | | | | crio: rename openshift_docker_use_crio to openshift_use_crio
| * | cri-o: rename openshift_docker_use_crio to openshift_use_crioGiuseppe Scrivano2017-08-252-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-unsupportedRussell Teague2017-08-2911-2644/+1
|\ \ \ | |_|/ |/| | Remove unsupported playbooks and utilities
| * | Remove unsupported playbooks and utilitiesRussell Teague2017-08-2511-2644/+1
| |/
* | Merge pull request #5033 from ashcrow/system-images-registry-followupScott Dodson2017-08-282-0/+6
|\ \ | | | | | | System images registry followup
| * | inventory: Add system_images_registry exampleSteve Milner2017-08-252-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 versionGevorg2017-08-261-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-issueScott Dodson2017-08-182-4/+4
|\ | | | | Change memory requests and limits units
| * Change memory requests and limits unitsMarcos Entenza2017-08-182-4/+4
| |
* | examples: use the correct variable nameGiuseppe Scrivano2017-08-032-2/+2
| | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* | cri-o: allow to override CRI-O image indipendently from DockerGiuseppe Scrivano2017-08-032-0/+2
| | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* | inventory: Add use_crio exampleSteve Milner2017-08-032-2/+10
| |
* | Merge pull request #4700 from sdodson/rate-limitOpenShift Bot2017-08-012-0/+14
|\ \ | | | | | | Merged by openshift-bot
| * | Add rate limit configurabilityScott Dodson2017-07-062-0/+14
| | |
* | | Fixing storageclass doc variable.Kenny Woodson2017-07-312-2/+2
| | |
* | | Remove unsupported parameters from example inventory files.Jose A. Rivera2017-07-255-28/+28
| | | | | | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* | | Allow storage migrations to be optional and/or non fatalScott Dodson2017-07-242-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 repositoryDavid Moreau-Simard2017-07-232-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-overlay2Scott Dodson2017-07-202-0/+10
|\ \ \ | | | | | | | | openshift_checks/docker_storage: overlay/2 support
| * | | docker: fix docker_selinux_enabledLuke Meyer2017-07-182-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-fiveScott Dodson2017-07-185-19/+129
|\ \ \ \ | | | | | | | | | | GlusterFS fixes 5
| * | | | GlusterFS: Improve and extend example inventory filesJose A. Rivera2017-07-145-19/+129
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* | | | | Update image-gc-high-threshold valueDerek Carr2017-07-182-2/+2
| |/ / / |/| | |
* | | | Merge pull request #4762 from tbielawa/bz1470165_bz1468424OpenShift Bot2017-07-182-2/+18
|\ \ \ \ | | | | | | | | | | Merged by openshift-bot
| * | | | Fix NO_PROXY environment variable settingTim Bielawa2017-07-172-2/+18
| |/ / /
* | | | Merge pull request #4594 from kwoodson/encryptionOpenShift Bot2017-07-172-0/+14
|\ \ \ \ | |/ / / |/| | | Merged by openshift-bot
| * | | Merge branch 'master' into encryptionKenny Woodson2017-07-052-0/+8
| |\ \ \ | | |/ /
| * | | Adding disk encryption to storageclasses and to openshift registryKenny Woodson2017-06-292-0/+14
| | | |
* | | | GlusterFS: Add updated example hosts filesJose A. Rivera2017-07-083-0/+115
| |/ / |/| | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* | | Run dns on the node and use that for dnsmasqScott Dodson2017-06-302-0/+8
|/ /
* | Merge pull request #4516 from kwoodson/limit_refsOpenShift Bot2017-06-222-0/+6
|\ \ | | | | | | Merged by openshift-bot
| * | Adding option for serviceAccountConfig.limitSecretReferencesKenny Woodson2017-06-202-0/+6
| | |
* | | Merge pull request #4510 from ashcrow/system-container-inventoryOpenShift Bot2017-06-222-0/+22
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | doc: Add system_container examples to inventorySteve Milner2017-06-202-0/+22
| |/ /
* | | remove extra close brace in example inventorygpei2017-06-212-2/+2
|/ /
* | Merge pull request #4458 from git001/more-auditlog-paramsScott Dodson2017-06-152-0/+12
|\ \ | | | | | | Add the other featured audit-config paramters as example
| * | Add the the other featured audit-config paramters as exampleAleks2017-06-152-0/+12
| | |
* | | First POC of a CFME turnkey solution in openshift-anisbleTim Bielawa2017-06-142-0/+14
|/ /
* | Merge pull request #4245 from jarrpa/glusterfs-fixesOpenShift Bot2017-06-141-1/+1
|\ \ | | | | | | Merged by openshift-bot
| * | GlusterFS: Improve documentationJose A. Rivera2017-06-131-1/+1
| |/ | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* | Merge pull request #4302 from ewolinetz/pv_node_selectorsOpenShift Bot2017-06-132-0/+8
|\ \ | |/ |/| Merged by openshift-bot
| * Allowing openshift_metrics to specify PV selectors and allow way to define ↵ewolinetz2017-05-262-0/+8
| | | | | | | | selectors when creating pv
* | Merge pull request #4252 from sdodson/tolerate-node-upgrade-failureOpenShift Bot2017-06-062-0/+58
|\ \ | | | | | | Merged by openshift-bot
| * | Add separate variables for control plane nodesScott Dodson2017-05-222-2/+10
| | |
| * | Tolerate failures in the node upgrade playbookScott Dodson2017-05-192-0/+50
| | |
* | | show correct default value in inventoryMark McKinstry2017-06-012-8/+8
| | |
* | | Merge pull request #4234 from vshn/feature/oreg_url_masternodeOpenShift Bot2017-05-262-1/+8
|\ \ \ | |_|/ |/| | Merged by openshift-bot
| * | allow to configure oreg_url specifically for node or master. refs #4233Tobias Brunner2017-05-192-1/+8
| |/ | | | | | | | | | | | | | | | | This commit allows to specify imageConfig.format specifically for master or for nodes. One use case of this could be if you want to use customer builder images. In this case imageConfig.format only needs to be changed in the master-config.yml but not in the node-config.yml.