summaryrefslogtreecommitdiffstats
path: root/xci/var
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2018-06-25 11:28:41 +0100
committerMarkos Chandras <mchandras@suse.de>2018-06-26 16:29:05 +0100
commit39e1d639c0f2e1a1a4c53cdfb68ae6f6e705dd0f (patch)
treea81211538862d245745143b78538185c4de76e61 /xci/var
parent296da182f30cd4c6943cdc8943028fb58318fc27 (diff)
xci: var: opnfv_vm: Add descriptor file for OPNFV VM node
The OPNFV VM acts as a sandbox for installing and running bifrost so it is pdf agnostic. As such, we use its own descriptor file to provision this node. Change-Id: Ice33dc744c04147f9c746285c583de56b8353cc3 Co-Authored-by: Markos Chandras <mchandras@suse.de> Signed-off-by: Manuel Buil <mbuil@suse.com>
Diffstat (limited to 'xci/var')
-rw-r--r--xci/var/opnfv_vm.yml67
1 files changed, 67 insertions, 0 deletions
diff --git a/xci/var/opnfv_vm.yml b/xci/var/opnfv_vm.yml
new file mode 100644
index 00000000..17f5038c
--- /dev/null
+++ b/xci/var/opnfv_vm.yml
@@ -0,0 +1,67 @@
+---
+##############################################################################
+# Copyright (c) 2017 Ericsson AB and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+opnfv_vm:
+ name: opnfv
+ node: &nodeparams
+ type: virtual
+ vendor: libvirt
+ model: pc
+ arch: x86_64
+ cpus: 6
+ cpu_cflags: host-model
+ cores: 6
+ memory: 12G
+ disks: &disks
+ - name: disk1
+ disk_capacity: 80G
+ disk_type: hdd
+ disk_interface: sata
+ disk_rotation:
+ remote_params: &remote_params
+ type:
+ - ipmi: [2.0]
+ user: admin
+ pass: password
+ remote_management:
+ <<: *remote_params
+ address: 192.168.122.1:625
+ mac_address: "52:54:00:fe:3b:01"
+ interface_common_nic1: &interface_common_nic1
+ name: nic1
+ speed:
+ features:
+ vlan: 10
+ interface_common_nic2: &interface_common_nic2
+ name: nic2
+ speed:
+ features:
+ vlan: 20
+ interface_common_nic3: &interface_common_nic3
+ name: nic3
+ speed:
+ features:
+ vlan: native
+ interface_common_nic4: &interface_common_nic4
+ name: nic4
+ speed:
+ features:
+ vlan: 30
+ interfaces:
+ - mac_address: "52:54:00:33:82:d0"
+ address: 172.29.236.10
+ <<: *interface_common_nic1
+ - mac_address: "52:54:00:33:82:d0"
+ address: 172.29.244.10
+ <<: *interface_common_nic2
+ - mac_address: "52:54:00:33:82:d0"
+ address: 192.168.122.2
+ <<: *interface_common_nic3
+ - mac_address: "52:54:00:33:82:d0"
+ address: 172.29.240.10
+ <<: *interface_common_nic4