summaryrefslogtreecommitdiffstats
path: root/roles/openshift_facts/defaults
Commit message (Collapse)AuthorAgeFilesLines
* 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>