We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f66506c commit 931e82cCopy full SHA for 931e82c
etc/kayobe/dnf.yml
@@ -181,7 +181,7 @@ dnf_docker_gpg_key_url: "https://download.docker.com/linux/centos/gpg"
181
182
# Whether to create a repo file for DOCA. This affects RedHat-based
183
# systems only. Default value is 'false'.
184
-dnf_install_doca: false
+#dnf_install_doca:
185
186
###############################################################################
187
# DNF Automatic configuration.
etc/kayobe/inventory/group_vars/all/stackhpc-repos
@@ -4,3 +4,6 @@
4
# vm has been provisioned
5
# This behaviour is overriden for Overcloud hosts.
6
stackhpc_repos_enabled: false
7
+
8
+# Disable StackHPC DOCA repositories by default
9
+dnf_install_doca: false
0 commit comments