PowerEdge R720 QEMU & Kubernetes Setup (#23)
* Added 5 VMs to Alpha cluster. * Created personal dev node
This commit was merged in pull request #23.
This commit is contained in:
4
host_vars/alpha-worker-13.yaml
Normal file
4
host_vars/alpha-worker-13.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
name: alpha-worker-13
|
||||
vcpu:
|
||||
placement: static
|
||||
value: 2
|
||||
4
host_vars/alpha-worker-14.yaml
Normal file
4
host_vars/alpha-worker-14.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
name: alpha-worker-14
|
||||
vcpu:
|
||||
placement: static
|
||||
value: 2
|
||||
4
host_vars/alpha-worker-15.yaml
Normal file
4
host_vars/alpha-worker-15.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
name: alpha-worker-15
|
||||
vcpu:
|
||||
placement: static
|
||||
value: 2
|
||||
4
host_vars/alpha-worker-16.yaml
Normal file
4
host_vars/alpha-worker-16.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
name: alpha-worker-16
|
||||
vcpu:
|
||||
placement: static
|
||||
value: 2
|
||||
4
host_vars/alpha-worker-17.yaml
Normal file
4
host_vars/alpha-worker-17.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
name: alpha-worker-17
|
||||
vcpu:
|
||||
placement: static
|
||||
value: 2
|
||||
1
host_vars/evm.yaml
Normal file
1
host_vars/evm.yaml
Normal file
@@ -0,0 +1 @@
|
||||
name: evm
|
||||
17
host_vars/poweredge-r720.yaml
Normal file
17
host_vars/poweredge-r720.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
# Host vars for poweredge-r720
|
||||
libvirt_networks:
|
||||
- name: wan
|
||||
forward:
|
||||
mode: bridge
|
||||
bridge:
|
||||
name: wan
|
||||
dev: eno1
|
||||
libvirt_guests:
|
||||
- alpha-worker-13
|
||||
- alpha-worker-14
|
||||
- alpha-worker-15
|
||||
- alpha-worker-16
|
||||
- alpha-worker-17
|
||||
- evm
|
||||
nfs_exports: ["/data *(rw,sync,no_root_squash)"]
|
||||
Reference in New Issue
Block a user