From: Pamela Dragosh Date: Mon, 13 Apr 2020 19:52:16 +0000 (-0400) Subject: Fix strings in naming policy X-Git-Tag: 2.2.4~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F61%2F105861%2F1;p=policy%2Fmodels.git Fix strings in naming policy Issue-ID: POLICY-2486 Change-Id: I89b2bfd2ac00c407aa90c34e898e9701cca54925 Signed-off-by: Pamela Dragosh --- diff --git a/models-examples/src/main/resources/policies/sdnc.policy.naming.input.tosca.yaml b/models-examples/src/main/resources/policies/sdnc.policy.naming.input.tosca.yaml index 77c5a0cf0..b8df62b1f 100644 --- a/models-examples/src/main/resources/policies/sdnc.policy.naming.input.tosca.yaml +++ b/models-examples/src/main/resources/policies/sdnc.policy.naming.input.tosca.yaml @@ -25,9 +25,9 @@ topology_template: increment-sequence: max: zzz scope: ENTIRETY - start-value: 1 + start-value: '1' length: 3 - increment: 1 + increment: '1' sequence-type: alpha-numeric - property-name: NFC_NAMING_CODE - property-value: _ @@ -44,7 +44,7 @@ topology_template: increment-sequence: max: zzz scope: PRECEEDING - start-value: 1 + start-value: '1' length: 3 - increment: 1 + increment: '1' sequence-type: alpha-numeric diff --git a/pom.xml b/pom.xml index 0f0f8e0c7..81f50ac5c 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ 10.13.1.1 2.1.1 - 1.6.3 + 1.6.4-SNAPSHOT