Moving feroda atomic image to the bay driver folder.

Moving the fedora atomic image to the new driver folder.
This is a common image used by swarm and kubernetes,
and has been moved to a common folder.

Change-Id: I98051da7e9c8f7943fb5fe2109989d66b4b03736
Partially-Implements: blueprint bay-drivers
This commit is contained in:
Murali Allada 2016-06-09 15:04:20 -05:00 committed by murali allada
parent d1315b6f49
commit eb2110a172
7 changed files with 2 additions and 2 deletions

View File

@ -40,10 +40,10 @@ How to generate Fedora Atomic image
To generate an atomic image for Fedora 23 these commands can be To generate an atomic image for Fedora 23 these commands can be
executed:: executed::
export ELEMENTS_PATH=/path/to/diskimage-builder/elements:/path/to/magnum/elements export ELEMENTS_PATH=/path/to/diskimage-builder/elements:/path/to/magnum/drivers/driver_name/image
export DIB_RELEASE=23 # this can be switched to the desired version export DIB_RELEASE=23 # this can be switched to the desired version
export DIB_IMAGE_SIZE=2 # we need to give a bit more space to loopback device export DIB_IMAGE_SIZE=2 # we need to give a bit more space to loopback device
disk-image-create fedora-atomic disk-image-create fedora-atomic -o fedora-atomic
This element can consume already published trees, but you can use it This element can consume already published trees, but you can use it
to consume your own generated trees. Documentation about creating own trees to consume your own generated trees. Documentation about creating own trees