add clime access to Copr tenants in cloud dashboard
This commit is contained in:
parent
042de2c167
commit
56bbd20ec4
1 changed files with 3 additions and 0 deletions
|
@ -726,6 +726,7 @@
|
|||
- { name: vgologuz, email: 'vgologuz@redhat.com', tenant: copr, password: "{{vgologuz_password}}" }
|
||||
- { name: roshi, email: 'roshi@fedoraproject.org', tenant: qa, password: "{{roshi_password}}" }
|
||||
- { name: maxamillion, email: 'maxamillion@fedoraproject.org', tenant: infrastructure, password: "{{maxamillion_password}}" }
|
||||
- { name: clime, email: 'clime@redhat.com', tenant: copr, password: "{{clime_password}}" }
|
||||
tags:
|
||||
- openstack_users
|
||||
- name: upload SSH keys for users
|
||||
|
@ -762,6 +763,7 @@
|
|||
# - { name: twisted, tenant: pythonbots, password: "{{twisted_password}}", public_key: "" }
|
||||
- { username: admin, name: fedora-admin-20130801, tenant: admin, password: "{{ADMIN_PASS}}", public_key: "{{ lookup('file', files + '/fedora-cloud/fedora-admin-20130801.pub') }}" }
|
||||
- { username: admin, name: asamalik, tenant: scratch, password: "{{ADMIN_PASS}}", public_key: "{{ lookup('pipe', '/srv/web/infra/ansible/scripts/auth-keys-from-fas asamalik') }}" }
|
||||
- { username: clime, name: clime, tenant: copr, password: "{{clime_password}}", public_key: "{{ lookup('pipe', '/srv/web/infra/ansible/scripts/auth-keys-from-fas clime') }}" }
|
||||
tags:
|
||||
- openstack_users
|
||||
|
||||
|
@ -817,6 +819,7 @@
|
|||
- { user: mizdebsk, tenant: infrastructure }
|
||||
- { user: mizdebsk, tenant: transient }
|
||||
- { user: vgologuz, tenant: coprdev }
|
||||
- { user: clime, tenant: coprdev }
|
||||
|
||||
##### NETWORK ####
|
||||
# http://docs.openstack.org/havana/install-guide/install/apt/content/install-neutron.configure-networks.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue