]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
Pixelpark - removed some hosts
authorOliver Böttcher <oliver.boettcher@pixelpark.com>
Thu, 30 Nov 2017 08:31:14 +0000 (09:31 +0100)
committerOliver Böttcher <oliver.boettcher@pixelpark.com>
Thu, 30 Nov 2017 08:31:14 +0000 (09:31 +0100)
customer/pixelpark/streamingmedia01.pixelpark.net.yaml [deleted file]
customer/pixelpark/streamingmedia02.pixelpark.net.yaml [deleted file]
customer/pixelpark/vm04-olli.pixelpark.com.yaml [deleted file]

diff --git a/customer/pixelpark/streamingmedia01.pixelpark.net.yaml b/customer/pixelpark/streamingmedia01.pixelpark.net.yaml
deleted file mode 100644 (file)
index 3b0442d..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
----
-infra::role: base
diff --git a/customer/pixelpark/streamingmedia02.pixelpark.net.yaml b/customer/pixelpark/streamingmedia02.pixelpark.net.yaml
deleted file mode 100644 (file)
index 3b0442d..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
----
-infra::role: base
diff --git a/customer/pixelpark/vm04-olli.pixelpark.com.yaml b/customer/pixelpark/vm04-olli.pixelpark.com.yaml
deleted file mode 100644 (file)
index d7e2cfd..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
----
-
-infra::role: base
-infra::additional_classes:
-  - infra::profile::apache
-  - apache::mod::wsgi
-
-apache::default_vhost: false
-
-
-apache::mod::wsgi::wsgi_python_home: /www/apps/python-venv-portal-esysta-com
-
-infra::profile::apache::vhosts:
-  esysta:
-    servername: portal-esysta-com.pixelpark.net
-    serveraliases:
-      - portal.esysta.com
-    docroot: '/var/www/esysta'
-    ip: 217.66.51.181
-    port: 80
-    directories:
-      - directory_root:
-        provider: directory
-        path: '/var/www/esysta'
-        options:
-          - FollowSymLinks
-          - MultiViews
-        allow_override:
-          - All
-    wsgi_daemon_process: staffsite
-    wsgi_daemon_process_options:
-      processes: 2
-      threads: 15
-      display-name: "%%{BLUBB}{GROUP}"
-      maximum-requests: 10000
-      python-path: "/www/apps/python-venv-portal-esysta-com/lib/python2.6/site-packages:/www/htdocs/portal.esysta.com/docs/portal_esysta_com/lib"
-    wsgi_process_group: staffsite
-    wsgi_script_aliases:
-      '/': '/www/htdocs/portal.esysta.com/docs/portal_esysta_com/lib/support/wsgi.py'
-
-  esysta_ssl:
-    servername: portal-esysta-com.pixelpark.net
-    serveraliases:
-      - portal.esysta.com
-    docroot: '/var/www/esysta'
-    ip: 217.66.51.181
-    port: 443
-    ssl: true
-    cert_servername: 'wildcard.pixelpark.net'
-    cert_customer: 'pixelpark'
-    ssl_cert: /etc/pki/tls/certs/wildcard.pixelpark.net-cert.pem
-    ssl_chain: /etc/pki/tls/certs/wildcard.pixelpark.net-cert.pem
-    ssl_key: /etc/pki/tls/private/wildcard.pixelpark.net-key.pem
-    directories:
-      - directory_root:
-        provider: directory
-        path: '/var/www/esysta'
-        options:
-          - FollowSymLinks
-          - MultiViews
-        allow_override:
-          - All
-    wsgi_daemon_process: staffsite_ssl
-    wsgi_daemon_process_options:
-      processes: 2
-      threads: 15
-      display-name: "%%{BLUBB}{GROUP}"
-      maximum-requests: 10000
-      python-path: "/www/apps/python-venv-portal-esysta-com/lib/python2.6/site-packages:/www/htdocs/portal.esysta.com/docs/portal_esysta_com/lib"
-    wsgi_process_group: staffsite_ssl
-    wsgi_script_aliases:
-      '/': '/www/htdocs/portal.esysta.com/docs/portal_esysta_com/lib/support/wsgi.py'