Pamela Dragosh | 172b8dc | 2020-03-05 07:55:57 -0500 | [diff] [blame] | 1 | tosca_definitions_version: tosca_simple_yaml_1_1_0 |
Pamela Dragosh | 1633ecb | 2019-11-01 11:22:34 -0400 | [diff] [blame] | 2 | topology_template: |
| 3 | policies: |
| 4 | - SDNC_Policy.ONAP_VNF_NAMING_TIMESTAMP: |
| 5 | type: onap.policies.Naming |
| 6 | version: 1.0.0 |
Pamela Dragosh | a8e3931 | 2019-12-08 17:43:30 -0500 | [diff] [blame] | 7 | type_version: 1.0.0 |
Pamela Dragosh | 1633ecb | 2019-11-01 11:22:34 -0400 | [diff] [blame] | 8 | properties: |
| 9 | policy-instance-name: ONAP_VNF_NAMING_TIMESTAMP |
| 10 | naming-models: |
| 11 | - naming-type: VNF |
| 12 | naming-recipe: AIC_CLOUD_REGION|DELIMITER|CONSTANT|DELIMITER|TIMESTAMP |
| 13 | naming-properties: |
| 14 | - property-name: AIC_CLOUD_REGION |
| 15 | - property-name: CONSTANT |
| 16 | property-value: ONAP-NF |
| 17 | - property-name: TIMESTAMP |
| 18 | - property-value: _ |
| 19 | property-name: DELIMITER |
| 20 | - naming-type: VNFC |
| 21 | naming-recipe: VNF_NAME|DELIMITER|NFC_NAMING_CODE|DELIMITER|SEQUENCE |
| 22 | naming-properties: |
| 23 | - property-name: VNF_NAME |
| 24 | - property-name: SEQUENCE |
| 25 | increment-sequence: |
| 26 | max: zzz |
| 27 | scope: ENTIRETY |
Pamela Dragosh | cd59a05 | 2020-04-13 15:52:16 -0400 | [diff] [blame] | 28 | start-value: '1' |
Pamela Dragosh | 5ccb1d8 | 2020-04-14 08:20:51 -0400 | [diff] [blame] | 29 | length: '3' |
Pamela Dragosh | cd59a05 | 2020-04-13 15:52:16 -0400 | [diff] [blame] | 30 | increment: '1' |
Pamela Dragosh | 1633ecb | 2019-11-01 11:22:34 -0400 | [diff] [blame] | 31 | sequence-type: alpha-numeric |
| 32 | - property-name: NFC_NAMING_CODE |
| 33 | - property-value: _ |
| 34 | property-name: DELIMITER |
| 35 | - naming-type: VF-MODULE |
| 36 | naming-recipe: VNF_NAME|DELIMITER|VF_MODULE_LABEL|DELIMITER|VF_MODULE_TYPE|DELIMITER|SEQUENCE |
| 37 | naming-properties: |
| 38 | - property-name: VNF_NAME |
| 39 | - property-value: _ |
| 40 | property-name: DELIMITER |
| 41 | - property-name: VF_MODULE_LABEL |
| 42 | - property-name: VF_MODULE_TYPE |
| 43 | - property-name: SEQUENCE |
| 44 | increment-sequence: |
| 45 | max: zzz |
| 46 | scope: PRECEEDING |
Pamela Dragosh | cd59a05 | 2020-04-13 15:52:16 -0400 | [diff] [blame] | 47 | start-value: '1' |
Pamela Dragosh | 5ccb1d8 | 2020-04-14 08:20:51 -0400 | [diff] [blame] | 48 | length: '3' |
Pamela Dragosh | cd59a05 | 2020-04-13 15:52:16 -0400 | [diff] [blame] | 49 | increment: '1' |
Pamela Dragosh | a8e3931 | 2019-12-08 17:43:30 -0500 | [diff] [blame] | 50 | sequence-type: alpha-numeric |