From 3b40a1e93b3a91c84bc41d0770b2f69fe7ad0bcd Mon Sep 17 00:00:00 2001 From: Tim Pepper Date: Mon, 23 May 2016 13:56:19 -0700 Subject: [PATCH] ciao: update CNCI image location A new image is rsyncing to https://download.clearlinux.org/demos/ciao/ and the documentation needs to reference it. To prevent the need for these changes repeatedly in the future, we'll soon have things set up to consume automagically whatever is the latest image. Signed-off-by: Tim Pepper --- source/ciao-cluster-setup.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/ciao-cluster-setup.rst b/source/ciao-cluster-setup.rst index 31d71b99..bb86d40f 100644 --- a/source/ciao-cluster-setup.rst +++ b/source/ciao-cluster-setup.rst @@ -299,10 +299,10 @@ This section describes how to generate a CNCI image from a vanilla Clear Cloud qcow2 image:: $ cd /var/lib/ciao/images - $ curl -O https://download.clearlinux.org/demos/ciao/clear-7520-ciao-networking.img.xz - $ xz -T0 --decompress clear-7520-ciao-networking.img.xz - $ ln -s clear-7520-ciao-networking.img 4e16e743-265a-4bf2-9fd1-57ada0b28904 - $ $GOPATH/src/github.com/01org/ciao/networking/ciao-cnci-agent/scripts/update_cnci_cloud_image.sh /var/lib/ciao/images/clear-7520-ciao-networking.img /etc/pki/ciao/ + $ curl -O https://download.clearlinux.org/demos/ciao/clear-8260-ciao-networking.img.xz + $ xz -T0 --decompress clear-8260-ciao-networking.img.xz + $ ln -s clear-8260-ciao-networking.img 4e16e743-265a-4bf2-9fd1-57ada0b28904 + $ $GOPATH/src/github.com/01org/ciao/networking/ciao-cnci-agent/scripts/update_cnci_cloud_image.sh /var/lib/ciao/images/clear-8260-ciao-networking.img /etc/pki/ciao/ Start the network node launcher ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~