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'
#
# [*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
#

View File

@ -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
#