Skip to content

Commit 9c61a4a

Browse files
Move OFED config to group_vars
1 parent fdab85c commit 9c61a4a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
3+
seed_lvm_groups:
4+
- "{{ stackhpc_lvm_group_rootvg }}"
File renamed without changes.

etc/kayobe/environments/ci-builder/seed.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ seed_bootstrap_user: "{{ os_distribution if os_distribution == 'ubuntu' else 'cl
99
# Uncomment this if using an LVM-based image.
1010
# Seed lvm configuration. See inventory/group_vars/seed/lvm.yml
1111
# for the exact configuration.
12-
seed_lvm_groups:
13-
- "{{ stackhpc_lvm_group_rootvg }}"
12+
# seed_lvm_groups:
13+
# - "{{ stackhpc_lvm_group_rootvg }}"

0 commit comments

Comments
 (0)