Add missing RoleParameters and ServiceNames

RoleParamters and ServiceNames are required parameters for
PreNetworkConfig

Change-Id: I0ff266d12a652b6cbe49fcbe87046302c872f56c
Closes-Bug: #1816450
(cherry picked from commit 703bf1c050)
This commit is contained in:
Alex Schultz 2019-02-18 08:30:50 -07:00
parent 41006f6d13
commit 0a39efefe6
1 changed files with 7 additions and 0 deletions

View File

@ -7,6 +7,13 @@ description: >
parameters:
server:
type: string
RoleParameters:
type: json
description: Parameters specific to the role
default: {}
ServiceNames:
type: comma_delimited_list
default: []
deployment_actions:
default: ['CREATE', 'UPDATE']
type: comma_delimited_list