Skip to content

Commit 8e223da

Browse files
Switch to stack user
1 parent 80e230f commit 8e223da

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

etc/kayobe/ansible/build-ofed-rocky.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@
5151

5252
- name: Create build directory
5353
ansible.builtin.file:
54-
path: /home/cloud-user/ofed
54+
path: /home/stack/ofed
5555
state: directory
5656
mode: 0777
5757

5858
- name: Set build directory
5959
ansible.builtin.replace:
6060
path: /opt/mellanox/doca/tools/doca-kernel-support
6161
regexp: 'TMP_DIR=\$1'
62-
replace: 'TMP_DIR=/home/cloud-user/ofed'
62+
replace: 'TMP_DIR=/home/stack/ofed'
6363

6464
- name: Build OFED kernel modules
6565
ansible.builtin.shell:
@@ -70,4 +70,4 @@
7070
ansible.builtin.dnf:
7171
name: doca-ofed-userspace
7272
download_only: true
73-
download_dir: /home/cloud-user/ofed
73+
download_dir: /home/stack/ofed

etc/kayobe/ansible/push-ofed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
- name: Lookup Pulp RPMs on builder
1919
ansible.builtin.find:
20-
paths: "/home/cloud-user/ofed"
20+
paths: "/home/stack/ofed"
2121
register: rpm_dir
2222

2323
- name: Upload OFED RPMs to Pulp

0 commit comments

Comments
 (0)