Merge ~rodsmith/plainbox-provider-certification-server:update-c-c-conf into plainbox-provider-certification-server:master

Proposed by Rod Smith
Status: Merged
Approved by: Sylvain Pineau
Approved revision: 1afc80d9de7b7a715f67eeb5f19a83d30cab21d7
Merged at revision: 3388fe1a81d39b08f54f25ef14245fc97e71c316
Proposed branch: ~rodsmith/plainbox-provider-certification-server:update-c-c-conf
Merge into: plainbox-provider-certification-server:master
Diff against target: 44 lines (+15/-8)
1 file modified
configs/canonical-certification.conf (+15/-8)
Reviewer Review Type Date Requested Status
Jeff Lane  Approve
Review via email: mp+343047@code.launchpad.net

Description of the change

Updates to comments in /etc/xdg/canonical-certification.conf to bring it up to date with changes needed for artful and later releases.

To post a comment you must log in.
Revision history for this message
Jeff Lane  (bladernr) wrote :

thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/configs/canonical-certification.conf b/configs/canonical-certification.conf
2index 49a4ea7..a8be887 100644
3--- a/configs/canonical-certification.conf
4+++ b/configs/canonical-certification.conf
5@@ -38,6 +38,9 @@ welcome_text = Welcome to System Certification!
6 # - This will work the same as the file:// example above and should be a
7 # full path to the cloud image.
8 #
9+# Note that a MAAS server set up via the MANIACS guide may optionally house
10+# copies of the KVM images under http://{ip-address}/cloud/.
11+#
12 # UNCOMMENT EITHER OR BOTH OF THE FOLLOWING 2 LINES and set the proper
13 # parameters as necessary:
14 #KVM_TIMEOUT = 300
15@@ -52,17 +55,21 @@ welcome_text = Welcome to System Certification!
16 #
17 # Note: You must provide a full URL to the files for LXD even if they're stored
18 # locally. The following examples demonstrate proper URLs for this section:
19-# - http://someotherserver.net/imagedir/ubuntu/lxd-rootfs-filename.tar.xz
20-# - This will tell the script to download the file mycloudimg.img from the
21-# remote server.
22-# - file:///local/path/to/lxd-templates-filename.tar.xz
23+# - http://someotherserver.net/imagedir/ubuntu/server-cloudimg-amd64.squashfs
24+# - This will tell the script to download the file server-cloudimg-amd64.squashfs
25+# from the remote server.
26+# - file:///local/path/to/server-cloudimg-amd64-lxd.tar.xz
27 # - This will tell the script to look at the path specified on the local
28-# filesystem for a copy of the cloud image to use.
29+# filesystem for server-cloudimg-amd64-lxd.tar.xz to use.
30+#
31+# Note that a MAAS server set up via the MANIACS guide may optionally house
32+# copies of the LXD images under http://{ip-address}/cloud/.
33+#
34 # UNCOMMENT BOTH OF THE FOLLOWING 2 LINES nad set the proper URLs as necessary
35 # OR leave them commented out and the LXD test will obtain the needed images
36-# from linuxcontiners.org.
37-#LXD_ROOTFS = http://server_url/path/to/lxd-rootfs-filename.tar.xz
38-#LXD_TEMPLATE = http://server_url/path/to/lxd-templates-filename.tar.xz
39+# from cloud-images.ubuntu.com.
40+#LXD_ROOTFS = http://server_url/path/to/bionic-server-cloudimg-amd64.squashfs
41+#LXD_TEMPLATE = http://server_url/path/to/bionic-server-cloudimg-amd64-lxd.tar.xz
42
43 # For network testing:
44 #

Subscribers

People subscribed via source and target branches

to all changes: