Merge "Add hp2 region."
This commit is contained in:
commit
0136427562
10
elements/tripleo-cd/configs/hp2_ci_env.json
Normal file
10
elements/tripleo-cd/configs/hp2_ci_env.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"parameters": {
|
||||
"NeutronPublicInterface": "eth2",
|
||||
"HypervisorNeutronPublicInterface": "eth2",
|
||||
"NtpServer": "15.126.48.2",
|
||||
"PublicVirtualFixedIPs": "[{\"ip_address\": \"15.126.48.6\"}]",
|
||||
"PublicVirtualInterface": "int_public",
|
||||
"PublicVirtualNetwork": "public"
|
||||
}
|
||||
}
|
28
elements/tripleo-cd/configs/hp2_networks.json
Normal file
28
elements/tripleo-cd/configs/hp2_networks.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"cidr": "10.23.212.0/25",
|
||||
"gateway-ip": "15.126.48.1",
|
||||
"seed": {
|
||||
"ip": "10.23.212.3",
|
||||
"range-start": "10.23.212.4",
|
||||
"range-end": "10.23.212.8",
|
||||
"physical_bridge_route": {
|
||||
"prefix": "10.22.27.128/25",
|
||||
"via": "10.23.212.1"
|
||||
},
|
||||
"public_vlan": {
|
||||
"tag": 1598,
|
||||
"ip": "15.126.48.3/24",
|
||||
"start": "15.126.48.4",
|
||||
"finish": "15.126.48.4"
|
||||
}
|
||||
},
|
||||
"undercloud": {
|
||||
"range-start": "10.23.212.9",
|
||||
"range-end": "10.23.212.126",
|
||||
"public_vlan": {
|
||||
"start": "15.126.48.7",
|
||||
"finish": "15.126.48.12"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
10
elements/tripleo-cd/configs/hp2_uc_env.json
Normal file
10
elements/tripleo-cd/configs/hp2_uc_env.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"parameters": {
|
||||
"MysqlInnodbBufferPoolSize": 4096,
|
||||
"NeutronPublicInterface": "vlan25",
|
||||
"NeutronPublicInterfaceIP": "15.126.48.3/24",
|
||||
"NeutronPublicInterfaceRawDevice": "eth2",
|
||||
"NeutronPublicInterfaceDefaultRoute": "15.126.48.1",
|
||||
"NtpServer": "15.126.48.2"
|
||||
}
|
||||
}
|
17
elements/tripleo-cd/configs/te_hp2rc
Normal file
17
elements/tripleo-cd/configs/te_hp2rc
Normal file
@ -0,0 +1,17 @@
|
||||
#!/bin/bash
|
||||
# dib-lint: disable=sete
|
||||
|
||||
export TRIPLEO_ROOT="$(readlink -f $(dirname $0)/../../../..)"
|
||||
source $(dirname ${BASH_SOURCE})/te_commonrc
|
||||
|
||||
export TE_OVERCLOUDIP=XXX
|
||||
export TE_OVERCLOUDDNS=ci-overcloud.hp2.tripleo.org
|
||||
export TE_AUTHURL=http://$TE_OVERCLOUDIP:5000/v2.0
|
||||
export TE_PUBLICINTERFACE=XXX
|
||||
export TE_COUNT=23
|
||||
#export TE_EXTRA_ELEMENTS="stable-interface-names"
|
||||
# (No local pypi mirror yet...)
|
||||
#export DIB_DISTRIBUTION_MIRROR=http://10.10.16.169/ubuntu
|
||||
#export PYPI_MIRROR_URL=http://10.10.16.169/pypi/simple
|
||||
#export DIB_NO_PYPI_PIP=1
|
||||
export TE_NP_RAM_QUOTA=900000
|
Loading…
Reference in New Issue
Block a user