Skip to content

Commit 4f76609

Browse files
authored
Merge branch 'main' into feat/sssd-sshd-compute-init
2 parents c18450d + ea6e756 commit 4f76609

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ansible/roles/lustre/defaults/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ lustre_mount_state: mounted
66
lustre_mount_options: 'defaults,_netdev,noauto,x-systemd.automount,x-systemd.requires=lnet.service'
77

88
# below variables are for build and should not generally require changes
9+
lustre_git_repo: "git://git.whamcloud.com/fs/lustre-release.git"
910
lustre_build_packages:
1011
- "kernel-devel-{{ ansible_kernel }}"
1112
- git

ansible/roles/lustre/tasks/install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- name: Clone lustre git repo
77
# https://git.whamcloud.com/?p=fs/lustre-release.git;a=summary
88
ansible.builtin.git:
9-
repo: git://git.whamcloud.com/fs/lustre-release.git
9+
repo: "{{ lustre_git_repo }}"
1010
dest: "{{ lustre_build_dir }}"
1111
version: "{{ lustre_version }}"
1212

0 commit comments

Comments
 (0)