final tune of internal ips

at least I hope
This commit is contained in:
Miroslav Suchý 2014-09-29 16:46:31 +00:00
parent c25292a7fd
commit 3e804758ab
2 changed files with 9 additions and 8 deletions

View File

@ -226,14 +226,15 @@
- shell: source /root/keystonerc_admin && nova floating-ip-create external
when: packstack_sucessfully_finished.stat.exists == False
# 172.16.0.1/12 -- 172.23.0.1/12 - Free to take
# 172.24.0.1/12 - Copr
# 172.16.0.1/12 -- 172.21.0.1/12 - Free to take
# 172.23.0.1/12 - free (but used by old cloud)
# 172.24.0.1/12 - RESERVED it is used internally for OS
# 172.25.0.1/12 - Cloudintern
# 172.26.0.1/12 - infrastructure
# 172.27.0.1/12 - persistent
# 172.28.0.1/12 - transient
# 172.29.0.1/12 - scratch
# 172.30.0.1/12 - Free to take
# 172.30.0.1/12 - copr
# 172.31.0.1/12 - Free to take
# Cloudintern network
@ -292,8 +293,8 @@
tenant_name=copr
network_name=copr-net
name=copr-subnet
cidr=172.24.0.1/12
gateway_ip=172.24.0.1
cidr=172.30.0.1/12
gateway_ip=172.30.0.1
register: COPR_SUBNET_ID
- name: Connect router's interface to the copr-subnet
neutron_router_interface:
@ -471,4 +472,4 @@
port_range_max: "22"
ethertype: "IPv4"
protocol: "tcp"
remote_ip_prefix: "172.24.0.1/12"
remote_ip_prefix: "172.30.0.1/12"

View File

@ -8,11 +8,11 @@ public_floating_start: 209.132.184.33
public_floating_end: 209.132.184.46
controller_public_ip: 209.132.184.9
controller_private_ip: 172.24.0.1
controller_private_ip: 172.24.0.9
network_public_ip: 209.132.184.9
public_netmask: 255.255.255.0
network_private_ip: 172.24.0.1
network_private_ip: 172.24.0.9
#compute1_public_ip: 192.168.122.68
#compute1_private_ip: 172.24.0.10