mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-08-25 09:27:37 +00:00
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 <timothy.c.pepper@linux.intel.com>
This commit is contained in:
@@ -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
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user