]> Frank Brehm's Git Trees - pixelpark/create-terraform.git/commitdiff
Adding example/dev-deploy.yaml
authorFrank Brehm <frank.brehm@pixelpark.com>
Thu, 2 Nov 2023 14:29:28 +0000 (15:29 +0100)
committerFrank Brehm <frank.brehm@pixelpark.com>
Thu, 2 Nov 2023 14:29:28 +0000 (15:29 +0100)
example/dev-deploy.yaml [new file with mode: 0644]

diff --git a/example/dev-deploy.yaml b/example/dev-deploy.yaml
new file mode 100644 (file)
index 0000000..aa4bb86
--- /dev/null
@@ -0,0 +1,50 @@
+---
+defaults:
+  vsphere: test
+  cluster: test-vmcc-l105-01
+  vm_folder: pixelpark/test
+  num_cpus: 2
+  memory: 4GB
+  boot_delay: 5
+  datastore_cluster: Daten-Cluster-Gold_01
+  datastore_type: ssd
+  template: rhel9-template
+  root_disk:
+    size: 20
+  customer: Digitas Pixelpark GmbH
+  purpose: Test VM deployment with Terraform
+  puppet:
+    customer: pixelpark
+    project: test
+    tier: development
+    environment: dev_fbrehm
+    contact: solution@pixelpark.com
+    role: dpx_infra::test_deploy
+  nameservers:
+    - 93.188.109.13
+    - 77.74.232.25
+    - 217.66.52.10
+  searchdomains:
+    - pixelpark.com
+    - pixelpark.net
+    - pixelpark.de
+  dns_options: 'timeout:1 attempts:2 use-vc'
+
+vms:
+  - name: dev-deploy-oel7.pixelpark.com
+    template: oel7-template
+    interfaces:
+      - address_v4: 192.168.145.61
+  - name: dev-deploy-centos7.pixelpark.com
+    template: centos7-template
+    interfaces:
+      - address_v4: 192.168.145.62
+  - name: dev-deploy-centos8.pixelpark.com
+    template: centos8-template
+    interfaces:
+      - address_v4: 192.168.145.63
+  - name: dev-deploy-rhel9.pixelpark.com
+    template: rhel9-template
+    interfaces:
+      - address_v4: 192.168.145.64
+