From 0209f7fd389d363ea4f9d285ca6c5438cce3a4f9 Mon Sep 17 00:00:00 2001 From: Junaid Ali Date: Fri, 14 Oct 2016 12:35:45 +0500 Subject: [PATCH] Adding default values for configurations * default value for lcm-ip and mgmt-interface Change-Id: I8acc38f2ccd50f644a6effafd69e4b9353dd1702 Signed-off-by: Junaid Ali --- config.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 1a3a15a..569f2d5 100644 --- a/config.yaml +++ b/config.yaml @@ -16,6 +16,7 @@ options: type: string description: Public SSH key of PLUMgrid LCM which is running PG-Tools. mgmt-interface: + default: type: string description: The interface connected to PLUMgrid Managment network. fabric-interfaces: @@ -27,8 +28,8 @@ options: will configure the management interface as the fabric interface on each director. network-device-mtu: - type: string default: '1580' + type: string description: The MTU size for interfaces managed by director. install_sources: default: 'ppa:plumgrid-team/stable' @@ -57,6 +58,7 @@ options: type: string description: IP address of the PLUMgrid Operations VM Management interface. lcm-ip: + default: type: string description: IP used by Solutions API to get/post cloud information. sapi-port: