Update docs for akanda-appliance-builder repo EOL
We've merged the akanda-appliance-builder code into akanda-appliance. This updates image building docs accordingly. Change-Id: I002371c10bdb850425d413be759d519f4e446a71
This commit is contained in:
parent
dbd8943478
commit
dfb0ff2fd3
@ -17,9 +17,9 @@ Building a Service VM image from source
|
|||||||
|
|
||||||
The router code that runs within the appliance is hosted in the ``akanda-appliance``
|
The router code that runs within the appliance is hosted in the ``akanda-appliance``
|
||||||
repository at ``https://github.com/stackforge/akanda-appliance``. Additional tooling
|
repository at ``https://github.com/stackforge/akanda-appliance``. Additional tooling
|
||||||
for actually building a VM image to run the appliance is stored in the ``akanda-appliance-builder``
|
for actually building a VM image to run the appliance is located in that repository's
|
||||||
repository at ``https://github.com/stackforge/akanda-appliance-builder`` in the form of build
|
``disk-image-builder`` sub-directory, in the form elements to be used with
|
||||||
elements to be used with ``diskimage-builder``. The following instructions will walk through
|
``diskimage-builder``. The following instructions will walk through
|
||||||
building the Debian-based appliance locally, publishing to Glance and configuring the RUG to
|
building the Debian-based appliance locally, publishing to Glance and configuring the RUG to
|
||||||
use said image. These instructions are for building the image on an Ubuntu 14.04+ system.
|
use said image. These instructions are for building the image on an Ubuntu 14.04+ system.
|
||||||
|
|
||||||
@ -37,7 +37,8 @@ Next, clone the ``akanda-appliance-builder`` repository:
|
|||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
git clone https://github.com/akanda-appliance-builder
|
git clone https://github.com/stackforge/akanda-appliance
|
||||||
|
|
||||||
|
|
||||||
Build the image
|
Build the image
|
||||||
+++++++++++++++
|
+++++++++++++++
|
||||||
@ -46,7 +47,7 @@ Kick off an image build using diskimage-builder:
|
|||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
cd akanda-appliance-builder
|
cd akanda-appliance
|
||||||
ELEMENTS_PATH=diskimage-builder/elements DIB_RELEASE=wheezy DIB_EXTLINUX=1 \
|
ELEMENTS_PATH=diskimage-builder/elements DIB_RELEASE=wheezy DIB_EXTLINUX=1 \
|
||||||
disk-image-create debian vm akanda -o akanda
|
disk-image-create debian vm akanda -o akanda
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user