############################################################################## # Copyright (c) 2018 Ericsson AB, Mirantis Inc., Enea 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 ############################################################################## --- ### ericsson-virtual4 POD descriptor file ### version: 1.0 details: pod_owner: Dianfeng Du contact: dianfeng.du@ericsson.com lab: Ericsson location: Rosersberg, Sweden type: production link: https://wiki.opnfv.org/display/pharos/Ericsson+Hosting ############################################################################## jumphost: name: ericsson-virtual4 node: &jumpparams type: baremetal vendor: HP model: ProLiant BL460c Gen8 arch: x86_64 cpus: 2 cpu_cflags: ivybridge cores: 10 memory: 64G disks: - name: 'disk1' disk_capacity: 800G disk_type: hdd disk_interface: scsi disk_rotation: &diskrotation 15000 os: ubuntu-16.04 remote_params: &remoteparas type: ipmi versions: - 1.0 - 2.0 user: > ENC[PKCS7,MIIBeQYJKoZIhvcNAQcDoIIBajCCAWYCAQAxggEhMIIBHQIBADAFMAACAQEw DQYJKoZIhvcNAQEBBQAEggEAFUn+IQZZAIVg12z8+x3O+OZuKI0AVIN7gCZD Q0PINvtvjRIPbi04ohcyor3PSqsrXt9CMRidAoXUYVrYZGyZvJ+bMQrR3Y2x IFYGpfz3CSxx/faibTd0aSAJ2Ygix34tTjImpJttS6d7tDhLGdzqflnuK5wv cLSuwDmMe5PLLOsvFF2NqAhBb5gdcYUNY409Fdo9r8COzw/H98OgPkus5ioR ojfgpkmSWuFySVBtU7g2ytzUpHStUOwfjnAGhEq/kaPcm7GmfKxDK9dY/lNb NoG/G1GcFE2OvnmwOYDxYZR4Nh2qFzF1Tvv6lygni+rlulKmnAxlvekeHnFR ChhPJTA8BgkqhkiG9w0BBwEwHQYJYIZIAWUDBAEqBBAyuGVpeDkIKR1f+ShE eSumgBAPyTlU4OKeQ1zT8ppewA+k] pass: > ENC[PKCS7,MIIBeQYJKoZIhvcNAQcDoIIBajCCAWYCAQAxggEhMIIBHQIBADAFMAACAQEw DQYJKoZIhvcNAQEBBQAEggEAmcwE28BvEB7SWKN9wPOCn3jeG+nf5kO4eHN2 sViK+cUouSbORPgRA3GWXNz3q4GPAOj7oi6t6zZiApOnNqQWVh+813XOi36R IsXNmx5os5gefOoQC5dZYs3RhiBOOOYMadn6Z89qdNrDaKQX5hhuZJeerMX4 6oUEPhApfpuAH7rCoGav6hb+cpKe0Qfd76M62TiCJmID5v4e7mK7lnr/ELdA PLMdTL8ckiMQxFNfcp4lfyhAFop1t+g231J9+D5Y6i5Vrteq70RYdhN1EcRV ZMVRO8d8jc90a669aMaZDnSZWO1QgrQe2EpgnM2zWdjLx26F8E9Qb0Wy72Rk UP9c3TA8BgkqhkiG9w0BBwEwHQYJYIZIAWUDBAEqBBClcUWaTi1pHCq78qjw gKFJgBD4aofV/0UYFmnfqikTPEYe] remote_management: <<: *remoteparas address: 172.16.1.25/24 mac_address: "9C:B6:54:8E:D7:0D" interfaces: - name: 'nic1' speed: 10gb features: 'dpdk|sriov' mac_address: "38:ea:a7:8f:07:58" - name: 'nic2' speed: 10gb features: 'dpdk|sriov' mac_address: "38:ea:a7:8f:07:59" - name: 'nic3' speed: 10gb features: 'dpdk|sriov' address: 100.64.205.5/24 mac_address: "38:ea:a7:8d:e6:f8" - name: 'nic4' speed: 10gb features: 'dpdk|sriov' mac_address: "38:ea:a7:8d:e6:f9" - name: 'nic5' speed: 10gb features: 'dpdk|sriov' mac_address: "9C:B6:54:8A:25:C0" - name: 'nic6' speed: 10gb features: 'dpdk|sriov' mac_address: "9C:B6:54:8A:25:C4" ############################################################################## nodes: - name: node-1 node: &nodeparams <<: *jumpparams # Fuel overrides certain params (e.g. cpus, mem) based on node role later type: virtual vendor: libvirt model: virt cpus: 1 cores: 8 memory: 6G disks: &disks - name: 'disk1' disk_capacity: 100G disk_type: hdd disk_interface: scsi # virtio-scsi disk_rotation: *diskrotation remote_management: &remotemgmt type: libvirt user: changeme pass: changeme address: 'qemu:///system' interfaces: &interfaces - name: 'nic1' speed: 10gb features: 'dpdk|sriov' mac_address: "00:00:00:00:00:00" # MACs will be assigned by libvirt vlan: native - name: 'nic2' speed: 10gb features: 'dpdk|sriov' mac_address: "00:00:00:00:00:00" vlan: native - name: 'nic3' speed: 10gb features: 'dpdk|sriov' mac_address: "00:00:00:00:00:00" vlan: native - name: 'nic4' speed: 10gb features: 'dpdk|sriov' mac_address: "00:00:00:00:00:00" vlan: native ############################################################################ - name: node-2 node: *nodeparams disks: *disks remote_management: *remotemgmt interfaces: *interfaces ############################################################################ - name: node-3 node: *nodeparams disks: *disks remote_management: *remotemgmt interfaces: *interfaces ############################################################################ - name: node-4 node: *nodeparams disks: *disks remote_management: *remotemgmt interfaces: *interfaces ############################################################################ - name: node-5 node: *nodeparams disks: *disks remote_management: *remotemgmt interfaces: *interfaces