buildvm: adjust sshfs for s390x builders to use koji01.iad2
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
5af91a294d
commit
bfebbd4d03
1 changed files with 2 additions and 2 deletions
|
@ -255,7 +255,7 @@
|
|||
mount: path="/mnt/fedora_koji"
|
||||
state=present
|
||||
fstype=fuse.sshfs
|
||||
src="root@koji01{{ env_suffix }}.phx2.fedoraproject.org:/mnt/fedora_koji"
|
||||
src="root@koji01{{ env_suffix }}.iad2.fedoraproject.org:/mnt/fedora_koji"
|
||||
opts="noauto,_netdev,ServerAliveInterval=20,IdentityFile=/etc/primary-s390x-sshfs"
|
||||
tags:
|
||||
- sshfs
|
||||
|
@ -264,7 +264,7 @@
|
|||
mount: path="/srv/odcs"
|
||||
state=present
|
||||
fstype=fuse.sshfs
|
||||
src="root@koji01{{ env_suffix }}.phx2.fedoraproject.org:/srv/odcs"
|
||||
src="root@koji01{{ env_suffix }}.iad2.fedoraproject.org:/srv/odcs"
|
||||
opts="noauto,_netdev,ServerAliveInterval=20,IdentityFile=/etc/primary-s390x-sshfs"
|
||||
tags:
|
||||
- sshfs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue