From 676591091ff3c154193213b26103c694f1a5f1be Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Thu, 26 Mar 2020 16:03:47 +0100 Subject: Fix indentation issues within YAMLs Fixes applied as reported by yamllint. Change-Id: I5320d49799ecdd3ffbc8f9fbb8617554a709c247 Issue-ID: INT-1482 Signed-off-by: Bartek Grzybowski --- .../vFWDT/policies/types/affinityPolicy-v20181031.yml | 10 +++++----- tutorials/vFWDT/policies/types/queryPolicy-v20181031.yml | 2 +- tutorials/vFWDT/policies/types/vnfPolicy-v20181031.yml | 14 +++++++------- 3 files changed, 13 insertions(+), 13 deletions(-) (limited to 'tutorials/vFWDT/policies') diff --git a/tutorials/vFWDT/policies/types/affinityPolicy-v20181031.yml b/tutorials/vFWDT/policies/types/affinityPolicy-v20181031.yml index e28ac313..3b0da019 100644 --- a/tutorials/vFWDT/policies/types/affinityPolicy-v20181031.yml +++ b/tutorials/vFWDT/policies/types/affinityPolicy-v20181031.yml @@ -19,7 +19,7 @@ node_types: type: string consraints: - valid_values: - - zone + - zone identity: type: string required: true @@ -30,8 +30,8 @@ node_types: type: string constraints: - valid_values: - - any - - all + - any + - all affinityProperties: type: policy.data.affinityProperties_properties required: true @@ -51,8 +51,8 @@ data_types: type: string constraints: - valid_values: - - same - - different + - same + - different category: type: string required: true diff --git a/tutorials/vFWDT/policies/types/queryPolicy-v20181031.yml b/tutorials/vFWDT/policies/types/queryPolicy-v20181031.yml index 6fb6c8c2..0638fb4d 100644 --- a/tutorials/vFWDT/policies/types/queryPolicy-v20181031.yml +++ b/tutorials/vFWDT/policies/types/queryPolicy-v20181031.yml @@ -19,7 +19,7 @@ node_types: type: string consraints: - valid_values: - - request_param_query + - request_param_query identity: type: string required: true diff --git a/tutorials/vFWDT/policies/types/vnfPolicy-v20181031.yml b/tutorials/vFWDT/policies/types/vnfPolicy-v20181031.yml index 5a4dfd94..f4e9849b 100644 --- a/tutorials/vFWDT/policies/types/vnfPolicy-v20181031.yml +++ b/tutorials/vFWDT/policies/types/vnfPolicy-v20181031.yml @@ -19,7 +19,7 @@ node_types: type: string consraints: - valid_values: - - vnfPolicy + - vnfPolicy identity: type: string required: true @@ -35,8 +35,8 @@ node_types: type: string constraints: - valid_values: - - any - - all + - any + - all vnfProperties: type: list required: true @@ -59,10 +59,10 @@ data_types: type: string constraints: - valid_values: - - serviceInstanceId - - vnfName - - cloudRegionId - - vimId + - serviceInstanceId + - vnfName + - cloudRegionId + - vimId customerId: type: string required: true -- cgit 1.2.3-korg