openqa: fix stg to lab group naming.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
acf4103459
commit
6f35dc95cf
1 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=openqa:openqa_stg"
|
- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=openqa:openqa_lab"
|
||||||
|
|
||||||
- name: setup base openQA host
|
- name: setup base openQA host
|
||||||
hosts: openqa:openqa_stg
|
hosts: openqa:openqa_lab
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
||||||
|
|
||||||
- name: configure fedora-messaging queues on openQA servers
|
- name: configure fedora-messaging queues on openQA servers
|
||||||
hosts: openqa:openqa_stg
|
hosts: openqa:openqa_lab
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
|
|
||||||
|
@ -139,7 +139,7 @@
|
||||||
when: "checkcompose_env_suffix is defined"
|
when: "checkcompose_env_suffix is defined"
|
||||||
|
|
||||||
- name: set up openQA server data NFS mounts (staging)
|
- name: set up openQA server data NFS mounts (staging)
|
||||||
hosts: openqa_stg
|
hosts: openqa_lab
|
||||||
|
|
||||||
vars_files:
|
vars_files:
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
|
@ -149,12 +149,12 @@
|
||||||
roles:
|
roles:
|
||||||
- role: nfs/client
|
- role: nfs/client
|
||||||
mnt_dir: '/var/lib/openqa/testresults'
|
mnt_dir: '/var/lib/openqa/testresults'
|
||||||
nfs_src_dir: 'fedora_openqa_stg/testresults'
|
nfs_src_dir: 'fedora_openqa_lab/testresults'
|
||||||
nfs_mount_opts: 'rw,bg,nfsvers=3'
|
nfs_mount_opts: 'rw,bg,nfsvers=3'
|
||||||
tags: ['nfs_client']
|
tags: ['nfs_client']
|
||||||
- role: nfs/client
|
- role: nfs/client
|
||||||
mnt_dir: '/var/lib/openqa/images'
|
mnt_dir: '/var/lib/openqa/images'
|
||||||
nfs_src_dir: 'fedora_openqa_stg/images'
|
nfs_src_dir: 'fedora_openqa_lab/images'
|
||||||
nfs_mount_opts: 'rw,bg,nfsvers=3'
|
nfs_mount_opts: 'rw,bg,nfsvers=3'
|
||||||
tags: ['nfs_client']
|
tags: ['nfs_client']
|
||||||
|
|
||||||
|
@ -185,7 +185,7 @@
|
||||||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
||||||
|
|
||||||
- name: configure openQA
|
- name: configure openQA
|
||||||
hosts: openqa:openqa_stg
|
hosts: openqa:openqa_lab
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue