]> Frank Brehm's Git Trees - pixelpark/create-terraform.git/commitdiff
Adding example/stage-cb-rhel9-01.yaml
authorFrank Brehm <frank.brehm@pixelpark.com>
Thu, 23 May 2024 08:34:00 +0000 (10:34 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Thu, 23 May 2024 08:34:00 +0000 (10:34 +0200)
example/stage-cb-rhel9-01.yaml [new file with mode: 0644]

diff --git a/example/stage-cb-rhel9-01.yaml b/example/stage-cb-rhel9-01.yaml
new file mode 100644 (file)
index 0000000..9e5ecf3
--- /dev/null
@@ -0,0 +1,51 @@
+---
+defaults:
+  vsphere: live
+  cluster: vmcc-l105-01
+  vm_folder: sparkasse/chatbot/stage
+  num_cpus: 8
+  memory: 32GB
+  boot_delay: 5
+  datastore_cluster: ds-cluster-ssd-vmcc-l105-colo2
+  datastore_type: ~
+  template: rhel9-template
+  customer: Sparkasse / Kauz
+  purpose: K8s node for Chatbot Sparkasse stage
+  root_disk:
+    size: 20
+  puppet:
+    customer: sparkasse
+    project: chatbot-stage
+    contact: solution@pixelpark.com
+    role: spk_chatbot::test
+    tier: test
+    environment: test
+  nameservers:
+    - 77.74.232.24
+    - 93.188.109.12
+    - 217.66.52.10
+  searchdomains:
+    - pixelpark.net
+    - spk.pixelpark.net
+    - pixelpark.com
+  dns_options: 'timeout:1 attempts:2'
+
+vms:
+  - name: stage-cb-master04.pixelpark.net
+    purpose: K8s master Chatbot Sparkasse stage
+    data_disks:
+      - size: 100
+    interfaces:
+      - address_v4: 192.168.95.108
+  - name: stage-cb-storage03.pixelpark.net
+    purpose: K8s storage node for Chatbot Sparkasse stage
+    data_disks:
+      - size: 750
+    interfaces:
+      - address_v4: 192.168.95.99
+  - name: stage-cb-worker04.pixelpark.net
+    data_disks:
+      - size: 100
+    interfaces:
+      - address_v4: 192.168.95.109
+