2 * Copyright © 2016-2018 European Support Limited
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
8 * http://www.apache.org/licenses/LICENSE-2.0
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
17 package org.openecomp.sdc.translator.services.heattotosca;
19 public class ConfigConstants {
21 public static final String MANDATORY_TRANSLATOR_NAMESPACE = "mandatoryHeatToToscaTranslator";
22 public static final String MANDATORY_UNIFIED_MODEL_NAMESPACE = "mandatoryUnifiedModel";
23 public static final String UNIFIED_MODEL_NAMESPACE = "unifiedModel";
24 public static final String TRANSLATOR_NAMESPACE = "heatToToscaTranslator";
25 public static final String MAPPING_NAMESPACE = "heatToToscaMapping";
28 public static final String RESOURCE_TRANSLATION_IMPL_KEY = "resourceTranslationImpl";
29 public static final String NESTED_RESOURCE_TRANSLATION_IMPL_KEY = "NestedResource";
30 public static final String DEFAULT_RESOURCE_TRANSLATION_IMPL_KEY = "DefaultResource";
31 public static final String FUNCTION_TRANSLATION_IMPL_KEY = "functionTranslationImpl";
32 public static final String NAMING_CONVENTION_EXTRACTOR_IMPL_KEY = "namingConventionExtractImpl";
33 public static final String UNIFIED_COMPOSITION_IMPL_KEY = "unifiedCompositionImpl";
34 public static final String CONTRAIL_COMPUTE_NODE_TYPE_IMPL_KEY = "ContrailComputeNodeTypeName";
35 public static final String RESOURCE_MAPPING_KEY = "resourceMapping";
36 public static final String SUPPORTED_CONSOLIDATION_COMPUTE_RESOURCES_KEY =
37 "supportedConsolidationComputeResources";
38 public static final String SUPPORTED_CONSOLIDATION_PORT_RESOURCES_KEY =
39 "supportedConsolidationPortResources";
40 public static final String ENRICH_PORT_RESOURCE_PROP =
41 "enrichPortResourceProperties";
42 public static final String UNIFIED_MODEL_IMPL_KEY = "unifiedModelImpl";
43 public static final String VFC_INSTANCE_GROUP_KEY = "vfcInstanceGroup";
44 public static final String FULL_EXPOSED_PROPERTIES_KEY =
45 "unifiedModelImpl.vfcInstanceGroup.properties.exposedProperties";
49 public static final String TRANS_MAPPING_DELIMITER_CHAR = "#";
51 private ConfigConstants() {