summaryrefslogtreecommitdiff
path: root/inventory/byo/hosts.ose.example
AgeCommit message (Collapse)Author
2017-10-06Stop including origin and ose hosts example fileScott Dodson
It's a pain keeping these two in sync so just mention the differences as necessary.
2017-10-05Merge pull request #5336 from tbielawa/cfme_4.6OpenShift Merge Robot
Automatic merge from submit-queue. Cfme 4.6 # Description * Implements support for **CFME 4.6** in OCP 3.7 * **Replaces** the Tech Preview CFME 4.5 release included in OCP 3.6 * Does not support graceful migrations from the CFME 4.5 tech preview release # References * [Trello - (5) Integrate CFME 4.6 into OCP Installation](https://trello.com/c/Rzfn5Qa8/380-5-integrate-cfme-46-into-ocp-installation) Ensure the following RFE/Errors do not happen again - [x] #4555 - Error creating the CFME user - [x] #4556 - Error in PV template evaluation - [x] #4822 - Changing `maxImagesBulkImportedPerRepository` parameter - [x] #4568 - Add NFS directory support # Features Ensure the following features are configurable in the role - [x] POC deployments can easily default to NFS storage - [ ] Production/Cloud deployments can use automatic storage providers - [ ] Able to select between podified vs. external PostgreSQL database (podified uses configured storage mechanism) - [x] Template resource requests can be overridden for POC deployments
2017-10-04Update hosts.ose.exampleErick Almeida
2017-10-04Remove the no-longer-used App/DB pv size override variables from inventoriesTim Bielawa
2017-10-04DocumentationTim Bielawa
* Update README * Add parameter docs to inventory examples * Remove unused graphic * Update defaults
2017-10-03Document that nfs_directory must conform to DNS-1123Scott Dodson
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1488366
2017-09-28Merge pull request #5508 from sdodson/disable-image-streamsOpenShift Merge Robot
Automatic merge from submit-queue. Allow examples management to be disabled By setting openshift_install_examples=false the image stream and quick start templates will not be installed https://trello.com/c/zLaSgxig/436-2-customers-need-a-way-to-opt-out-of-openshift-ansible-template-and-imagestream-mangement Fixes #5061
2017-09-27OpenShift-Ansible Installer CheckpointingRussell Teague
- Added installer_checkpoint role and callback plugin - Added checkpoint 'Start' and 'End' plays to each installation phase Additional items related to enabling proper checkpointing: - Removed openshift_set_hostname and related task (related to 3.0) - Added openshift-hosted entry point playbook - Moved openshift metrics and logging out of openshift_hosted playbook - Moved API Aggregation play to master install
2017-09-22Allow examples management to be disabledScott Dodson
2017-09-22Merge pull request #5176 from ewolinetz/deprecate_log_met_varsOpenShift Merge Robot
Automatic merge from submit-queue Creating structure to warn for use of deprecated variables and set th… …em in a single location before they are no longer honored Implementation of https://trello.com/c/XKOGHSkP/460-3-deprecate-openshifthostedloggingmetrics-installer-variables Tried to implement this in a way such that we can easily and cleanly add/remove variables in the future for any role we choose. Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1449812 https://bugzilla.redhat.com/show_bug.cgi?id=1464349
2017-09-22Merge pull request #5354 from ashcrow/crio-systemcontainer-image-overrideOpenShift Merge Robot
Automatic merge from submit-queue cri-o: Allow full image override ``openshift_crio_systemcontainer_image_registry_override`` has been replaced with ``openshift_crio_systemcontainer_image_override``. The difference is ``openshift_crio_systemcontainer_image_override`` takes a full image path including the tag. Example: ``` openshift_crio_systemcontainer_image_override=gscrivano/cri-o-centos:latest ```
2017-09-20Creating structure to warn for use of deprecated variables and set them in a ↵Eric Wolinetz
single location before they are no longer honored
2017-09-15inventory: Update network variable docSteve Milner
Signed-off-by: Steve Milner <smilner@redhat.com>
2017-09-14inventory: Update versions to 3.7Steve Milner
Updated the versions in inventory to point to 3.7 by default since 3.6 has already been released. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1491592 Signed-off-by: Steve Milner <smilner@redhat.com>
2017-09-12cri-o: Allow full image overrideSteve Milner
openshift_crio_systemcontainer_image_registry_override has been replaced with openshift_crio_systemcontainer_image_override. The difference is openshift_crio_systemcontainer_image_override takes a full image path including the tag. Example: openshift_crio_systemcontainer_image_override=gscrivano/cri-o-centos:latest
2017-09-11Merge pull request #5356 from ↵OpenShift Bot
ashcrow/openshift-docker-systemcontainer-image-override Merged by openshift-bot
2017-09-11container-engine: Allow full image overrideSteve Milner
openshift_docker_systemcontainer_image_registry_override has been replaced with openshift_docker_systemcontainer_image_override. The difference is openshift_docker_systemcontainer_image_override takes a full image path including the tag. Example: openshift_docker_systemcontainer_image_override=gscrivano/container-engine:latest Signed-off-by: Steve Milner <smilner@redhat.com>
2017-09-08inventory: Denote new required upgrade variablesSteve Milner
2017-09-06Remove openshift-commonMichael Gugino
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.
2017-08-30Update openshift_hosted_routers example to be in ini format.Andrew Butcher
2017-08-29Merge pull request #5128 from mgugino-upstream-stage/reg-authScott Dodson
Add independent registry auth support
2017-08-29Merge pull request #5214 from giuseppe/rename_crio_variableScott Dodson
crio: rename openshift_docker_use_crio to openshift_use_crio
2017-08-28Add independent registry auth supportMichael Gugino
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
2017-08-25inventory: Add system_images_registry exampleSteve Milner
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
2017-08-25cri-o: rename openshift_docker_use_crio to openshift_use_crioGiuseppe Scrivano
It is confusing to have _docker_ in the name, since they are two different backends. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-08-18Merge pull request #5135 from makentenza/build-defaults-issueScott Dodson
Change memory requests and limits units
2017-08-18Change memory requests and limits unitsMarcos Entenza
2017-08-03examples: use the correct variable nameGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-08-03cri-o: allow to override CRI-O image indipendently from DockerGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-08-03inventory: Add use_crio exampleSteve Milner
2017-08-01Merge pull request #4700 from sdodson/rate-limitOpenShift Bot
Merged by openshift-bot
2017-07-31Fixing storageclass doc variable.Kenny Woodson
2017-07-24Allow storage migrations to be optional and/or non fatalScott Dodson
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
2017-07-23Support enabling the centos-openshift-origin-testing repositoryDavid Moreau-Simard
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.
2017-07-20Merge pull request #4757 from sosiouxme/20170703-docker-storage-overlay2Scott Dodson
openshift_checks/docker_storage: overlay/2 support
2017-07-18Update image-gc-high-threshold valueDerek Carr
2017-07-18docker: fix docker_selinux_enabledLuke Meyer
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.
2017-07-18Merge pull request #4762 from tbielawa/bz1470165_bz1468424OpenShift Bot
Merged by openshift-bot
2017-07-17Fix NO_PROXY environment variable settingTim Bielawa
2017-07-06Add rate limit configurabilityScott Dodson
2017-07-05Merge branch 'master' into encryptionKenny Woodson
2017-06-30Run dns on the node and use that for dnsmasqScott Dodson
2017-06-29Adding disk encryption to storageclasses and to openshift registryKenny Woodson
2017-06-22Merge pull request #4516 from kwoodson/limit_refsOpenShift Bot
Merged by openshift-bot
2017-06-22Merge pull request #4510 from ashcrow/system-container-inventoryOpenShift Bot
Merged by openshift-bot
2017-06-21remove extra close brace in example inventorygpei
2017-06-20Adding option for serviceAccountConfig.limitSecretReferencesKenny Woodson
2017-06-20doc: Add system_container examples to inventorySteve Milner
2017-06-15Merge pull request #4458 from git001/more-auditlog-paramsScott Dodson
Add the other featured audit-config paramters as example
2017-06-15Add the the other featured audit-config paramters as exampleAleks