Skip to content

Commit

Permalink
Devuser config
Browse files Browse the repository at this point in the history
  • Loading branch information
assumptionsandg committed Dec 17, 2024
1 parent eb5f9c6 commit 79c8458
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion etc/kayobe/ipa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
ipa_build_dib_elements_extra:
- extra-hardware
- mellanox
- devuser

# List of Diskimage Builder (DIB) elements to use when building IPA images.
# Default is combination of ipa_build_dib_elements_default and
Expand All @@ -44,7 +45,10 @@ ipa_build_dib_elements_extra:

# Dictionary of additional environment variables to provide to Diskimage
# Builder (DIB) during IPA image build.
#ipa_build_dib_env_extra:
ipa_build_dib_env_extra:
DIB_DEV_USER_USERNAME: "devuser"
DIB_DEV_USER_PASSWORD: "correct horse battery staple"
DIB_DEV_USER_PWDLESS_SUDO: "yes"

# Dictionary of environment variables to provide to Diskimage Builder (DIB)
# during IPA image build.
Expand Down

0 comments on commit 79c8458

Please sign in to comment.