diff --git a/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml b/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml index 1a58927eaa..24ff15d3b2 100644 --- a/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml +++ b/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml @@ -762,6 +762,7 @@ - { 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}}" } + - { name: praiskup, email: 'praiskup@fedoraproject.org', tenant: copr, password: "{{praiskup_password}}" } tags: - openstack_users @@ -806,6 +807,7 @@ - { username: bpeck, name: bpeck, tenant: aos-ci-cd, password: "{{bpeck_password}}", public_key: "{{ lookup('pipe', '/srv/web/infra/ansible/scripts/auth-keys-from-fas bpeck') }}" } - { username: srallaba, name: srallaba, tenant: aos-ci-cd, password: "{{srallaba_password}}", public_key: "{{ lookup('pipe', '/srv/web/infra/ansible/scripts/auth-keys-from-fas srallaba') }}" } - { username: jburke, name: jburke, tenant: aos-ci-cd, password: "{{jburke_password}}", public_key: "{{ lookup('pipe', '/srv/web/infra/ansible/scripts/auth-keys-from-fas jburke') }}" } + - { username: praiskup, name: praiskup, tenant: infrastructure, password: "{{praiskup_password}}", public_key: "{{ lookup('pipe', '/srv/web/infra/ansible/scripts/auth-keys-from-fas praiskup') }}" } tags: - openstack_users @@ -880,6 +882,9 @@ - { user: clime, tenant: coprdev } - { user: clime, tenant: persistent } - { user: jkadlcik, tenant: coprdev } + - { user: praiskup, tenant: copr } + - { user: praiskup, tenant: coprdev } + - { user: praiskup, tenant: persistent } tags: - openstack_users