download vsg custom image
diff --git a/xos/configurations/cord-pod/Makefile b/xos/configurations/cord-pod/Makefile
index 950f758..e1a2fe7 100644
--- a/xos/configurations/cord-pod/Makefile
+++ b/xos/configurations/cord-pod/Makefile
@@ -16,7 +16,7 @@
vtn: vtn-external.yaml
sudo docker-compose run xos python /opt/xos/tosca/run.py padmin@vicci.org /root/setup/vtn-external.yaml
-cord:
+cord: vsg_custom_images
sudo docker-compose run xos python /opt/xos/tosca/run.py padmin@vicci.org /root/setup/mgmt-net.yaml
sudo docker-compose run xos python /opt/xos/tosca/run.py padmin@vicci.org /root/setup/cord-vtn-vsg.yaml
@@ -57,6 +57,9 @@
ceilometer_custom_images:
bash -c "source ./admin-openrc.sh; glance image-show ceilometer-trusty-server-multi-nic || ! mkdir -p ./images || ! wget http://www.vicci.org/cord/ceilometer-trusty-server-multi-nic.compressed.qcow2 -P ./images || glance image-create --name ceilometer-trusty-server-multi-nic --disk-format qcow2 --file ./images/ceilometer-trusty-server-multi-nic.compressed.qcow2 --container-format bare"
+vsg_custom_images:
+ bash -c "source ./admin-openrc.sh; glance image-show vsg || ! mkdir -p ./images || ! wget http://www.vicci.org/cord/vsg-1.0.qcow2 -P ./images || glance image-create --name vsg-1.0 --disk-format qcow2 --file ./images/vsg-1.0.qcow2 --container-format bare"
+
.PHONY: local_containers
local_containers:
cd ../../../containers/xos; make devel