try this
This commit is contained in:
parent
22b9eb3b0f
commit
da36e3b6df
1 changed files with 10 additions and 0 deletions
|
@ -751,6 +751,16 @@
|
||||||
- scratch
|
- scratch
|
||||||
- transient
|
- transient
|
||||||
|
|
||||||
|
- name: "routing between copr tenants"
|
||||||
|
neutron_router_gateway:
|
||||||
|
login_username="admin" login_password="{{ ADMIN_PASS }}" login_tenant_name="admin"
|
||||||
|
auth_url="https://{{controller_hostname}}:35357/v2.0"
|
||||||
|
router_name="ext-to-{{item.name}}"
|
||||||
|
network_name="{{item.target}}"
|
||||||
|
with_items:
|
||||||
|
- { name: copr, target: coprdev }
|
||||||
|
- { name: coprdev, target: copr }
|
||||||
|
|
||||||
#################
|
#################
|
||||||
# Security Groups
|
# Security Groups
|
||||||
################
|
################
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue