From 828235023c2963d83e69969c77406e01057faf9c Mon Sep 17 00:00:00 2001 From: Alex Ruiz Estradera Date: Fri, 4 Nov 2016 10:31:26 +0100 Subject: [PATCH] Add MEM docs Change-Id: If43e5391fb38129aa9875dd220fb2fd65032ceea --- manifests/mem.pp | 8 +++++++ manifests/mem/vhost.pp | 53 ++++++++++++++++++++++++++++++++++++++---- 2 files changed, 57 insertions(+), 4 deletions(-) diff --git a/manifests/mem.pp b/manifests/mem.pp index b035507..b744722 100644 --- a/manifests/mem.pp +++ b/manifests/mem.pp @@ -48,6 +48,14 @@ # does not have to be changed. # 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] # The Auto Polling will seamlessly refresh Midonet Manager data periodically. diff --git a/manifests/mem/vhost.pp b/manifests/mem/vhost.pp index a238174..72114fa 100644 --- a/manifests/mem/vhost.pp +++ b/manifests/mem/vhost.pp @@ -7,22 +7,30 @@ # # [*analytics_ip*] # The public IP of where the analytics service is listening. +# Default : $::ipaddress # # [*cluster_ip*] # The public IP of where +# Default: $::ipaddress # # [*is_insights*] # Boolean defining if insights is being used or not +# Default: false # -# [*mem_apache_port*] -# Port where apache will listen for midonet-manager. Default is '80' +# [*insights_ssl*] +# Is mem insights using ssl? +# Default: false # -# [*mem_apache_docroot*] -# Document root for mem vhost. Default '/var/www/html' +# [*manage_apache_mods*] +# Install apache mods? +# Default: true # # [*mem_apache_servername*] # Servername for the mem vhost # +# [*mem_apache_docroot*] +# Document root for mem vhost. Default '/var/www/html' +# # [*mem_api_namespace*] # Path where the api endpoint is. Default 'midonet-api' # @@ -32,6 +40,43 @@ # [*mem_analytics_namespace*] # 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 #