aboutsummaryrefslogtreecommitdiffstats
path: root/models-examples/src
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-04-13 15:52:16 -0400
committerPamela Dragosh <pdragosh@research.att.com>2020-04-13 15:52:21 -0400
commitcd59a05848e5acf63ede3287d36463469d121099 (patch)
tree1a6c445cc6b1b682f7a965c8bcb85dacd8de38d9 /models-examples/src
parente4138fdec8485ae5d7cafdc93d23b76de869d843 (diff)
Fix strings in naming policy
Issue-ID: POLICY-2486 Change-Id: I89b2bfd2ac00c407aa90c34e898e9701cca54925 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'models-examples/src')
-rw-r--r--models-examples/src/main/resources/policies/sdnc.policy.naming.input.tosca.yaml8
1 files changed, 4 insertions, 4 deletions
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