Add MEM docs
Change-Id: If43e5391fb38129aa9875dd220fb2fd65032ceea
This commit is contained in:
parent
63898f2b4b
commit
828235023c
@ -48,6 +48,14 @@
|
|||||||
# does not have to be changed.
|
# does not have to be changed.
|
||||||
# Default value: "mem_agent_config_api_namespace": "conf"
|
# Default value: "mem_agent_config_api_namespace": "conf"
|
||||||
#
|
#
|
||||||
|
# [*mem_api_namespace*]
|
||||||
|
# Path where the api endpoint is. Default 'midonet-api'
|
||||||
|
#
|
||||||
|
# [*mem_trace_namespace*]
|
||||||
|
# Path where the analytics traces endpoint is. Default 'traces'
|
||||||
|
#
|
||||||
|
# [*mem_analytics_namespace*]
|
||||||
|
# Path where the analyics endpoint is. Default 'analytics'
|
||||||
#
|
#
|
||||||
# [mem_poll_enabled]
|
# [mem_poll_enabled]
|
||||||
# The Auto Polling will seamlessly refresh Midonet Manager data periodically.
|
# The Auto Polling will seamlessly refresh Midonet Manager data periodically.
|
||||||
|
@ -7,22 +7,30 @@
|
|||||||
#
|
#
|
||||||
# [*analytics_ip*]
|
# [*analytics_ip*]
|
||||||
# The public IP of where the analytics service is listening.
|
# The public IP of where the analytics service is listening.
|
||||||
|
# Default : $::ipaddress
|
||||||
#
|
#
|
||||||
# [*cluster_ip*]
|
# [*cluster_ip*]
|
||||||
# The public IP of where
|
# The public IP of where
|
||||||
|
# Default: $::ipaddress
|
||||||
#
|
#
|
||||||
# [*is_insights*]
|
# [*is_insights*]
|
||||||
# Boolean defining if insights is being used or not
|
# Boolean defining if insights is being used or not
|
||||||
|
# Default: false
|
||||||
#
|
#
|
||||||
# [*mem_apache_port*]
|
# [*insights_ssl*]
|
||||||
# Port where apache will listen for midonet-manager. Default is '80'
|
# Is mem insights using ssl?
|
||||||
|
# Default: false
|
||||||
#
|
#
|
||||||
# [*mem_apache_docroot*]
|
# [*manage_apache_mods*]
|
||||||
# Document root for mem vhost. Default '/var/www/html'
|
# Install apache mods?
|
||||||
|
# Default: true
|
||||||
#
|
#
|
||||||
# [*mem_apache_servername*]
|
# [*mem_apache_servername*]
|
||||||
# Servername for the mem vhost
|
# Servername for the mem vhost
|
||||||
#
|
#
|
||||||
|
# [*mem_apache_docroot*]
|
||||||
|
# Document root for mem vhost. Default '/var/www/html'
|
||||||
|
#
|
||||||
# [*mem_api_namespace*]
|
# [*mem_api_namespace*]
|
||||||
# Path where the api endpoint is. Default 'midonet-api'
|
# Path where the api endpoint is. Default 'midonet-api'
|
||||||
#
|
#
|
||||||
@ -32,6 +40,43 @@
|
|||||||
# [*mem_analytics_namespace*]
|
# [*mem_analytics_namespace*]
|
||||||
# Path where the analyics endpoint is. Default 'analytics'
|
# Path where the analyics endpoint is. Default 'analytics'
|
||||||
#
|
#
|
||||||
|
# [*mem_proxy_preserve_host*]
|
||||||
|
# Use proxypreservehost directive
|
||||||
|
# Default: true
|
||||||
|
#
|
||||||
|
# [*mem_apache_port*]
|
||||||
|
# Port where apache will listen for midonet-manager. Default is '80'
|
||||||
|
#
|
||||||
|
# [*mem_ws*]
|
||||||
|
# Whether to use ws or wss ?
|
||||||
|
#
|
||||||
|
# [*is_ssl*]
|
||||||
|
# Whether use ssl or not
|
||||||
|
# Default: undef
|
||||||
|
#
|
||||||
|
# [*ssl_cert*]
|
||||||
|
# Ssl certificate
|
||||||
|
# Default: undef
|
||||||
|
#
|
||||||
|
# [*ssl_key*]
|
||||||
|
# Ssl key
|
||||||
|
# Default: undef
|
||||||
|
#
|
||||||
|
# [*priority*]
|
||||||
|
# priority of the mem vhost
|
||||||
|
# Default: undef
|
||||||
|
#
|
||||||
|
# [*mem_api_port*]
|
||||||
|
# Port where midonet api is listening to
|
||||||
|
# Default: '8181'
|
||||||
|
#
|
||||||
|
# [*mem_apache_port*]
|
||||||
|
# Port where traces endpoint is listening
|
||||||
|
# Default: '8460'
|
||||||
|
#
|
||||||
|
# [*mem_analytics_port*]
|
||||||
|
# Port where analytics service is listening to.
|
||||||
|
# Default: '8080'
|
||||||
#
|
#
|
||||||
# === Authors
|
# === Authors
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user