From f8f012f569c525d9a406fb36c93059f91ed84306 Mon Sep 17 00:00:00 2001 From: Alex Ruiz Estradera Date: Thu, 3 Nov 2016 14:02:26 +0100 Subject: [PATCH] Add more docs Change-Id: I5f9ef6584065db5744e107011918bc721c1d30c7 --- manifests/analytics.pp | 15 +++++++-------- manifests/cli.pp | 7 ++++++- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/manifests/analytics.pp b/manifests/analytics.pp index 707531b..24f9b8b 100644 --- a/manifests/analytics.pp +++ b/manifests/analytics.pp @@ -40,7 +40,7 @@ # Default: '3.5' # # [*calliope_port*] -# If you want to run calliope on a custom port, specify it +# If you want to run calliope on a custom port, specify it # Default: false # # Please note that Keystone port is not mandatory and defaulted to 35537. @@ -49,16 +49,15 @@ # # The easiest way to run the class is: # -# class {'::midonet::agent': -# zookeeper_hosts => [{'ip' => 'host1', +# class {'midonet::analytics': +# zookeeper_hosts => [{'ip' => 'host1', # 'port' => '2183'}, # {'ip' => 'host2'}], -# shared_secret => 's3cr3t', -# controller_host => $::ipaddress -# } +# is_mem => true, +# manage_repo => false, +# heap_size_gb => '3', +# } # -# This call assumes that there is no mem being used, and the controller host is same -# that where midolman is being installed # # === Authors # diff --git a/manifests/cli.pp b/manifests/cli.pp index 95679d2..99cfdfd 100644 --- a/manifests/cli.pp +++ b/manifests/cli.pp @@ -5,13 +5,18 @@ # === Parameters # # [*api_endpoint*] -# Url to bind to. Normally the CLI is in the same machine.. +# Url to make the API calls to, usually it is the controller # [*username*] # Keystone username # [*password*] # KKeystone Password # [*tenant_name*] # Tenant Name +# [*package_ensure*] +# Type of ensure, 'present' or 'absent' .. +# [*manage_epel*] +# Install epel repo? +# Default: true # # === Examples #