~mark-mims/charms/precise/landscape-client/trunk

« back to all changes in this revision

Viewing changes to README

  • Committer: David Britton
  • Date: 2013-01-15 22:19:23 UTC
  • Revision ID: dpb@canonical.com-20130115221923-3v08k3403aipoaxf
Adding a readme to the client subordinate charm

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Overview
 
2
========
 
3
 
 
4
Landscape client is the agent for the Landscape administration system.
 
5
 
 
6
Usage
 
7
=====
 
8
 
 
9
This subordinate charm is intended to be used to register a machine
 
10
against a running Landscape server.  Configuration needs to be supplied
 
11
or it won't do anything.  Here is a simple config.yaml to register
 
12
against the hosted version of Landscape:
 
13
 
 
14
landscape-client:
 
15
    account-name: <account_name_here>
 
16
    registration_password: <registration_key_here>
 
17
    computer-title: <computer_title_here>
 
18
    tags: <csv_tag_list>
 
19
    
 
20
 
 
21
Contact Information
 
22
===================
 
23
 
 
24
Author: Landscape Team <landscape-team@canonical.com>,
 
25
Report bugs at: http://bugs.launchpad.net/charms/+source/landscape-client/+filebug
 
26
Location: http://jujucharms.com/charms/landscape-client