And the rest of these internal nets too
This commit is contained in:
parent
db986bcd0f
commit
b76471700d
1 changed files with 5 additions and 0 deletions
|
@ -522,6 +522,7 @@
|
|||
name=copr-subnet
|
||||
cidr=172.30.0.1/12
|
||||
gateway_ip=172.30.0.1
|
||||
dns_nameservers=66.35.62.163,140.211.169.201
|
||||
register: COPR_SUBNET_ID
|
||||
- name: Connect router's interface to the copr-subnet
|
||||
neutron_router_interface:
|
||||
|
@ -555,6 +556,7 @@
|
|||
name=infrastructure-subnet
|
||||
cidr=172.26.0.1/12
|
||||
gateway_ip=172.26.0.1
|
||||
dns_nameservers=66.35.62.163,140.211.169.201
|
||||
register: INFRASTRUCTURE_SUBNET_ID
|
||||
- name: Connect router's interface to the infrastructure-subnet
|
||||
neutron_router_interface:
|
||||
|
@ -588,6 +590,7 @@
|
|||
name=persistent-subnet
|
||||
cidr=172.27.0.1/12
|
||||
gateway_ip=172.27.0.1
|
||||
dns_nameservers=66.35.62.163,140.211.169.201
|
||||
register: PERSISTENT_SUBNET_ID
|
||||
- name: Connect router's interface to the persistent-subnet
|
||||
neutron_router_interface:
|
||||
|
@ -621,6 +624,7 @@
|
|||
name=transient-subnet
|
||||
cidr=172.28.0.1/12
|
||||
gateway_ip=172.28.0.1
|
||||
dns_nameservers=66.35.62.163,140.211.169.201
|
||||
register: TRANSIENT_SUBNET_ID
|
||||
- name: Connect router's interface to the transient-subnet
|
||||
neutron_router_interface:
|
||||
|
@ -654,6 +658,7 @@
|
|||
name=scratch-subnet
|
||||
cidr=172.29.0.1/12
|
||||
gateway_ip=172.29.0.1
|
||||
dns_nameservers=66.35.62.163,140.211.169.201
|
||||
register: SCRATCH_SUBNET_ID
|
||||
- name: Connect router's interface to the scratch-subnet
|
||||
neutron_router_interface:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue