diff options
author | 2018-08-06 23:54:04 +0200 | |
---|---|---|
committer | 2018-08-08 14:46:28 +0200 | |
commit | 1b233cfbf7b42aaf951f175e9cf818d2b8428561 (patch) | |
tree | 5d593b41addcc9909383811f40eb889136ff9c7d /config/pdf | |
parent | 88758bffac0d4e83d6b570d196efc8b1e2338973 (diff) |
[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 <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'config/pdf')
-rw-r--r-- | config/pdf/idf-pod1.schema.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
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: |