summaryrefslogtreecommitdiffstats
path: root/setup/projects/katrin/vars/pods.yml
diff options
context:
space:
mode:
Diffstat (limited to 'setup/projects/katrin/vars/pods.yml')
-rw-r--r--setup/projects/katrin/vars/pods.yml42
1 files changed, 0 insertions, 42 deletions
diff --git a/setup/projects/katrin/vars/pods.yml b/setup/projects/katrin/vars/pods.yml
deleted file mode 100644
index 1334242..0000000
--- a/setup/projects/katrin/vars/pods.yml
+++ /dev/null
@@ -1,42 +0,0 @@
-# First port is exposed
-
-pods:
- kaas:
- variant: "{{ ands_prefer_docker | default(false) | ternary('docker', 'centos') }}"
- centos:
- service: { host: "{{ katrin_node }}", ports: [ 80/8080, 443/8043 ] }
- sched: { replicas: 1, selector: { master: 1 } }
- selector: { master: 1 }
- images:
- - image: "centos/httpd-24-centos7"
- mappings:
- - { name: "etc", path: "apache2-kaas-centos", mount: "/etc/httpd" }
- - { name: "www", path: "kaas", mount: "/opt/rh/httpd24/root/var/www/html" }
- - { name: "log", path: "apache2-kaas", mount: "/var/log/httpd24" }
- probes:
- - { port: 8080, path: '/index.html' }
- docker:
- service: { host: "{{ katrin_node }}", ports: [ 80/8080, 443/8043 ] }
- sched: { replicas: 1, selector: { master: 1 } }
- selector: { master: 1 }
- images:
- - image: "httpd:2.2"
- mappings:
- - { name: "etc", path: "apache2-kaas-docker", mount: "/usr/local/apache2/conf" }
- - { name: "www", path: "kaas", mount: "/usr/local/apache2/htdocs" }
- - { name: "log", path: "apache2-kaas", mount: "/usr/local/apache2/logs" }
- probes:
- - { port: 8080, path: '/index.html' }
-
-#pods:
-# kaas: "{{ kaas_project_config.pod_variants[ ands_prefer_docker | default(false) | ternary(1, 0) ] }}"
-
-
-
-#oc:
-# - template: "[0-3]*"
-# - template: "[4-6]*"
-# - resource: "route/apache"
-# oc: "expose svc/kaas --name apache --hostname=apache.{{ openshift_master_default_subdomain }}"
-# - template: "*"
- \ No newline at end of file