From 1b233cfbf7b42aaf951f175e9cf818d2b8428561 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Mon, 6 Aug 2018 23:54:04 +0200 Subject: [idf.fuel] Add jumpserver.trunks for mgmt Extend IDF schema for Fuel installer section to allow a new param, useful when jumpserver networks should be trunked for infra VMs. JIRA: FUEL-338 Change-Id: Ifda18ea017c069e29d25d48aea62a6b6b37e91b5 Signed-off-by: Alexandru Avadanii --- config/pdf/idf-pod1.schema.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/pdf/idf-pod1.schema.yaml b/config/pdf/idf-pod1.schema.yaml index 2bb880d1..ec2cc713 100644 --- a/config/pdf/idf-pod1.schema.yaml +++ b/config/pdf/idf-pod1.schema.yaml @@ -42,6 +42,13 @@ definitions: type: ['string', 'null'] required: ['admin', 'mgmt', 'private', 'public'] additionalProperties: false + trunks: + type: 'object' + properties: + mgmt: + type: 'boolean' + required: ['mgmt'] + additionalProperties: false required: ['bridges'] additionalProperties: false maas: -- cgit 1.2.3-korg