Cleanup multi-line disk-image-create commands

This commit moves the disk-image-create comand lines into a more
readable multi-line syntax.

Change-Id: Ic8a839a81de5bba1d3e0fd56510f9e5b433728eb
This commit is contained in:
Justin Shepherd 2016-05-26 11:33:32 -05:00
parent 5f1f2957d5
commit f58a3c0bc8
1 changed files with 8 additions and 4 deletions

View File

@ -17,14 +17,18 @@ If you have a license for nginx plus you will be able to take advantage of some
nginx-plus features but you must first copy over your nginx certs. Run this commad in the
astara-appliance directory::
ELEMENTS_PATH=diskimage-builder/elements DIB_RELEASE=jessie DIB_EXTLINUX=1 \
DIB_ASTARA_ADVANCED_SERVICES=router,loadbalancer disk-image-create debian vm astara nginx -o astara-lb
ELEMENTS_PATH=diskimage-builder/elements \
DIB_RELEASE=jessie DIB_EXTLINUX=1 \
DIB_ASTARA_ADVANCED_SERVICES=router,loadbalancer \
disk-image-create debian vm astara nginx -o astara-lb
or for nginx plus (nginx certs will need to be copied over before running this command).
Run this commad in the astara-appliance directory::
ELEMENTS_PATH=diskimage-builder/elements DIB_RELEASE=jessie DIB_EXTLINUX=1 \
DIB_ASTARA_ADVANCED_SERVICES=router,loadbalancer disk-image-create debian vm astara nginx-plus -o astara-lb
ELEMENTS_PATH=diskimage-builder/elements \
DIB_RELEASE=jessie DIB_EXTLINUX=1 \
DIB_ASTARA_ADVANCED_SERVICES=router,loadbalancer \
disk-image-create debian vm astara nginx-plus -o astara-lb
Configure Neutron for Astara loadbalancer support
-------------------------------------------------