7602aa5324
The ranges will be stored in IPPool object and will never change once assigned. Change-Id: Ie3184f2a9de405c00223367939f8c3e3112f0e68
47 lines
1.1 KiB
YAML
47 lines
1.1 KiB
YAML
apiVersion: airship.airshipit.org/v1
|
|
kind: Vino
|
|
metadata:
|
|
name: vino-test-cr
|
|
labels: {}
|
|
spec:
|
|
nodeLabelKeysToCopy:
|
|
- "airshipit.org/server"
|
|
- "airshipit.org/rack"
|
|
nodeSelector:
|
|
matchLabels:
|
|
beta.kubernetes.io/os: linux
|
|
configuration:
|
|
cpuExclude: 0-1
|
|
networks:
|
|
- name: management
|
|
libvirtTemplate: management
|
|
subnet: 192.168.2.0/20
|
|
dhcpAllocationStart: 192.168.4.0
|
|
dhcpAllocationStop: 192.168.7.255
|
|
instanceSubnetBitStep: 4
|
|
type: bridge
|
|
staticAllocationStart: 192.168.2.10
|
|
staticAllocationStop: 192.168.2.24
|
|
dns_servers: ["135.188.34.124"]
|
|
macPrefix: "52:54:00:06:00:00"
|
|
physicalInterface: enp3s7
|
|
bridgeName: vm-infra
|
|
nodes:
|
|
- name: master
|
|
count: 1
|
|
bmhLabels:
|
|
airshipit.org/k8s-role: master
|
|
networkDataTemplate:
|
|
name: "test-template"
|
|
namespace: "default"
|
|
bootInterfaceName: management
|
|
networkInterfaces:
|
|
- name: management
|
|
type: network
|
|
network: management
|
|
mtu: 1500
|
|
enableVNC: true
|
|
bmcCredentials:
|
|
username: admin
|
|
password: passw0rd
|