Make this host-specific instead of group-specific.
This commit is contained in:
parent
3eab17a0cc
commit
69d6bf52ea
2 changed files with 5 additions and 5 deletions
|
@ -5,10 +5,5 @@ koji_topurl: "http://kojipkgs.fedoraproject.org/"
|
||||||
|
|
||||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4"
|
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4"
|
||||||
|
|
||||||
# This line should be removed whenever the modularity-wg is done doing its tests
|
|
||||||
# on composer.stg.
|
|
||||||
# See: https://fedorahosted.org/rel-eng/ticket/6441
|
|
||||||
fedmsg_validate_signatures: False
|
|
||||||
|
|
||||||
mem_size: 8192
|
mem_size: 8192
|
||||||
num_cpus: 4
|
num_cpus: 4
|
||||||
|
|
|
@ -21,6 +21,11 @@ kojihub_scheme: http
|
||||||
|
|
||||||
virt_install_command: "{{ virt_install_command_two_nic }}"
|
virt_install_command: "{{ virt_install_command_two_nic }}"
|
||||||
|
|
||||||
|
# This line should be removed whenever the modularity-wg is done doing its tests
|
||||||
|
# on composer.stg.
|
||||||
|
# See: https://fedorahosted.org/rel-eng/ticket/6441
|
||||||
|
fedmsg_validate_signatures: False
|
||||||
|
|
||||||
# These are consumed by a task in roles/fedmsg/base/main.yml
|
# These are consumed by a task in roles/fedmsg/base/main.yml
|
||||||
fedmsg_certs:
|
fedmsg_certs:
|
||||||
- service: shell
|
- service: shell
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue