actually add new users and also tweak subnets to reflect whats in already
This commit is contained in:
parent
8a0de547dd
commit
dc2e4fff1f
1 changed files with 7 additions and 2 deletions
|
@ -753,6 +753,11 @@
|
|||
- { name: clime, email: 'clime@redhat.com', tenant: copr, password: "{{clime_password}}" }
|
||||
- { name: misc, email: 'misc@redhat.com', tenant: openshift, password: "{{misc_password}}" }
|
||||
- { name: bowlofeggs, email: 'bowlofeggs@fedoraproject.org', tenant: transient, password: "{{bowlofeggs_password}}" }
|
||||
- { name: alivigni, email: 'alivigni@redhat.com', tenant: aos-ci-cd, password: "{{alivigni_password}}" }
|
||||
- { name: jbieren, email: 'jbieren@redhat.com', tenant: aos-ci-cd, password: "{{jbieren_password}}" }
|
||||
- { name: bpeck, email: 'bpeck@redhat.com', tenant: aos-ci-cd, password: "{{bpeck_password}}" }
|
||||
- { name: srallaba, email: 'srallaba@redhat.com', tenant: aos-ci-cd, password: "{{srallaba_password}}" }
|
||||
- { name: jburke, email: 'jburke@redhat.com', tenant: aos-ci-cd, password: "{{jburke_password}}" }
|
||||
tags:
|
||||
- openstack_users
|
||||
|
||||
|
@ -970,8 +975,8 @@
|
|||
- { name: scratch, cidr: '172.25.64.1/20', gateway: '172.25.64.1' }
|
||||
- { name: transient, cidr: '172.25.48.1/20', gateway: '172.25.48.1' }
|
||||
- { name: openshift, cidr: '172.25.160.1/20', gateway: '172.25.160.1' }
|
||||
- { name: maintainertest, cidr: '172.25.180.1/20', gateway: '172.25.180.1' }
|
||||
- { name: aos-ci-cd, cidr: '172.25.200.1/20', gateway: '172.25.200.1' }
|
||||
- { name: maintainertest, cidr: '172.25.176.1/20', gateway: '172.25.176.1' }
|
||||
- { name: aos-ci-cd, cidr: '172.25.180.1/20', gateway: '172.25.180.1' }
|
||||
- name: "Connect router's interface to the TENANT-subnet"
|
||||
neutron_router_interface:
|
||||
login_username="admin" login_password="{{ ADMIN_PASS }}" login_tenant_name="admin"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue