From 6bc6ab24d6ef11c068c609519d0a8fd4b1b6be07 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Tue, 20 Dec 2011 16:35:24 -0500 Subject: 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') --- doc/examples/cloud-config-landscape.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/examples/cloud-config-landscape.txt (limited to 'doc/examples') 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 ] -- cgit v1.2.3