Make kojipkgs_url a var.
This commit is contained in:
parent
9410861ea5
commit
cf42ac7ae0
9 changed files with 18 additions and 12 deletions
|
@ -4,6 +4,8 @@ eth0_ip: 10.5.125.66
|
|||
eth1_ip: 10.5.127.53
|
||||
volgroup: /dev/vg_bvirthost08
|
||||
|
||||
kojipkgs_url: kojipkgs.fedoraproject.org
|
||||
|
||||
# These are consumed by a task in roles/fedmsg/base/main.yml
|
||||
fedmsg_certs:
|
||||
- service: shell
|
||||
|
|
|
@ -12,6 +12,8 @@ datacenter: staging
|
|||
|
||||
fas_client_groups: sysadmin-noc,sysadmin-releng,sysadmin-fedimg
|
||||
|
||||
kojipkgs_url: koji.stg.fedoraproject.org
|
||||
|
||||
nfs_mount_opts: rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4
|
||||
|
||||
# These are consumed by a task in roles/fedmsg/base/main.yml
|
||||
|
|
|
@ -3,6 +3,8 @@ eth0_ip: 10.5.125.69
|
|||
eth1_ip: 10.5.127.54
|
||||
volgroup: /dev/vg_bvirthost06
|
||||
|
||||
kojipkgs_url: kojipkgs.fedoraproject.org
|
||||
|
||||
# These are consumed by a task in roles/fedmsg/base/main.yml
|
||||
fedmsg_certs:
|
||||
- service: shell
|
||||
|
|
|
@ -26,13 +26,13 @@ assumeyes=1
|
|||
|
||||
[fedora]
|
||||
name=fedora
|
||||
baseurl=http://kojipkgs.fedoraproject.org/mash/branched/armhfp/os
|
||||
baseurl=http://{{kojipkgs_url}}/mash/branched/armhfp/os
|
||||
enabled=1
|
||||
cost=5000
|
||||
|
||||
[static]
|
||||
name=static
|
||||
baseurl=http://kojipkgs.fedoraproject.org/repos/f21-build/latest/armhfp
|
||||
baseurl=http://{{kojipkgs_url}}/repos/f21-build/latest/armhfp
|
||||
enabled=1
|
||||
#cost=2000
|
||||
"""
|
||||
|
|
|
@ -26,13 +26,13 @@ assumeyes=1
|
|||
|
||||
[fedora]
|
||||
name=fedora
|
||||
baseurl=http://kojipkgs.fedoraproject.org/mash/branched/i386/os
|
||||
baseurl=http://{{kojipkgs_url}}/mash/branched/i386/os
|
||||
enabled=1
|
||||
cost=5000
|
||||
|
||||
[static]
|
||||
name=static
|
||||
baseurl=http://kojipkgs.fedoraproject.org/repos/f21-build/latest/i386
|
||||
baseurl=http://{{kojipkgs_url}}/repos/f21-build/latest/i386
|
||||
enabled=1
|
||||
#cost=2000
|
||||
"""
|
||||
|
|
|
@ -26,13 +26,13 @@ assumeyes=1
|
|||
|
||||
[fedora]
|
||||
name=fedora
|
||||
baseurl=http://kojipkgs.fedoraproject.org/mash/branched/x86_64/os
|
||||
baseurl=http://{{kojipkgs_url}}/mash/branched/x86_64/os
|
||||
enabled=1
|
||||
cost=5000
|
||||
|
||||
[static]
|
||||
name=static
|
||||
baseurl=http://kojipkgs.fedoraproject.org/repos/f21-build/latest/x86_64
|
||||
baseurl=http://{{kojipkgs_url}}/repos/f21-build/latest/x86_64
|
||||
enabled=1
|
||||
#cost=2000
|
||||
"""
|
||||
|
|
|
@ -25,13 +25,13 @@ assumeyes=1
|
|||
|
||||
[fedora]
|
||||
name=fedora
|
||||
baseurl=http://kojipkgs.fedoraproject.org/mash/rawhide/armhfp/os
|
||||
baseurl=http://{{kojipkgs_url}}/mash/rawhide/armhfp/os
|
||||
enabled=1
|
||||
cost=5000
|
||||
|
||||
[static]
|
||||
name=static
|
||||
baseurl=http://kojipkgs.fedoraproject.org/repos/rawhide/latest/armhfp
|
||||
baseurl=http://{{kojipkgs_url}}/repos/rawhide/latest/armhfp
|
||||
enabled=1
|
||||
#cost=2000
|
||||
"""
|
||||
|
|
|
@ -25,13 +25,13 @@ assumeyes=1
|
|||
|
||||
[fedora]
|
||||
name=fedora
|
||||
baseurl=http://kojipkgs.fedoraproject.org/mash/rawhide/i386/os
|
||||
baseurl=http://{{kojipkgs_url}}/mash/rawhide/i386/os
|
||||
enabled=1
|
||||
cost=5000
|
||||
|
||||
[static]
|
||||
name=static
|
||||
baseurl=http://kojipkgs.fedoraproject.org/repos/rawhide/latest/i386
|
||||
baseurl=http://{{kojipkgs_url}}/repos/rawhide/latest/i386
|
||||
enabled=1
|
||||
#cost=2000
|
||||
"""
|
||||
|
|
|
@ -25,13 +25,13 @@ assumeyes=1
|
|||
|
||||
[fedora]
|
||||
name=fedora
|
||||
baseurl=http://kojipkgs.fedoraproject.org/mash/rawhide/x86_64/os
|
||||
baseurl=http://{{kojipkgs_url}}/mash/rawhide/x86_64/os
|
||||
enabled=1
|
||||
cost=5000
|
||||
|
||||
[static]
|
||||
name=static
|
||||
baseurl=http://kojipkgs.fedoraproject.org/repos/rawhide/latest/x86_64
|
||||
baseurl=http://{{kojipkgs_url}}/repos/rawhide/latest/x86_64
|
||||
enabled=1
|
||||
#cost=2000
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue