소스 검색

openshift_examples: remove unused vars

Vadim Rutkovsky 6 년 전
부모
커밋
5d434fa33d
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      roles/openshift_examples/defaults/main.yml

+ 0 - 3
roles/openshift_examples/defaults/main.yml

@@ -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 '' }}"