You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 20 Next »

Introduction


Rover pods are deployed from an existing Regional Controller and consist of a single nodes.

A choice of Dell or HP servers is supported. The choice of which type of servers are deployed is achieved by simply creating different pod specific yaml input files.

In R1 the options include:

BlueprintServersDataplaneValidated HW detailsValidated by
RoverDell 740XD
<INSERT LINK TO ATT DELL SERVER SPEC>AT&T

Dell 740XD Detailed Specification

Ericsson
RoverHP 380 Gen10
<INSERT LINK TO ATT HP SERVER SPEC>AT&T

Preflight Requirements


Preflight Checks


Preflight Rover Pod Specific Input Data




Example Rover Pod Configuration Input Files

<MOVE TO OWN PAGES>

Rover Pods on Dell 740XD Servers

This section includes a sample input file that was used in the Ericsson Validation Lab to deploy a Unicycle pod with an OVS_DPDK dataplane.

Please reference the following lab configuration Ericsson Rover Validation HW, Networking and IP plan.

# Add proxy settings if required for your environment
# export http_proxy=http://your.proxy.com:8080/
# export https_proxy=http://your.proxy.com:8080/
#

# host name for server
SRV_NAME=aknode27

# server oem - Dell or HPE (case sensitive)
SRV_OEM=Dell

# out of band interface information for server (idrac/ilo/etc)
SRV_OOB_IP=10.51.35.145
SRV_OOB_USR=root
SRV_OOB_PWD=calvin

# mac address of server to be used during the build - not required for Dell 10G servers
# SRV_MAC=3c:fd:fe:b8:10:60

# the boot device is the device name on which the OS will be loaded
SRV_BOOT_DEVICE=sda

# Ubuntu kernel and version to use for os install
# valid options are hwe-16.04.6-amd64 or 16.04.6-amd64
SRV_BLD_SCRIPT=hwe-16.04.6-amd64

# template xml file to set bios and raid configuration settings
SRV_BIOS_TEMPLATE=dell_r740_g14_uefi_base.xml.template
SRV_BOOT_TEMPLATE=dell_r740_g14_uefi_httpboot.xml.template

SRV_HTTP_BOOT_DEV=NIC.Slot.7-1-1

# template to run to configure OS after first boot
# current options are: firstboot.sh.template, firstboot-genesis.sh.tempate or firstboot-airship-iab.sh.template
SRV_FIRSTBOOT_TEMPLATE=firstboot.sh.template

# VLAN to use during build and for final network configuration
SRV_VLAN=408

# basic network information for dhcp config and final server network settings
SRV_MTU=9000
SRV_IP=10.51.34.231
SRV_SUBNET=10.51.34.224
SRV_NETMASK=255.255.255.224
SRV_GATEWAY=10.51.34.225
SRV_DNS=10.64.73.100
SRV_DOMAIN=vran.k2.ericsson.se
SRV_DNSSEARCH=vran.k2.ericsson.se
SRV_NTP=seki20-ntp1.k2.ericsson.se

# network bond information - NOTE: SRV_SLAVE1 will be used for OS install
SRV_BOND=bond0
SRV_SLAVE1=enp134s0f0
SRV_SLAVE2=enp134s0f1

# password to set for root after OS is installed
SRV_PWD=akraino,d


Rover Pods on HP DL380 Servers

  • No labels