Merge "Add hp2 region."

This commit is contained in:
Jenkins 2014-09-30 06:13:48 +00:00 committed by Gerrit Code Review
commit 0136427562
4 changed files with 65 additions and 0 deletions

View 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"
}
}

View 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"
}
}
}

View 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"
}
}

View 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