Skip to content

Commit 931e82c

Browse files
Disable DOCA by default in group_vars
1 parent f66506c commit 931e82c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

etc/kayobe/dnf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ dnf_docker_gpg_key_url: "https://download.docker.com/linux/centos/gpg"
181181

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

186186
###############################################################################
187187
# DNF Automatic configuration.

etc/kayobe/inventory/group_vars/all/stackhpc-repos

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
# vm has been provisioned
55
# This behaviour is overriden for Overcloud hosts.
66
stackhpc_repos_enabled: false
7+
8+
# Disable StackHPC DOCA repositories by default
9+
dnf_install_doca: false

0 commit comments

Comments
 (0)