
This checks in diskimage-builder elements from the akanda-appliance-builder repository, which we'll be merging with this one. Co-Authored-By: David Lenwell <dlenwell@gmail.com> Co-Authored-By: Mark McClain <mark@mcclain.xyz> Change-Id: Ic53dec0ff675be1e38babc893820f27561cfd774 Partial-Bug: #1464359
11 lines
523 B
Markdown
11 lines
523 B
Markdown
|
|
Creates a sudo privileged user in the appliance VM that can be used for
|
|
debugging connectivity issues via the console, when SSH connectivity is
|
|
not possible. Note that an 'akanda' user is created by the RUG and setup
|
|
to authenticate using a SSH public key. This element should only be included
|
|
when building images for develoment environments.
|
|
|
|
The username and password can be set in the build environment as
|
|
$DIB_AKANDA_APPLIANCE_DEBUG_USER and $DIB_AKANDA_APPLIANCE_DEBUG_PASSWORD
|
|
The defaults are akanda-debug/akanda.
|