From 0a39efefe61d8866efff27f7cb32e1fed7ec17cd Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Mon, 18 Feb 2019 08:30:50 -0700 Subject: [PATCH] Add missing RoleParameters and ServiceNames RoleParamters and ServiceNames are required parameters for PreNetworkConfig Change-Id: I0ff266d12a652b6cbe49fcbe87046302c872f56c Closes-Bug: #1816450 (cherry picked from commit 703bf1c050204fea033408f1f07ddf112fb5ea62) --- extraconfig/pre_network/config_then_reboot.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/extraconfig/pre_network/config_then_reboot.yaml b/extraconfig/pre_network/config_then_reboot.yaml index 1141434483..f8788e1c0e 100644 --- a/extraconfig/pre_network/config_then_reboot.yaml +++ b/extraconfig/pre_network/config_then_reboot.yaml @@ -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