Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCA workflow support #1469

Merged
merged 30 commits into from
Feb 18, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
adb4152
DOCA workflow support
assumptionsandg Oct 8, 2024
e26298b
Try use kernel meta package
assumptionsandg Jan 15, 2025
9650481
Add DOCA install playbook
Jan 21, 2025
c271261
Release note
assumptionsandg Jan 21, 2025
9986dfc
Fix bad merge conflict
assumptionsandg Jan 21, 2025
2a93d4d
Fix whitespace
assumptionsandg Jan 21, 2025
fb78583
Use command instead
assumptionsandg Jan 21, 2025
f83772f
Default to false
assumptionsandg Jan 21, 2025
37fa44d
Merge branch 'stackhpc/2024.1' into ofed-fixes
assumptionsandg Jan 22, 2025
d224b74
Fix release note
assumptionsandg Jan 29, 2025
7b27767
Merge branch 'ofed-fixes' of github.com:stackhpc/stackhpc-kayobe-conf…
assumptionsandg Jan 29, 2025
f66506c
Create DOCA builder env
assumptionsandg Jan 30, 2025
931e82c
Disable DOCA by default in group_vars
assumptionsandg Jan 30, 2025
aed1a30
Fix environment
assumptionsandg Feb 4, 2025
4aa733b
Add Release Train documentation
assumptionsandg Feb 4, 2025
05b7150
FIx typos
assumptionsandg Feb 7, 2025
155d0ba
Update doc/source/contributor/ofed.rst
assumptionsandg Feb 10, 2025
7ed300b
Apply suggestions from code review
assumptionsandg Feb 10, 2025
39f74db
Update doc/source/contributor/ofed.rst
assumptionsandg Feb 10, 2025
af83055
Address review comments
assumptionsandg Feb 10, 2025
d744c46
Disable docker repo
assumptionsandg Feb 10, 2025
0706f6b
Fix package list
assumptionsandg Feb 10, 2025
e92d361
Test docker
assumptionsandg Feb 10, 2025
9766b10
Seed configure fix
assumptionsandg Feb 10, 2025
248270b
Update doc/source/contributor/ofed.rst
assumptionsandg Feb 11, 2025
7fdaab6
Reboot
assumptionsandg Feb 11, 2025
abb14a4
Fix reboot doc
assumptionsandg Feb 11, 2025
ce973ac
Default pulp ofed sync
assumptionsandg Feb 11, 2025
1e9f1ab
Update Pulp sync condition
assumptionsandg Feb 13, 2025
343014f
Fixup DOCA DNF install variable
assumptionsandg Feb 13, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Disable DOCA by default in group_vars
  • Loading branch information
assumptionsandg committed Jan 30, 2025
commit 931e82cec908adcc9326af6dea5150c3419e30e2
2 changes: 1 addition & 1 deletion etc/kayobe/dnf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ dnf_docker_gpg_key_url: "https://download.docker.com/linux/centos/gpg"

# Whether to create a repo file for DOCA. This affects RedHat-based
# systems only. Default value is 'false'.
dnf_install_doca: false
#dnf_install_doca:

###############################################################################
# DNF Automatic configuration.
Expand Down
3 changes: 3 additions & 0 deletions etc/kayobe/inventory/group_vars/all/stackhpc-repos
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
# vm has been provisioned
# This behaviour is overriden for Overcloud hosts.
stackhpc_repos_enabled: false

# Disable StackHPC DOCA repositories by default
dnf_install_doca: false
Loading