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 eb5f9c6 commit 79c8458Copy full SHA for 79c8458
etc/kayobe/ipa.yml
@@ -32,6 +32,7 @@
32
ipa_build_dib_elements_extra:
33
- extra-hardware
34
- mellanox
35
+ - devuser
36
37
# List of Diskimage Builder (DIB) elements to use when building IPA images.
38
# Default is combination of ipa_build_dib_elements_default and
@@ -44,7 +45,10 @@ ipa_build_dib_elements_extra:
44
45
46
# Dictionary of additional environment variables to provide to Diskimage
47
# Builder (DIB) during IPA image build.
-#ipa_build_dib_env_extra:
48
+ipa_build_dib_env_extra:
49
+ DIB_DEV_USER_USERNAME: "devuser"
50
+ DIB_DEV_USER_PASSWORD: "correct horse battery staple"
51
+ DIB_DEV_USER_PWDLESS_SUDO: "yes"
52
53
# Dictionary of environment variables to provide to Diskimage Builder (DIB)
54
# during IPA image build.
0 commit comments