blob: a7329ecd6faca13ac401362445057392a95b86e1 [file] [log] [blame]
---
# ============LICENSE_START=======================================================
# Copyright (C) 2019 The Nordix Foundation. All rights reserved.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# SPDX-License-Identifier: Apache-2.0
# ============LICENSE_END=========================================================
details:
pod_owner: Nordix
contact: infra@nordix.org
lab: Nordix OpenLab
location: N/A
type: virtual
link: http://wiki.nordix.org/
##############################################################################
jumphost:
name: jumphost
node:
type: virtual
vendor: libvirt
model: pc
arch: x86_64
cpus: 12
cpu_cflags: host-passthrough
cores: 12
memory: 16G
disks:
- name: disk1
disk_capacity: 300G
disk_type: hdd
disk_interface: sata
disk_rotation:
os: ubuntu1804
interfaces:
# NOTE (fdegir): The IPs listed below actually belong to the libvirt bridges
# we create & configure since this is virtual POD and its real IP has nothing
# to do with the deployment itself.
# interface connected to admin/pxe network
- address: 10.1.0.1
# interface connected to public network
- address: 10.2.0.1
# interface connected to mgmt network
- address: 10.3.0.1
# interface connected to neutron network
- address: manual
##############################################################################
nodes:
- name: node1
node:
type: virtual
vendor: libvirt
model: pc
arch: x86_64
cpus: 4
cpu_cflags: host-passthrough
cores: 4
memory: 4G
disks: &disks
- name: disk1
disk_capacity: 30G
disk_type: hdd
disk_interface: sata
disk_rotation:
- name: disk2
disk_capacity: 20G
disk_type: hdd
disk_interface: sata
disk_rotation:
remote_params: &remote_params
type:
- ipmi
user: admin
pass: password
privilege_level: OPERATOR
remote_management:
<<: *remote_params
port: 623
address: 10.1.0.1
mac_address: "52:54:00:72:bf:cf"
interface_common_nic1: &interface_common_nic1
name: nic1
speed:
features:
vlan: native
interface_common_nic2: &interface_common_nic2
name: nic2
speed:
features:
vlan: native
interface_common_nic3: &interface_common_nic3
name: nic3
speed:
features:
vlan: native
interface_common_nic4: &interface_common_nic4
name: nic4
speed:
features:
vlan: native
interfaces:
# interface connected to admin/pxe network
- mac_address: "52:54:00:72:bf:cf"
address: 10.1.0.3
<<: *interface_common_nic1
# interface connected to public network
- mac_address: "52:54:00:21:4f:fb"
address: 10.2.0.3
<<: *interface_common_nic2
# interface connected to mgmt network
- mac_address: "52:54:00:84:9b:a1"
address: 10.3.0.3
<<: *interface_common_nic3
# interface connected to neutron network
- mac_address: "52:54:00:0c:cd:cc"
address: manual
<<: *interface_common_nic4
##############################################################################
- name: node2
node:
type: virtual
vendor: libvirt
model: pc
arch: x86_64
cpus: 2
cpu_cflags: host-passthrough
cores: 2
memory: 4G
disks: *disks
remote_management:
<<: *remote_params
port: 624
address: 10.1.0.1
mac_address: "52:54:00:b9:d4:87"
interfaces:
# interface connected to admin/pxe network
- mac_address: "52:54:00:b9:d4:87"
address: 10.1.0.4
<<: *interface_common_nic1
# interface connected to public network
- mac_address: "52:54:00:b7:9f:50"
address: 10.2.0.4
<<: *interface_common_nic2
# interface connected to management network
- mac_address: "52:54:00:93:da:9f"
address: 10.3.0.4
<<: *interface_common_nic3
# interface connected to neutron network
- mac_address: "52:54:00:25:d4:8f"
address: manual
<<: *interface_common_nic4
##############################################################################
- name: node3
node:
type: virtual
vendor: libvirt
model: pc
arch: x86_64
cpus: 2
cpu_cflags: host-passthrough
cores: 2
memory: 4G
disks: *disks
remote_management:
<<: *remote_params
port: 625
address: 10.1.0.1
mac_address: "52:54:00:b9:d4:88"
interfaces:
# interface connected to admin/pxe network
- mac_address: "52:54:00:b9:d4:88"
address: 10.1.0.5
<<: *interface_common_nic1
# interface connected to public network
- mac_address: "52:54:00:b7:9f:51"
address: 10.2.0.5
<<: *interface_common_nic2
# interface connected to management network
- mac_address: "52:54:00:93:da:a0"
address: 10.3.0.5
<<: *interface_common_nic3
# interface connected to neutron network
- mac_address: "52:54:00:25:d4:90"
address: manual
<<: *interface_common_nic4
# vim: set ts=2 sw=2 expandtab: