Adding default values for configurations

* default value for lcm-ip and mgmt-interface

Change-Id: I8acc38f2ccd50f644a6effafd69e4b9353dd1702
Signed-off-by: Junaid Ali <junaidali@plumgrid.com>
This commit is contained in:
Junaid Ali 2016-10-14 12:35:45 +05:00
parent f7946e5254
commit 0209f7fd38
1 changed files with 3 additions and 1 deletions

View File

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