|
@@ -20,9 +20,6 @@ db_templates_base: "{{ examples_base }}/db-templates"
|
|
|
xpaas_image_streams: "{{ examples_base }}/xpaas-streams/"
|
|
|
xpaas_templates_base: "{{ examples_base }}/xpaas-templates"
|
|
|
quickstarts_base: "{{ examples_base }}/quickstart-templates"
|
|
|
-infrastructure_origin_base: "{{ examples_base }}/infrastructure-templates/origin"
|
|
|
-infrastructure_enterprise_base: "{{ examples_base }}/infrastructure-templates/enterprise"
|
|
|
-cockpit_ui_base: "{{ examples_base }}/infrastructure-templates/enterprise"
|
|
|
|
|
|
openshift_examples_import_command: "create"
|
|
|
registry_host: "{{ openshift_examples_registryurl.split('/')[0] if '.' in openshift_examples_registryurl.split('/')[0] else '' }}"
|