try this
This commit is contained in:
parent
00f246d967
commit
9be513ab99
1 changed files with 2 additions and 2 deletions
|
@ -681,7 +681,7 @@
|
||||||
name=copr-subnet
|
name=copr-subnet
|
||||||
cidr=172.30.0.1/12
|
cidr=172.30.0.1/12
|
||||||
gateway_ip=172.30.0.1
|
gateway_ip=172.30.0.1
|
||||||
dns_nameservers=66.35.62.163,140.211.169.201
|
dns_nameservers="66.35.62.163,140.211.169.201"
|
||||||
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:
|
||||||
|
@ -798,7 +798,7 @@
|
||||||
name=transient-subnet
|
name=transient-subnet
|
||||||
cidr=172.28.0.1/12
|
cidr=172.28.0.1/12
|
||||||
gateway_ip=172.28.0.1
|
gateway_ip=172.28.0.1
|
||||||
dns_nameservers=66.35.62.163,140.211.169.201
|
dns_nameservers="66.35.62.163,140.211.169.201"
|
||||||
register: TRANSIENT_SUBNET_ID
|
register: TRANSIENT_SUBNET_ID
|
||||||
- name: Connect router's interface to the transient-subnet
|
- name: Connect router's interface to the transient-subnet
|
||||||
neutron_router_interface:
|
neutron_router_interface:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue