summaryrefslogtreecommitdiffstats
path: root/roles/openshift_facts/defaults
Commit message (Collapse)AuthorAgeFilesLines
* Verify that requested services have schedulable nodes matching the selectorsVadim Rutkovsky2018-02-101-0/+3
| | | | Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com>
* ensure containerized bools are castMichael Gugino2018-01-081-1/+1
|
* Remove references to deployment_typeMichael Gugino2017-12-211-2/+2
| | | | | | | Move openshift_deployment_type check into sanity_check action plugin. Remove compatibility for deployment_type. deployment_type has been deprecated for some time now.
* Move validate_hosts to prerequisites.ymlMichael Gugino2017-12-201-0/+3
| | | | | | Move more checks outside of init/main.yml for speeding up upgrades and other operational plays that need to run.
* Remove openshift.common.{is_atomic|is_containerized}Michael Gugino2017-12-201-0/+2
| | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase.
* Fix hosted_reg_router selectorsMichael Gugino2017-12-181-5/+0
| | | | | | This commit removes duplicate (and incorrect) assignment of openshift_hosted_registry_selector and openshift_hosted_router_selector
* Remove openshift.common.service_typeMichael Gugino2017-12-071-0/+6
| | | | | | | | This commit removes openshift.common.service_type in favor of openshift_service_type. This commit also removes r_openshift_excluder_service_type from plays in favor of using the role's defaults.
* Fix hosted varsMichael Gugino2017-12-051-0/+94
| | | | | | Remove hosted vars from openshift_facts. The current pattern is causing a bunch of undesired sideffects.
* Remove openshift.common.cli_imageMichael Gugino2017-11-271-0/+6
| | | | | This commit removes openshift.common.cli_image in favor of openshift_cli_image.
* Removing tasks from module openshift_facts.Kenny Woodson2017-08-041-2/+0
|
* system_containers: Add openshift_ to use_system_containers varSteve Milner2017-06-201-1/+1
|
* atomic-openshift: install as a system containerGiuseppe Scrivano2017-02-101-0/+2
Use use_system_containers=true in the inventory file alternatively you can select each component as: use_openvswitch_system_container=true use_node_system_container=true use_master_system_container=true system_images_registry holds the registry from where to fetch system containers. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>