Add more docs

Change-Id: I5f9ef6584065db5744e107011918bc721c1d30c7
This commit is contained in:
Alex Ruiz Estradera 2016-11-03 14:02:26 +01:00
parent fdfbe8efd5
commit f8f012f569
2 changed files with 13 additions and 9 deletions

View File

@ -40,7 +40,7 @@
# Default: '3.5' # Default: '3.5'
# #
# [*calliope_port*] # [*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 # Default: false
# #
# Please note that Keystone port is not mandatory and defaulted to 35537. # Please note that Keystone port is not mandatory and defaulted to 35537.
@ -49,16 +49,15 @@
# #
# The easiest way to run the class is: # The easiest way to run the class is:
# #
# class {'::midonet::agent': # class {'midonet::analytics':
# zookeeper_hosts => [{'ip' => 'host1', # zookeeper_hosts => [{'ip' => 'host1',
# 'port' => '2183'}, # 'port' => '2183'},
# {'ip' => 'host2'}], # {'ip' => 'host2'}],
# shared_secret => 's3cr3t', # is_mem => true,
# controller_host => $::ipaddress # 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 # === Authors
# #

View File

@ -5,13 +5,18 @@
# === Parameters # === Parameters
# #
# [*api_endpoint*] # [*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*] # [*username*]
# Keystone username # Keystone username
# [*password*] # [*password*]
# KKeystone Password # KKeystone Password
# [*tenant_name*] # [*tenant_name*]
# Tenant Name # Tenant Name
# [*package_ensure*]
# Type of ensure, 'present' or 'absent' ..
# [*manage_epel*]
# Install epel repo?
# Default: true
# #
# === Examples # === Examples
# #