From dc2e4fff1f9a61e56448c557fb2c7b086e0929e3 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 28 Feb 2017 17:14:25 +0000 Subject: [PATCH] actually add new users and also tweak subnets to reflect whats in already --- playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml b/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml index 70f34562e7..9a4893233a 100644 --- a/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml +++ b/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml @@ -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"