Skip to content

enhance(napalm): Add bootstrapping support for context container

Shane Gibson requested to merge napalm-bootstrapping into v4

Adds bootstrap profile for napalm, along with enhanced documentation.

To utilize for initial DRP install (after v4.11.0 release, otherwise add --version=tip argument to installer):

  • curl -s get.rebar.digital/stable | bash -s -- install --universal --initial-contents=napalm --initial-profiles=bootstrap-napalm

If a DRP Endpoint has already been installed, perform the following:

  • go to the Machines menu
  • select the self runner Machine (should be the same name as the DRP Endpoint ID)
  • ensure the self runner Machine is unlocked and in Workflow mode (not Workorder mode)
  • add the Profile bootstrap-napalm to the self runner Machine
  • in the Editor, select the Workflow universal-bootstrap (requires universal content installed)
  • if the self runner Machine is already in this Workflow, then just hit the Start Workflow button in the upper left
  • the Activity panel job logs for bootstrap-contexts should show the status of the boostrap operation
Edited by Shane Gibson

Merge request reports