final tune of internal ips
at least I hope
This commit is contained in:
parent
c25292a7fd
commit
3e804758ab
2 changed files with 9 additions and 8 deletions
|
@ -226,14 +226,15 @@
|
||||||
- shell: source /root/keystonerc_admin && nova floating-ip-create external
|
- shell: source /root/keystonerc_admin && nova floating-ip-create external
|
||||||
when: packstack_sucessfully_finished.stat.exists == False
|
when: packstack_sucessfully_finished.stat.exists == False
|
||||||
|
|
||||||
# 172.16.0.1/12 -- 172.23.0.1/12 - Free to take
|
# 172.16.0.1/12 -- 172.21.0.1/12 - Free to take
|
||||||
# 172.24.0.1/12 - Copr
|
# 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.25.0.1/12 - Cloudintern
|
||||||
# 172.26.0.1/12 - infrastructure
|
# 172.26.0.1/12 - infrastructure
|
||||||
# 172.27.0.1/12 - persistent
|
# 172.27.0.1/12 - persistent
|
||||||
# 172.28.0.1/12 - transient
|
# 172.28.0.1/12 - transient
|
||||||
# 172.29.0.1/12 - scratch
|
# 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
|
# 172.31.0.1/12 - Free to take
|
||||||
|
|
||||||
# Cloudintern network
|
# Cloudintern network
|
||||||
|
@ -292,8 +293,8 @@
|
||||||
tenant_name=copr
|
tenant_name=copr
|
||||||
network_name=copr-net
|
network_name=copr-net
|
||||||
name=copr-subnet
|
name=copr-subnet
|
||||||
cidr=172.24.0.1/12
|
cidr=172.30.0.1/12
|
||||||
gateway_ip=172.24.0.1
|
gateway_ip=172.30.0.1
|
||||||
register: COPR_SUBNET_ID
|
register: COPR_SUBNET_ID
|
||||||
- name: Connect router's interface to the copr-subnet
|
- name: Connect router's interface to the copr-subnet
|
||||||
neutron_router_interface:
|
neutron_router_interface:
|
||||||
|
@ -471,4 +472,4 @@
|
||||||
port_range_max: "22"
|
port_range_max: "22"
|
||||||
ethertype: "IPv4"
|
ethertype: "IPv4"
|
||||||
protocol: "tcp"
|
protocol: "tcp"
|
||||||
remote_ip_prefix: "172.24.0.1/12"
|
remote_ip_prefix: "172.30.0.1/12"
|
||||||
|
|
|
@ -8,11 +8,11 @@ public_floating_start: 209.132.184.33
|
||||||
public_floating_end: 209.132.184.46
|
public_floating_end: 209.132.184.46
|
||||||
|
|
||||||
controller_public_ip: 209.132.184.9
|
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
|
network_public_ip: 209.132.184.9
|
||||||
public_netmask: 255.255.255.0
|
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_public_ip: 192.168.122.68
|
||||||
#compute1_private_ip: 172.24.0.10
|
#compute1_private_ip: 172.24.0.10
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue