copr and coprdev will be shared networks
This commit is contained in:
parent
8d592e509d
commit
1311f45c79
1 changed files with 13 additions and 12 deletions
|
@ -698,19 +698,20 @@
|
||||||
neutron_network:
|
neutron_network:
|
||||||
login_username="admin" login_password="{{ ADMIN_PASS }}" login_tenant_name="admin"
|
login_username="admin" login_password="{{ ADMIN_PASS }}" login_tenant_name="admin"
|
||||||
auth_url="https://{{controller_hostname}}:35357/v2.0"
|
auth_url="https://{{controller_hostname}}:35357/v2.0"
|
||||||
tenant_name="{{ item }}"
|
tenant_name="{{ item.name }}"
|
||||||
name="{{ item }}-net"
|
name="{{ item.name }}-net"
|
||||||
|
share="{{ item.shared }}"
|
||||||
with_items:
|
with_items:
|
||||||
- cloudintern
|
- { name: cloudintern, shared: false }
|
||||||
- cloudsig
|
- { name: cloudsig, shared: false }
|
||||||
- copr
|
- { name: copr, shared: true }
|
||||||
- coprdev
|
- { name: coprdev, shared: true }
|
||||||
- infrastructure
|
- { name: infrastructure, shared: false }
|
||||||
- persistent
|
- { name: persistent, shared: false }
|
||||||
- pythonbots
|
- { name: pythonbots, shared: false }
|
||||||
- qa
|
- { name: qa, shared: false }
|
||||||
- scratch
|
- { name: scratch, shared: false }
|
||||||
- transient
|
- { name: transient, shared: false }
|
||||||
- name: Create a subnet for all tenants
|
- name: Create a subnet for all tenants
|
||||||
neutron_subnet:
|
neutron_subnet:
|
||||||
login_username="admin" login_password="{{ ADMIN_PASS }}" login_tenant_name="admin"
|
login_username="admin" login_password="{{ ADMIN_PASS }}" login_tenant_name="admin"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue