-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7b27767
commit f66506c
Showing
10 changed files
with
64 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
etc/kayobe/environments/ci-builder/inventory/group_vars/ofed-builder/stackhpc-repos
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
|
||
dependencies: | ||
- ci-builder |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
############################################################################### | ||
# Controller node configuration. | ||
|
||
# User with which to access the controllers via SSH during bootstrap, in order | ||
# to setup the Kayobe user account. Default is {{ os_distribution }}. | ||
controller_bootstrap_user: cloud-user | ||
|
||
############################################################################### | ||
# Controller node LVM configuration. | ||
|
||
# List of controller volume groups. See mrlesmithjr.manage_lvm role for | ||
# format. | ||
controller_lvm_groups: | ||
- "{{ stackhpc_lvm_group_rootvg }}" | ||
|
||
############################################################################### | ||
# Dummy variable to allow Ansible to accept this file. | ||
workaround_ansible_issue_8743: yes |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[ofed-builder:children] | ||
seed | ||
controllers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
############################################################################### | ||
# Seed node configuration. | ||
|
||
# User with which to access the seed via SSH during bootstrap, in order | ||
# to setup the Kayobe user account. Default is {{ os_distribution }}. | ||
seed_bootstrap_user: cloud-user | ||
|
||
############################################################################### | ||
# Seed node LVM configuration. | ||
|
||
# Seed lvm configuration. See inventory/group_vars/seed/lvm.yml | ||
# for the exact configuration. | ||
seed_lvm_groups: | ||
- "{{ stackhpc_lvm_group_rootvg }}" | ||
|
||
############################################################################### | ||
# Dummy variable to allow Ansible to accept this file. | ||
workaround_ansible_issue_8743: yes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
############################################################################### | ||
# StackHPC configuration. | ||
|
||
# Enable StackHPC Ark repositories for DOCA builds | ||
stackhpc_repos_enabled: true | ||
dnf_install_doca: true | ||
dnf_enable_doca_modules: false |