Michal Konecny
be2e3a6d35
[nfs] Fix the nfs related errors
...
* intr parameter is now deprecated and it's no longer effective in
newer kernels
* nfs-server needs to run as well on Fedora otherwise the mount request
is rejected
2025-07-04 10:38:17 +02:00
Nils Philippsen
6c85fda0c9
Mass remove/replace iad2 -> rdu3, 10.3. -> 10.16.
...
Signed-off-by: Nils Philippsen <nils@redhat.com >
2025-07-03 20:05:02 +02:00
James Antill
aa89838764
Add rdu3 NFS mount tasks, and conditionalise both iad2/rdu3 tasks.
...
Signed-off-by: James Antill <james@and.org >
2025-06-26 11:18:32 -04:00
James Antill
336699099b
Use full name for ntap-rdu3.
...
Signed-off-by: James Antill <james@and.org >
2025-06-25 23:46:31 -04:00
Kevin Fenzi
f9c8e842b7
download / rdu3: add rdu3 download servers
...
This will allow us to test ro mounts from the rdu3 netapp.
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2025-06-16 14:02:36 -07:00
Ryan Lerch
25391e95b7
ansiblelint fixes - fqcn[action-core] - package to ansible.builtin.package
...
Replaces many references to package: with ansible.builtin.package
Signed-off-by: Ryan Lerch <rlerch@redhat.com >
2025-01-15 11:28:00 +10:00
Ryan Lerch
462176464b
ansiblelint fixes-- fqcn[action-core] - command to ansible.builtin.command
...
Replaces many references to command: with ansible.builtin.command
Signed-off-by: Ryan Lerch <rlerch@redhat.com >
2025-01-15 11:26:47 +10:00
Ryan Lerch
6a3816dfdc
ansiblelint fixes-- fqcn[action-core] - copy to ansible.builtin.copy
...
Replaces many references to 'copy' with ansible.builtin.copy
Signed-off-by: Ryan Lerch <rlerch@redhat.com >
2025-01-15 10:43:31 +10:00
Ryan Lerch
691adee6ee
Fix name[casing] ansible-lint issues
...
fix 1900 failures of the following case issue:
`name[casing]: All names should start with an uppercase letter.`
Signed-off-by: Ryan Lerch <rlerch@redhat.com >
2025-01-14 20:20:07 +10:00
Kevin Fenzi
2e9a9a084d
nfs/client: rpc-idmap is a static service that will restart when needed, so no need to try and restart it anymore
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2025-01-10 13:55:39 -08:00
Ryan Lerch
89f6f1fc32
Fix majority of remaining yamllint warnings and errors
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com >
2024-11-28 17:31:45 +10:00
Kevin Fenzi
3e0989ae7e
nfs/client / buildvm: do not show this as changed for check runs ever
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2024-10-05 09:14:20 -07:00
Kevin Fenzi
b9ec7574ad
nfs/client: fix copypasta
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2024-10-02 12:02:16 -07:00
Kevin Fenzi
592f0c8f3c
nfs/client: add a nmcli c up eth0 for buildvms / clean old stuff
...
buildvm's when reinstalled have systemd-resolved with no info in it,
doing a nmcli c up eth0 will cause NM to refresh systemd-resolved.
We need this for mounting nfs volumes so it can resolve the netapp.
Also, drop phx2 route stuff thats no longer needed.
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2024-10-02 11:49:34 -07:00
Kevin Fenzi
9f13154898
releng-compose: also include staging datacenter
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2021-11-09 16:46:28 -08:00
Kevin Fenzi
95da94f986
net/client: re-add check for route, we need it for rdu
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2021-02-16 14:31:52 -08:00
Kevin Fenzi
47419b1bc8
nfs/client: clean up old phx2 stuff
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2021-02-16 14:22:15 -08:00
Kevin Fenzi
78ddc037dd
nfs / client: fix ip for koji01.stg to be the iad2 one and not the phx2 one
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2020-09-04 12:35:32 -07:00
Kevin Fenzi
005af159b6
nfs/client: Correct netapp name for staging
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2020-08-26 15:53:44 -07:00
Kevin Fenzi
248b798813
nfs/client and batcave: adjust nfs/client playbook to work hopefully in iad2
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2020-05-21 12:16:08 -07:00
Pierre-Yves Chibon
a0303f2557
nfs/client: looks like nfs-lock is not present in RHEL8
...
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr >
2020-05-20 11:35:27 +02:00
Kevin Fenzi
7e89da26a6
nfs_client: try and reload nm config after the route file is added, not after all roles.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2020-04-24 21:34:14 +02:00
Kevin Fenzi
562de337af
nfs_client: reload NM after adding new storage route
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2020-04-24 21:34:14 +02:00
Mikolaj Izdebski
800afab801
Revert "nfs/client: Don't set up NetApp route for odcs-backend in staging"
...
This reverts commit dbb50cd67c604cfd96a1e61401e0b398b0db4d73.
2020-04-24 21:34:13 +02:00
Mikolaj Izdebski
e8174a0df7
nfs/client: Don't set up NetApp route for odcs-backend in staging
2020-04-24 21:34:13 +02:00
Kevin Fenzi
81fb4582e7
ansible: change when conditions to use == instead of is when checking strings.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2020-04-24 21:34:10 +02:00
Karsten Hopp
c9ed62ac32
update ansible_distribution_major_version conditionals
...
Signed-off-by: Karsten Hopp <karsten@redhat.com >
2020-04-24 21:34:10 +02:00
Rick Elrod
3336075a90
nfs/client: Add missing conditional in file copy logic
...
Signed-off-by: Rick Elrod <relrod@redhat.com >
2020-04-24 21:34:08 +02:00
Stephen Smoogen
1d3b6b10e4
add a route to get to the netapp over 10.5.127
2019-06-01 18:35:36 +00:00
Kevin Fenzi
6f2872da16
nfs/client: nfs-lock no longer exists in fedora
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2019-05-15 18:28:38 +00:00
Patrick Uiterwijk
4439efdef1
Allow stg mounting
...
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org >
2019-04-16 19:24:09 +02:00
Kevin Fenzi
c8de1af1d1
odcs-frontend01.stg: don't bother with netapp route in staging as it has no eth1 interface.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2019-04-15 20:47:46 +00:00
Kevin Fenzi
3359779879
nfs/client: exempt koji01.stg from the nfs route as well.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2019-04-08 20:18:38 +00:00
Kevin Fenzi
f22e76c8ac
koji-builder: fix s390x staging builder not needing/wanting eth1
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2018-12-31 00:06:29 +00:00
Kevin Fenzi
3f54dccda2
also skip route on buildhw-aarch64
2018-12-22 04:34:33 +00:00
Kevin Fenzi
5781573c20
take network-scripts back out and instead switch nfs/client to use nmcli c up eth1 to bring up storage route
2018-12-20 20:54:01 +00:00
Mikolaj Izdebski
1a88b7d923
nfs/client requires network-scripts on Fedora 29+
2018-11-01 00:25:03 +00:00
Kevin Fenzi
895c396a54
NOOOOOPE (wrong fix)
...
Revert "see if we can fix the openqa workers"
This reverts commit f928c45abd .
2018-07-04 03:48:59 +00:00
Kevin Fenzi
f928c45abd
see if we can fix the openqa workers
2018-07-04 03:15:14 +00:00
Mikolaj Izdebski
41321e5ad2
Staging Koji hub should not mount NFS on itself
2018-03-03 03:44:02 +00:00
Mikolaj Izdebski
6ecfec3243
Configure sshfs on buildvm-s390x-stg
2018-03-01 00:44:14 +00:00
Patrick Uiterwijk
09284197a3
Prod koji must be mounted with nfsv3
...
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com >
2018-01-17 18:39:26 +00:00
Kevin Fenzi
0be887c09a
try and untangle the stg koji mount on bodhi-backend01
2018-01-11 22:12:07 +00:00
Patrick Uiterwijk
5f0b3fb7e1
Only do koji-mount related things if mounting /mnt/koji
...
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com >
2017-12-22 12:55:41 +00:00
Kevin Fenzi
b55984ca31
none of the armv7 instances are in createrepo channel
2017-12-10 19:39:20 +00:00
Stephen Smoogen
0498b53e9b
rdu doesnt need a route so dont ask for one
2017-12-01 03:06:19 +00:00
Stephen Smoogen
eebb019329
we dont have a route like that in rdu anymore.
2017-12-01 02:33:34 +00:00
Kevin Fenzi
12be49917c
this needs to be rw mount in stg for koji
2017-11-22 17:51:56 +00:00
Patrick Uiterwijk
16386da998
Staging /mnt/koji must be mounted with nfsv4
...
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com >
2017-10-31 13:59:46 +00:00
Patrick Uiterwijk
aed0778c44
Staging koji nfs does not do nfsv3
...
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com >
2017-10-13 11:37:14 +00:00