Moving dev branch code to master branch
[yaml_builds.git] / tools / aknode30rc
1 ##############################################################################
2 # Copyright (c) 2018 AT&T Intellectual Property. All rights reserved.        #
3 #                                                                            #
4 # Licensed under the Apache License, Version 2.0 (the "License"); you may    #
5 # not use this file except in compliance with the License.                   #
6 #                                                                            #
7 # You may obtain a copy of the License at                                    #
8 #       http://www.apache.org/licenses/LICENSE-2.0                           #
9 #                                                                            #
10 # Unless required by applicable law or agreed to in writing, software        #
11 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT  #
12 # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.           #
13 # See the License for the specific language governing permissions and        #
14 # limitations under the License.                                             #
15 ##############################################################################
16
17 # Add proxy settings if required for your environment
18 # export http_proxy=http://your.proxy.com:8080/
19 # export https_proxy=http://your.proxy.com:8080/
20 #
21
22 # host name for server
23 SRV_NAME=aknode30
24
25 # server oem - Dell or HPE (case sensitive)
26 SRV_OEM=HPE
27
28 # out of band interface information for server (idrac/ilo/etc)
29 SRV_OOB_IP=192.168.41.130
30 SRV_OOB_USR=Administrator
31 SRV_OOB_PWD=Admin123
32
33 # mac address of server to be used during the build - not required for Dell servers
34 SRV_MAC=3c:fd:fe:aa:90:b0
35
36 # name of network interface used during build when ipxe.efi is booted and when os is booted
37 # ipxe numbers ports from 0-n in pci bus order.
38 # the netx value will depend on how many nics are in the server
39 # and which pci device number is assigned to the slot
40 SRV_IPXE_INF=net4
41
42 # the build interface is the nic used by the Ubuntu installed to load the OS
43 SRV_BLD_INF=ens3f0
44
45 # the boot device is the device name on which the OS will be loaded
46 SRV_BOOT_DEVICE=sdj
47 SRV_CEPH_DEVICE=sdk
48
49 # ipxe script to use - based on the os version and kernel to install
50 # valid options are script-hwe-16.04.4-amd64.ipxe or script-16.04.4-amd64.ipxe
51 SRV_BLD_SCRIPT=script-hwe-16.04.5-amd64.ipxe
52
53 # template xml file to set bios and raid configuration settings
54 SRV_BIOS_TEMPLATE=hpe_dl380_g10_uefi_base.json.template
55 SRV_BOOT_TEMPLATE=hpe_dl380_g10_uefi_httpboot.json.template
56 SRV_HTTP_BOOT_DEV=NIC.Slot.3-1-1
57
58 # tempalte to run to configure OS after first boot
59 # current options are: firstboot.sh.template, firstboot-genesis.sh.tempate or firstboot-airship-iab.sh.template
60 SRV_FIRSTBOOT_TEMPLATE=firstboot-genesis.sh.template
61
62 # VLAN to use during build and for final network configuration
63 SRV_VLAN=41
64 SRV_STORAGE_VLAN=42
65 SRV_CALICO_VLAN=44
66 SRV_NEUTRON_VLAN=45
67 SRV_PXE_INF=eno1
68
69 # basic network information for dhcp config and final server network settings
70 SRV_MTU=9000
71 SRV_IP=192.168.2.30
72 SRV_STORAGE_IP=172.31.1.30
73 SRV_CALICO_IP=172.29.1.30
74 SRV_NEUTRON_IP=10.0.101.30
75 SRV_PXE_IP=172.30.1.30
76 SRV_SUBNET=192.168.2.0
77 SRV_NETMASK=255.255.255.0
78 SRV_GATEWAY=192.168.2.200
79 SRV_DNS="192.168.2.85 8.8.8.8 8.8.4.4"
80 SRV_DOMAIN=lab.akraino.org
81 SRV_DNSSEARCH=lab.akraino.org
82 SRV_NTP=ntp.ubuntu.org
83
84 # root password for server being built
85 SRV_PWD=akraino,d
86
87 # network bond information
88 SRV_BOND=bond0
89 SRV_SLAVE1=ens3f0
90 SRV_SLAVE2=ens3f1
91