summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2011-12-21 08:56:35 -0500
committerScott Moser <smoser@ubuntu.com>2011-12-21 08:56:35 -0500
commit354854c3a84b586f80da3da7691c3831fa3d7204 (patch)
tree002bcb60fbe9490951c5d7fe15ed99df1694e29b /doc
parent7b6da6936cdf690598b6ed16f5c5c254dca19e39 (diff)
parent64b80e08bc61554e22606edd4153070bcdd18089 (diff)
downloadvyos-cloud-init-354854c3a84b586f80da3da7691c3831fa3d7204.tar.gz
vyos-cloud-init-354854c3a84b586f80da3da7691c3831fa3d7204.zip
support configuration of landscape-client via cloud-config (LP: #857366)
This adds the ability to configure landscape client code from cloud-config. The fields available are those that were populated to /etc/landscape/client.conf when I ran landscape-config on precise ('11.07.1.1-0ubuntu2') LP: #857366
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/cloud-config-landscape.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/examples/cloud-config-landscape.txt b/doc/examples/cloud-config-landscape.txt
new file mode 100644
index 00000000..12c8101f
--- /dev/null
+++ b/doc/examples/cloud-config-landscape.txt
@@ -0,0 +1,13 @@
+# Landscape-client configuration
+#
+# Anything under the top 'landscape: client' entry
+# will be basically rendered into a ConfigObj formated file
+# under the '[client]' section of /etc/landscape/client.conf
+#
+landscape:
+ client:
+ url: "https://landscape.canonical.com/message-system"
+ ping_url: "http://landscape.canonical.com/ping"
+ data_path: "/var/lib/landscape/client"
+ http_proxy: "http://my.proxy.com/foobar"
+ tags: [ server, cloud ]