X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=config%2Fpdf%2Fidf-pod1.schema.yaml;fp=config%2Fpdf%2Fidf-pod1.schema.yaml;h=ad680da54c55b81458f10041ba5b05329d904e57;hb=29ad01ff1a3ee720b161008c1395f5ee9127ab9d;hp=78e2204265a5aa616292139d6eaf1df4fd5a716c;hpb=f666a4aaaefb41c93c2ccc36987b3f2dabb0e7d2;p=pharos.git diff --git a/config/pdf/idf-pod1.schema.yaml b/config/pdf/idf-pod1.schema.yaml index 78e22042..ad680da5 100644 --- a/config/pdf/idf-pod1.schema.yaml +++ b/config/pdf/idf-pod1.schema.yaml @@ -81,6 +81,11 @@ properties: version: type: 'number' enum: [0.1] + installer: + type: 'array' + items: + type: 'string' + enum: ['apex', 'compass4nfv', 'daisy', 'fuel', 'joid'] net_config: type: 'object' fuel: @@ -106,6 +111,9 @@ properties: $ref: '#/definitions/daisy/v0.1' compass: $ref: '#/definitions/compass/v0.1' + fuel: + required: ['net_config'] + daisy: required: ['net_config'] # Do not allow any properties not defined here. This lets us catch typos.