From 12c8090ed5b649ac199d4f9531140bab390e6381 Mon Sep 17 00:00:00 2001 From: "Betzer, Rony (rb844h)" Date: Thu, 20 Sep 2018 14:31:06 +0300 Subject: Added tosca meta_model and shared_model Added tosca meta_model and shared_model Change-Id: I181ef3fe282b4d16ce5c7498f15dd2a90cbb3805 Issue-ID: SDC-1218 Signed-off-by: Betzer, Rony (rb844h) --- .gitignore | 1 + app/data/meta_model/meta_policy_schema.yaml | 18 + app/data/meta_model/meta_tosca_schema.yaml | 496 +++++++++++++++++++++ .../shared_model/composition_virtual/schema.yaml | 27 ++ .../composition_virtual/template_cv.yaml | 39 ++ .../composition_virtual/translation_cv.yaml | 11 + app/data/shared_model/docker_host/schema.yaml | 50 +++ app/data/shared_model/docker_host/template.yaml | 25 ++ app/data/shared_model/docker_host/translation.yaml | 27 ++ app/data/shared_model/existing_feed/schema.yaml | 57 +++ app/data/shared_model/existing_feed/template.yaml | 34 ++ app/data/shared_model/existing_feed/translate.yaml | 27 ++ app/data/shared_model/existing_topic/schema.yaml | 66 +++ app/data/shared_model/existing_topic/template.yaml | 58 +++ .../shared_model/existing_topic/translate.yaml | 34 ++ .../shared_model/external_target_feed/schema.yaml | 62 +++ .../external_target_feed/template.yaml | 42 ++ .../external_target_feed/translate.yaml | 33 ++ app/data/shared_model/policies/schema.yaml | 38 ++ app/data/shared_model/policies/template.yaml | 28 ++ app/data/shared_model/policies/translate.yaml | 34 ++ app/data/shared_model/policy/schema.yaml | 34 ++ app/data/shared_model/policy/template.yaml | 10 + app/data/shared_model/policy/translate.yaml | 23 + app/tosca_server.pyc | Bin 6217 -> 0 bytes app/toscalib/__init__.pyc | Bin 150 -> 0 bytes app/toscalib/templates/__init__.pyc | Bin 160 -> 0 bytes app/toscalib/templates/capability_item.pyc | Bin 3308 -> 0 bytes app/toscalib/templates/constant.pyc | Bin 6483 -> 0 bytes app/toscalib/templates/database.pyc | Bin 4112 -> 0 bytes app/toscalib/templates/heat_constants.pyc | Bin 719 -> 0 bytes app/toscalib/templates/interface_item.pyc | Bin 3197 -> 0 bytes app/toscalib/templates/node.pyc | Bin 13239 -> 0 bytes app/toscalib/templates/operation_item.pyc | Bin 2501 -> 0 bytes app/toscalib/templates/property_item.pyc | Bin 3839 -> 0 bytes app/toscalib/templates/requirement_item.pyc | Bin 4209 -> 0 bytes app/toscalib/templates/substitution_rule.pyc | Bin 5401 -> 0 bytes app/toscalib/templates/topology.pyc | Bin 13567 -> 0 bytes app/toscalib/templates/value.pyc | Bin 8819 -> 0 bytes app/toscalib/tosca_builder.pyc | Bin 28169 -> 0 bytes app/toscalib/tosca_workbook.pyc | Bin 9247 -> 0 bytes app/toscalib/types/__init__.pyc | Bin 156 -> 0 bytes app/toscalib/types/capability.pyc | Bin 4251 -> 0 bytes app/toscalib/types/constraints.pyc | Bin 984 -> 0 bytes app/toscalib/types/data.pyc | Bin 8430 -> 0 bytes app/toscalib/types/entry_schema.pyc | Bin 2243 -> 0 bytes app/toscalib/types/interface.pyc | Bin 1524 -> 0 bytes app/toscalib/types/node.pyc | Bin 5051 -> 0 bytes app/toscalib/types/operation.pyc | Bin 1434 -> 0 bytes app/toscalib/types/property.pyc | Bin 2742 -> 0 bytes app/toscalib/types/relationship.pyc | Bin 855 -> 0 bytes app/toscalib/types/requirement.pyc | Bin 1949 -> 0 bytes app/toscalib/utils/__init__.pyc | Bin 156 -> 0 bytes app/toscalib/utils/tosca_export.pyc | Bin 1692 -> 0 bytes app/toscalib/utils/tosca_heat.pyc | Bin 519 -> 0 bytes app/toscalib/utils/tosca_import.pyc | Bin 8467 -> 0 bytes app/toscalib/utils/tosca_operate.pyc | Bin 3467 -> 0 bytes app/toscalib/utils/tosca_print.pyc | Bin 2453 -> 0 bytes app/toscalib/utils/yamlparser.pyc | Bin 2236 -> 0 bytes app/version.pyc | Bin 189 -> 0 bytes tosca_server.pyc | Bin 5320 -> 0 bytes toscalib/__init__.pyc | Bin 146 -> 0 bytes toscalib/templates/__init__.pyc | Bin 156 -> 0 bytes toscalib/templates/capability_item.pyc | Bin 3276 -> 0 bytes toscalib/templates/constant.pyc | Bin 6479 -> 0 bytes toscalib/templates/database.pyc | Bin 4072 -> 0 bytes toscalib/templates/heat_constants.pyc | Bin 715 -> 0 bytes toscalib/templates/interface_item.pyc | Bin 3173 -> 0 bytes toscalib/templates/node.pyc | Bin 13151 -> 0 bytes toscalib/templates/operation_item.pyc | Bin 2477 -> 0 bytes toscalib/templates/property_item.pyc | Bin 3791 -> 0 bytes toscalib/templates/requirement_item.pyc | Bin 4169 -> 0 bytes toscalib/templates/substitution_rule.pyc | Bin 5385 -> 0 bytes toscalib/templates/topology.pyc | Bin 13461 -> 0 bytes toscalib/tosca_builder.pyc | Bin 28074 -> 0 bytes toscalib/tosca_workbook.pyc | Bin 9143 -> 0 bytes toscalib/types/__init__.pyc | Bin 152 -> 0 bytes toscalib/types/capability.pyc | Bin 4215 -> 0 bytes toscalib/types/constraints.pyc | Bin 964 -> 0 bytes toscalib/types/data.pyc | Bin 8366 -> 0 bytes toscalib/types/entry_schema.pyc | Bin 2223 -> 0 bytes toscalib/types/interface.pyc | Bin 1508 -> 0 bytes toscalib/types/node.pyc | Bin 5027 -> 0 bytes toscalib/types/operation.pyc | Bin 1418 -> 0 bytes toscalib/types/property.pyc | Bin 2722 -> 0 bytes toscalib/types/relationship.pyc | Bin 839 -> 0 bytes toscalib/types/requirement.pyc | Bin 1933 -> 0 bytes toscalib/utils/__init__.pyc | Bin 152 -> 0 bytes toscalib/utils/tosca_export.pyc | Bin 1680 -> 0 bytes toscalib/utils/tosca_heat.pyc | Bin 507 -> 0 bytes toscalib/utils/tosca_import.pyc | Bin 8411 -> 0 bytes toscalib/utils/tosca_operate.pyc | Bin 3439 -> 0 bytes toscalib/utils/tosca_print.pyc | Bin 2429 -> 0 bytes toscalib/utils/yamlparser.pyc | Bin 2208 -> 0 bytes 94 files changed, 1274 insertions(+) create mode 100644 .gitignore create mode 100644 app/data/meta_model/meta_policy_schema.yaml create mode 100644 app/data/meta_model/meta_tosca_schema.yaml create mode 100644 app/data/shared_model/composition_virtual/schema.yaml create mode 100644 app/data/shared_model/composition_virtual/template_cv.yaml create mode 100644 app/data/shared_model/composition_virtual/translation_cv.yaml create mode 100644 app/data/shared_model/docker_host/schema.yaml create mode 100644 app/data/shared_model/docker_host/template.yaml create mode 100644 app/data/shared_model/docker_host/translation.yaml create mode 100644 app/data/shared_model/existing_feed/schema.yaml create mode 100644 app/data/shared_model/existing_feed/template.yaml create mode 100644 app/data/shared_model/existing_feed/translate.yaml create mode 100644 app/data/shared_model/existing_topic/schema.yaml create mode 100644 app/data/shared_model/existing_topic/template.yaml create mode 100644 app/data/shared_model/existing_topic/translate.yaml create mode 100644 app/data/shared_model/external_target_feed/schema.yaml create mode 100644 app/data/shared_model/external_target_feed/template.yaml create mode 100644 app/data/shared_model/external_target_feed/translate.yaml create mode 100644 app/data/shared_model/policies/schema.yaml create mode 100644 app/data/shared_model/policies/template.yaml create mode 100644 app/data/shared_model/policies/translate.yaml create mode 100644 app/data/shared_model/policy/schema.yaml create mode 100644 app/data/shared_model/policy/template.yaml create mode 100644 app/data/shared_model/policy/translate.yaml delete mode 100644 app/tosca_server.pyc delete mode 100644 app/toscalib/__init__.pyc delete mode 100644 app/toscalib/templates/__init__.pyc delete mode 100644 app/toscalib/templates/capability_item.pyc delete mode 100644 app/toscalib/templates/constant.pyc delete mode 100644 app/toscalib/templates/database.pyc delete mode 100644 app/toscalib/templates/heat_constants.pyc delete mode 100644 app/toscalib/templates/interface_item.pyc delete mode 100644 app/toscalib/templates/node.pyc delete mode 100644 app/toscalib/templates/operation_item.pyc delete mode 100644 app/toscalib/templates/property_item.pyc delete mode 100644 app/toscalib/templates/requirement_item.pyc delete mode 100644 app/toscalib/templates/substitution_rule.pyc delete mode 100644 app/toscalib/templates/topology.pyc delete mode 100644 app/toscalib/templates/value.pyc delete mode 100644 app/toscalib/tosca_builder.pyc delete mode 100644 app/toscalib/tosca_workbook.pyc delete mode 100644 app/toscalib/types/__init__.pyc delete mode 100644 app/toscalib/types/capability.pyc delete mode 100644 app/toscalib/types/constraints.pyc delete mode 100644 app/toscalib/types/data.pyc delete mode 100644 app/toscalib/types/entry_schema.pyc delete mode 100644 app/toscalib/types/interface.pyc delete mode 100644 app/toscalib/types/node.pyc delete mode 100644 app/toscalib/types/operation.pyc delete mode 100644 app/toscalib/types/property.pyc delete mode 100644 app/toscalib/types/relationship.pyc delete mode 100644 app/toscalib/types/requirement.pyc delete mode 100644 app/toscalib/utils/__init__.pyc delete mode 100644 app/toscalib/utils/tosca_export.pyc delete mode 100644 app/toscalib/utils/tosca_heat.pyc delete mode 100644 app/toscalib/utils/tosca_import.pyc delete mode 100644 app/toscalib/utils/tosca_operate.pyc delete mode 100644 app/toscalib/utils/tosca_print.pyc delete mode 100644 app/toscalib/utils/yamlparser.pyc delete mode 100644 app/version.pyc delete mode 100644 tosca_server.pyc delete mode 100644 toscalib/__init__.pyc delete mode 100644 toscalib/templates/__init__.pyc delete mode 100644 toscalib/templates/capability_item.pyc delete mode 100644 toscalib/templates/constant.pyc delete mode 100644 toscalib/templates/database.pyc delete mode 100644 toscalib/templates/heat_constants.pyc delete mode 100644 toscalib/templates/interface_item.pyc delete mode 100644 toscalib/templates/node.pyc delete mode 100644 toscalib/templates/operation_item.pyc delete mode 100644 toscalib/templates/property_item.pyc delete mode 100644 toscalib/templates/requirement_item.pyc delete mode 100644 toscalib/templates/substitution_rule.pyc delete mode 100644 toscalib/templates/topology.pyc delete mode 100644 toscalib/tosca_builder.pyc delete mode 100644 toscalib/tosca_workbook.pyc delete mode 100644 toscalib/types/__init__.pyc delete mode 100644 toscalib/types/capability.pyc delete mode 100644 toscalib/types/constraints.pyc delete mode 100644 toscalib/types/data.pyc delete mode 100644 toscalib/types/entry_schema.pyc delete mode 100644 toscalib/types/interface.pyc delete mode 100644 toscalib/types/node.pyc delete mode 100644 toscalib/types/operation.pyc delete mode 100644 toscalib/types/property.pyc delete mode 100644 toscalib/types/relationship.pyc delete mode 100644 toscalib/types/requirement.pyc delete mode 100644 toscalib/utils/__init__.pyc delete mode 100644 toscalib/utils/tosca_export.pyc delete mode 100644 toscalib/utils/tosca_heat.pyc delete mode 100644 toscalib/utils/tosca_import.pyc delete mode 100644 toscalib/utils/tosca_operate.pyc delete mode 100644 toscalib/utils/tosca_print.pyc delete mode 100644 toscalib/utils/yamlparser.pyc diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f1b7204 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.idea/* diff --git a/app/data/meta_model/meta_policy_schema.yaml b/app/data/meta_model/meta_policy_schema.yaml new file mode 100644 index 0000000..1efcf73 --- /dev/null +++ b/app/data/meta_model/meta_policy_schema.yaml @@ -0,0 +1,18 @@ +tosca_definitions_version: tosca_simple_yaml_1_0_0 + +node_types: + policy.nodes.Root: + derived_from: tosca.nodes.Root + properties: + policyName: + type: string + required: true + policyVersion: + type: string + required: true + policyScope: + type: string + required: true + policyDescription: + type: string + required: false \ No newline at end of file diff --git a/app/data/meta_model/meta_tosca_schema.yaml b/app/data/meta_model/meta_tosca_schema.yaml new file mode 100644 index 0000000..1f7cec9 --- /dev/null +++ b/app/data/meta_model/meta_tosca_schema.yaml @@ -0,0 +1,496 @@ +tosca_definitions_version: tosca_simple_yaml_1_0_0 +imports: +- policy: meta_policy_schema.yaml + +node_types: + + tosca.dcae.nodes.Root: + derived_from: tosca.nodes.Root + + tosca.dcae.nodes.dockerApp: + derived_from: tosca.dcae.nodes.Root + properties: + service_component_type: + type: string + required: true +# service_id: +# type: string +# required: true + location_id: + type: string + required: true + image: + type: string + required: true + attributes: + service_component_name: + type: string + requirements: + - host: + capability: dcae.capabilities.dockerHost + relationship: dcae.relationships.component_contained_in + - composition: + capability: dcae.capabilities.composition.host + + tosca.dcae.nodes.cdapApp: + derived_from: tosca.dcae.nodes.Root + properties: + connected_broker_dns_name: + type: string + required: true + default: "cdap_broker" + service_component_type: + type: string + required: true +# service_id: +# type: string +# required: true +# location_id: +# type: string +# required: true + jar_url: + type: string + required: true + attributes: + service_component_name: + type: string + requirements: + - host: + capability: dcae.capabilities.cdapHost + relationship: dcae.relationships.component_contained_in +# - composition: +# capability: dcae.capabilities.composition.host + + tosca.dcae.nodes.dmaap.topic: + derived_from: tosca.dcae.nodes.Root + properties: + aaf_username: + type: string + aaf_password: + type: string + location: + type: string + client_role: + type: string + node_name: + type: string + topic_name: + type: string + capabilities: + topic: + type: dcae.capabilities.dmmap.topic + requirements: + - composition: + capability: dcae.capabilities.composition.host + + tosca.dcae.nodes.dmaap.existingTopic: + derived_from: tosca.dcae.nodes.Root + properties: + aaf_username: + type: string + aaf_password: + type: string + location: + type: string + client_role: + type: string + node_name: + type: string + fqtn: + type: string + capabilities: + topic: + type: dcae.capabilities.dmmap.topic + requirements: + - composition: + capability: dcae.capabilities.composition.host + + + tosca.dcae.nodes.dmaap.feed: + derived_from: tosca.dcae.nodes.Root + properties: + location: + type: string + node_name: + type: string + feed_name: + type: string + capabilities: + feed: + type: dcae.capabilities.dmmap.feed + requirements: + - composition: + capability: dcae.capabilities.composition.host + + cloudify.dcae.nodes.Root: + derived_from: tosca.nodes.Root + + tosca.dcae.nodes.dmaap.existingFeed: + derived_from: tosca.dcae.nodes.Root + properties: + location: + type: string + node_name: + type: string + feed_id: + type: string + capabilities: + feed: + type: dcae.capabilities.dmmap.feed + requirements: + - composition: + capability: dcae.capabilities.composition.host + + tosca.dcae.nodes.dmaap.externalTargetFeed: + derived_from: tosca.dcae.nodes.Root + properties: + location: + type: string + node_name: + type: string + url: + type: string + username: + type: string + userpw: + type: string + capabilities: + feed: + type: dcae.capabilities.dmmap.feed + requirements: + - composition: + capability: dcae.capabilities.composition.host + + cloudify.dcae.nodes.Root: + derived_from: tosca.nodes.Root + + + dcae.nodes.Feed: + derived_from: cloudify.dcae.nodes.Root + capabilities: + feed: + type: dcae.capabilities.dmmap.feed + properties: + feed_name: + type: string + + dcae.nodes.ExistingFeed: + derived_from: cloudify.dcae.nodes.Root + capabilities: + feed: + type: dcae.capabilities.dmmap.feed + properties: + feed_id: + type: string + + dcae.nodes.ExternalTargetFeed: + derived_from: cloudify.dcae.nodes.Root + capabilities: + feed: + type: dcae.capabilities.dmmap.feed + properties: + url: + type: string + username: + type: string + userpw: + type: string + + + dcae.nodes.Topic: + derived_from: cloudify.dcae.nodes.Root + properties: + topic_name: + type: string + capabilities: + topic: + type: dcae.capabilities.dmmap.topic + + dcae.nodes.ExistingTopic: + derived_from: cloudify.dcae.nodes.Root + properties: + fqtn: + type: string + capabilities: + topic: + type: dcae.capabilities.dmmap.topic + + dcae.nodes.DockerContainerForComponents: + derived_from: cloudify.dcae.nodes.Root + properties: + service_component_type: + type: string + required: true +# service_id: +# type: string +# required: true + location_id: + type: string + required: true + image: + type: string + required: true + application_config: + type: map + required: true + docker_config: + type: map + attributes: + service_component_name: + type: string + requirements: + - host: + capability: dcae.capabilities.dockerHost + relationship: dcae.relationships.component_contained_in + + dcae.nodes.DockerContainerForComponentsUsingDmaap: + derived_from: dcae.nodes.DockerContainerForComponents + properties: + streams_publishes: + type: list + streams_subscribes: + type: list + + dcae.nodes.MicroService.cdap: + derived_from: cloudify.dcae.nodes.Root + properties: + service_component_type: + type: string + jar_url: + type: string + artifact_name: + type: string + required: false + artifact_version: + type: string + required: false + app_config: + type: map + required: false + app_preferences: + type: map + required: false + program_preferences: + type: list + required: false + programs: + #see Broker API + type: list + required: false + streamname: + type: string + required: false + namespace: + type: string + required: false + service_endpoints: + type: list + required: false +# location_id: +# type: string +# service_id: +# type: string + connections: + type: map + required: false + attributes: + service_component_name: + type: string + requirements: + - host: + capability: dcae.capabilities.cdapHost + relationship: dcae.relationships.component_contained_in + interfaces: + cloudify.interfaces.lifecycle: + type: tosca.interfaces.Root + create: + inputs: + connected_broker_dns_name: + type: string + + + dcae.nodes.composition.virtual: + derived_from: tosca.nodes.Root + properties: + service_id: + type: string + required: true + location_id: + type: string + required: true + capabilities: + host: + type: dcae.capabilities.composition.host + + tosca.dcae.nodes.dockerHost: + derived_from: tosca.dcae.nodes.Root + properties: + location_id: + type: string + required: true + docker_host_override: + type: string + + capabilities: + host: + type: dcae.capabilities.dockerHost + + requirements: + - composition: + capability: dcae.capabilities.composition.host + + dcae.nodes.SelectedDockerHost: + derived_from: cloudify.dcae.nodes.Root + properties: + location_id: + type: string + required: true + docker_host_override: + type: string + capabilities: + host: + type: dcae.capabilities.dockerHost + + dcae.nodes.policy: + derived_from: cloudify.dcae.nodes.Root + properties: + policy_id: + type: string + required: true + capabilities: + policy: + type: dcae.capabilities.policy + + tosca.dcae.nodes.policy: + derived_from: tosca.dcae.nodes.Root + properties: + policy_name: + type: string + policy_id: + type: string + required: true + capabilities: + policy: + type: dcae.capabilities.policy + + tosca.dcae.nodes.policies: + derived_from: tosca.dcae.nodes.Root + properties: + policyName: + type: string + configName: + type: string + onapName: + type: string + configAttributes: + type: string + unique: + type: boolean + capabilities: + policy: + type: dcae.capabilities.policy + + dcae.nodes.policies: + derived_from: cloudify.dcae.nodes.Root + properties: + policy_filter: + type: map + capabilities: + policy: + type: dcae.capabilities.policy + + +capability_types: + dcae.capabilities.dockerHost: + derived_from: tosca.capabilities.Root + + dcae.capabilities.cdapHost: + derived_from: tosca.capabilities.Root + + dcae.capabilities.policy: + derived_from: tosca.capabilities.Root + + dcae.capabilities.stream.subscribe: + derived_from: tosca.capabilities.Root + properties: + format: + type: string + version: + type: string + route: + type: string + + dcae.capabilities.dmmap.feed: + derived_from: tosca.capabilities.Root + properties: + location: + type: string + node_name: + type: string + feed_name: + type: string + + dcae.capabilities.dmmap.topic: + derived_from: tosca.capabilities.Root + properties: + aaf_username: + type: string + aaf_password: + type: string + location: + type: string + client_role: + type: string + node_name: + type: string + topic_name: + type: string + + dcae.capabilities.service.provide: + derived_from: tosca.capabilities.Root + properties: + request_format: + type: string + request_version: + type: string + response_format: + type: string + response_version: + type: string + service_name: + type: string + service_endpoint: + type: string + verb: + type: string + + dcae.capabilities.composition.host: + derived_from: tosca.capabilities.Root + properties: + service_id: + type: string + location_id: + type: string + + +relationship_types: + dcae.relationships.component_contained_in: + derived_from: tosca.relationships.Root + + dcae.relationships.rework_connected_to: + derived_from: tosca.relationships.Root + + dcae.relationships.publish_events: + derived_from: tosca.relationships.Root + + dcae.relationships.subscribe_to_events: + derived_from: tosca.relationships.Root + + dcae.relationships.publish_files: + derived_from: tosca.relationships.Root + + dcae.relationships.subscribe_to_files: + derived_from: tosca.relationships.Root + + cloudify.relationships.depends_on: + derived_from: tosca.relationships.Root diff --git a/app/data/shared_model/composition_virtual/schema.yaml b/app/data/shared_model/composition_virtual/schema.yaml new file mode 100644 index 0000000..780f8ba --- /dev/null +++ b/app/data/shared_model/composition_virtual/schema.yaml @@ -0,0 +1,27 @@ +tosca_definitions_version: tosca_simple_yaml_1_0_0 +node_types: + + tosca.dcae.nodes.Root: + derived_from: tosca.nodes.Root + + dcae.nodes.composition.virtual: + derived_from: tosca.nodes.Root + properties: + service_id: + type: string + required: true + location_id: + type: string + required: true + capabilities: + host: + type: dcae.capabilities.composition.host + +capability_types: + dcae.capabilities.composition.host: + derived_from: tosca.capabilities.Root + properties: + service_id: + type: string + location_id: + type: string diff --git a/app/data/shared_model/composition_virtual/template_cv.yaml b/app/data/shared_model/composition_virtual/template_cv.yaml new file mode 100644 index 0000000..81b170f --- /dev/null +++ b/app/data/shared_model/composition_virtual/template_cv.yaml @@ -0,0 +1,39 @@ +tosca_definitions_version: tosca_simple_yaml_1_0_0 + +#metadata section: used for catalog tagging +metadata: + template_name: composition_virtual + template_description: virtual node to include common info for all nodes in the composition + template_version: 1.0.0 +# template_author: Shu Shi + +# asc_catalog: "{name:\"Utils\"}" + +imports: + - schema: schema.yaml + +topology_template: + + inputs: +# service_id: +# type: string + dcae_service_location: + type: string + + node_templates: + composition_virtual: + type: dcae.nodes.composition.virtual + properties: +# service_id: {get_input: service_id} + location_id: {get_input: dcae_service_location} + + capabilities: + host: + properties: + service_id: {get_property: [SELF, service_id]} + location_id: {get_property: [SELF, location_id]} + + + + + diff --git a/app/data/shared_model/composition_virtual/translation_cv.yaml b/app/data/shared_model/composition_virtual/translation_cv.yaml new file mode 100644 index 0000000..ec09400 --- /dev/null +++ b/app/data/shared_model/composition_virtual/translation_cv.yaml @@ -0,0 +1,11 @@ +tosca_definitions_version: tosca_simple_yaml_1_0_0 + +imports: + - schema: schema.yaml + +topology_template: + + substitution_mappings: + node_type: dcae.nodes.composition.virtual + + \ No newline at end of file diff --git a/app/data/shared_model/docker_host/schema.yaml b/app/data/shared_model/docker_host/schema.yaml new file mode 100644 index 0000000..389a1ec --- /dev/null +++ b/app/data/shared_model/docker_host/schema.yaml @@ -0,0 +1,50 @@ +tosca_definitions_version: tosca_simple_yaml_1_0_0 +node_types: + + tosca.dcae.nodes.Root: + derived_from: tosca.nodes.Root + + cloudify.dcae.nodes.Root: + derived_from: tosca.nodes.Root + + tosca.dcae.nodes.dockerHost: + derived_from: tosca.dcae.nodes.Root + properties: + location_id: + type: string + required: true + docker_host_override: + type: string + + capabilities: + host: + type: dcae.capabilities.dockerHost + + requirements: + - composition: + capability: dcae.capabilities.composition.host + + dcae.nodes.SelectedDockerHost: + derived_from: cloudify.dcae.nodes.Root + properties: + location_id: + type: string + required: true + docker_host_override: + type: string + capabilities: + host: + type: dcae.capabilities.dockerHost + + +capability_types: + dcae.capabilities.dockerHost: + derived_from: tosca.capabilities.Root + + dcae.capabilities.composition.host: + derived_from: tosca.capabilities.Root + properties: + service_id: + type: string + location_id: + type: string diff --git a/app/data/shared_model/docker_host/template.yaml b/app/data/shared_model/docker_host/template.yaml new file mode 100644 index 0000000..54d41ea --- /dev/null +++ b/app/data/shared_model/docker_host/template.yaml @@ -0,0 +1,25 @@ +tosca_definitions_version: tosca_simple_yaml_1_0_0 + +metadata: + template_name: docker_host + + +imports: + - schema: schema.yaml + +topology_template: + inputs: + docker_host_override: + type: string + default: "" + + node_templates: + docker_host: + type: tosca.dcae.nodes.dockerHost + properties: + location_id: {get_property: [SELF, composition, location_id]} + docker_host_override: {get_input: docker_host_override} + + + + diff --git a/app/data/shared_model/docker_host/translation.yaml b/app/data/shared_model/docker_host/translation.yaml new file mode 100644 index 0000000..e741fa2 --- /dev/null +++ b/app/data/shared_model/docker_host/translation.yaml @@ -0,0 +1,27 @@ +tosca_definitions_version: tosca_simple_yaml_1_0_0 +metadata: + template_name: docker_host_translate + +imports: + - schema: schema.yaml + +topology_template: + + inputs: #for substitution mapping definition, these inputs are exactly the properties of dcae.nodes.dockerApp.asimovCollector + location_id: + type: string + docker_host_override: + type: string + + + substitution_mappings: + node_type: tosca.dcae.nodes.dockerHost + capabilities: + host: [host, host] + + node_templates: + host: + type: dcae.nodes.SelectedDockerHost + properties: + location_id: {get_input: location_id} + docker_host_override: {get_input: docker_host_override} \ No newline at end of file diff --git a/app/data/shared_model/existing_feed/schema.yaml b/app/data/shared_model/existing_feed/schema.yaml new file mode 100644 index 0000000..f1de7f6 --- /dev/null +++ b/app/data/shared_model/existing_feed/schema.yaml @@ -0,0 +1,57 @@ +tosca_definitions_version: tosca_simple_yaml_1_0_0 + +node_types: + + tosca.dcae.nodes.Root: + derived_from: tosca.nodes.Root + + cloudify.dcae.nodes.Root: + derived_from: tosca.nodes.Root + + tosca.dcae.nodes.dmaap.existingFeed: + derived_from: tosca.dcae.nodes.Root + properties: + location: + type: string + node_name: + type: string + feed_id: + type: string + capabilities: + feed: + type: dcae.capabilities.dmmap.feed + requirements: + - composition: + capability: dcae.capabilities.composition.host + + dcae.nodes.ExistingFeed: + derived_from: cloudify.dcae.nodes.Root + capabilities: + feed: + type: dcae.capabilities.dmmap.feed + properties: + feed_id: + type: string + + +capability_types: + + dcae.capabilities.dmmap.feed: + derived_from: tosca.capabilities.Root + properties: + location: + type: string + node_name: + type: string + feed_name: + type: string + + + dcae.capabilities.composition.host: + derived_from: tosca.capabilities.Root + properties: + service_id: + type: string + location_id: + type: string + \ No newline at end of file diff --git a/app/data/shared_model/existing_feed/template.yaml b/app/data/shared_model/existing_feed/template.yaml new file mode 100644 index 0000000..ebfac43 --- /dev/null +++ b/app/data/shared_model/existing_feed/template.yaml @@ -0,0 +1,34 @@ +tosca_definitions_version: tosca_simple_yaml_1_0_0 +metadata: + template_name: existing_feed +imports: +- schema: schema.yaml +topology_template: + inputs: + feed_id: + type: string + + node_templates: + feed: + type: tosca.dcae.nodes.dmaap.existingFeed + properties: + feed_id: + get_input: feed_id + location: + get_property: + - SELF + - composition + - location_id + node_name: __GET_NODE_NAME__ + capabilities: + feed: + properties: + feed_name: "" + location: + get_property: + - SELF + - location + node_name: + get_property: + - SELF + - node_name diff --git a/app/data/shared_model/existing_feed/translate.yaml b/app/data/shared_model/existing_feed/translate.yaml new file mode 100644 index 0000000..9a2be05 --- /dev/null +++ b/app/data/shared_model/existing_feed/translate.yaml @@ -0,0 +1,27 @@ +tosca_definitions_version: tosca_simple_yaml_1_0_0 +metadata: + template_name: existing_feed_translate +imports: +- schema: schema.yaml + +topology_template: + inputs: + location: + type: string + node_name: + type: string + feed_id: + type: string + + + substitution_mappings: + node_type: tosca.dcae.nodes.dmaap.existingFeed + capabilities: + feed: + - NO_PREFIX + - feed + node_templates: + NO_PREFIX: + type: dcae.nodes.ExistingFeed + properties: + feed_id: {get_input: feed_id} diff --git a/app/data/shared_model/existing_topic/schema.yaml b/app/data/shared_model/existing_topic/schema.yaml new file mode 100644 index 0000000..8bd80ca --- /dev/null +++ b/app/data/shared_model/existing_topic/schema.yaml @@ -0,0 +1,66 @@ +tosca_definitions_version: tosca_simple_yaml_1_0_0 + +node_types: + tosca.dcae.nodes.Root: + derived_from: tosca.nodes.Root + cloudify.dcae.nodes.Root: + derived_from: tosca.nodes.Root + + tosca.dcae.nodes.dmaap.existingTopic: + derived_from: tosca.dcae.nodes.Root + properties: + aaf_username: + type: string + aaf_password: + type: string + location: + type: string + client_role: + type: string + node_name: + type: string + fqtn: + type: string + capabilities: + topic: + type: dcae.capabilities.dmmap.topic + requirements: + - composition: + capability: dcae.capabilities.composition.host + + dcae.nodes.ExistingTopic: + derived_from: cloudify.dcae.nodes.Root + properties: + fqtn: + type: string + capabilities: + topic: + type: dcae.capabilities.dmmap.topic + +capability_types: + + dcae.capabilities.dmmap.topic: + derived_from: tosca.capabilities.Root + properties: + aaf_username: + type: string + aaf_password: + type: string + location: + type: string + client_role: + type: string + node_name: + type: string + topic_name: + type: string + + + dcae.capabilities.composition.host: + derived_from: tosca.capabilities.Root + properties: + service_id: + type: string + location_id: + type: string + diff --git a/app/data/shared_model/existing_topic/template.yaml b/app/data/shared_model/existing_topic/template.yaml new file mode 100644 index 0000000..cd41b04 --- /dev/null +++ b/app/data/shared_model/existing_topic/template.yaml @@ -0,0 +1,58 @@ +tosca_definitions_version: tosca_simple_yaml_1_0_0 +metadata: + template_name: existing_topic +imports: +- schema: schema.yaml +topology_template: + inputs: + aaf_password: + type: string + aaf_username: + type: string + client_role: + type: string + fqtn: + type: string + + node_templates: + topic: + type: tosca.dcae.nodes.dmaap.existingTopic + properties: + aaf_password: + get_input: aaf_password + aaf_username: + get_input: aaf_username + client_role: + get_input: client_role + location: + get_property: + - SELF + - composition + - location_id + node_name: __GET_NODE_NAME__ + fqtn: + get_input: fqtn + capabilities: + topic: + properties: + aaf_password: + get_property: + - SELF + - aaf_password + aaf_username: + get_property: + - SELF + - aaf_username + client_role: + get_property: + - SELF + - client_role + location: + get_property: + - SELF + - location + node_name: + get_property: + - SELF + - node_name + topic_name: '' \ No newline at end of file diff --git a/app/data/shared_model/existing_topic/translate.yaml b/app/data/shared_model/existing_topic/translate.yaml new file mode 100644 index 0000000..530db27 --- /dev/null +++ b/app/data/shared_model/existing_topic/translate.yaml @@ -0,0 +1,34 @@ +tosca_definitions_version: tosca_simple_yaml_1_0_0 +metadata: + template_name: existing_topic_translate +imports: +- schema: schema.yaml + + +topology_template: + inputs: + aaf_username: + type: string + aaf_password: + type: string + location: + type: string + client_role: + type: string + node_name: + type: string + fqtn: + type: string + + + substitution_mappings: + node_type: tosca.dcae.nodes.dmaap.existingTopic + capabilities: + topic: + - NO_PREFIX + - topic + node_templates: + NO_PREFIX: + type: dcae.nodes.ExistingTopic + properties: + fqtn: {get_input: fqtn} \ No newline at end of file diff --git a/app/data/shared_model/external_target_feed/schema.yaml b/app/data/shared_model/external_target_feed/schema.yaml new file mode 100644 index 0000000..9186590 --- /dev/null +++ b/app/data/shared_model/external_target_feed/schema.yaml @@ -0,0 +1,62 @@ +tosca_definitions_version: tosca_simple_yaml_1_0_0 + +node_types: + + tosca.dcae.nodes.Root: + derived_from: tosca.nodes.Root + cloudify.dcae.nodes.Root: + derived_from: tosca.nodes.Root + + tosca.dcae.nodes.dmaap.externalTargetFeed: + derived_from: tosca.dcae.nodes.Root + properties: + location: + type: string + node_name: + type: string + url: + type: string + username: + type: string + userpw: + type: string + capabilities: + feed: + type: dcae.capabilities.dmmap.feed + requirements: + - composition: + capability: dcae.capabilities.composition.host + + dcae.nodes.ExternalTargetFeed: + derived_from: cloudify.dcae.nodes.Root + capabilities: + feed: + type: dcae.capabilities.dmmap.feed + properties: + url: + type: string + username: + type: string + userpw: + type: string + +capability_types: + + dcae.capabilities.dmmap.feed: + derived_from: tosca.capabilities.Root + properties: + location: + type: string + node_name: + type: string + feed_name: + type: string + + + dcae.capabilities.composition.host: + derived_from: tosca.capabilities.Root + properties: + service_id: + type: string + location_id: + type: string diff --git a/app/data/shared_model/external_target_feed/template.yaml b/app/data/shared_model/external_target_feed/template.yaml new file mode 100644 index 0000000..0e24493 --- /dev/null +++ b/app/data/shared_model/external_target_feed/template.yaml @@ -0,0 +1,42 @@ +tosca_definitions_version: tosca_simple_yaml_1_0_0 +metadata: + template_name: external_target_feed +imports: +- schema: schema.yaml +topology_template: + inputs: + url: + type: string + username: + type: string + userpw: + type: string + + node_templates: + feed: + type: tosca.dcae.nodes.dmaap.externalTargetFeed + properties: + url: + get_input: url + username: + get_input: username + userpw: + get_input: userpw + location: + get_property: + - SELF + - composition + - location_id + node_name: __GET_NODE_NAME__ + capabilities: + feed: + properties: + feed_name: "" + location: + get_property: + - SELF + - location + node_name: + get_property: + - SELF + - node_name diff --git a/app/data/shared_model/external_target_feed/translate.yaml b/app/data/shared_model/external_target_feed/translate.yaml new file mode 100644 index 0000000..02810c2 --- /dev/null +++ b/app/data/shared_model/external_target_feed/translate.yaml @@ -0,0 +1,33 @@ +tosca_definitions_version: tosca_simple_yaml_1_0_0 +metadata: + template_name: external_target_feed_translate +imports: +- schema: schema.yaml + +topology_template: + inputs: + location: + type: string + node_name: + type: string + url: + type: string + username: + type: string + userpw: + type: string + + + substitution_mappings: + node_type: tosca.dcae.nodes.dmaap.externalTargetFeed + capabilities: + feed: + - NO_PREFIX + - feed + node_templates: + NO_PREFIX: + type: dcae.nodes.ExternalTargetFeed + properties: + url: {get_input: url} + username: {get_input: username} + userpw: {get_input: userpw} diff --git a/app/data/shared_model/policies/schema.yaml b/app/data/shared_model/policies/schema.yaml new file mode 100644 index 0000000..505b97f --- /dev/null +++ b/app/data/shared_model/policies/schema.yaml @@ -0,0 +1,38 @@ +tosca_definitions_version: tosca_simple_yaml_1_0_0 + +node_types: + + tosca.dcae.nodes.Root: + derived_from: tosca.nodes.Root + cloudify.dcae.nodes.Root: + derived_from: tosca.nodes.Root + + tosca.dcae.nodes.policies: + derived_from: tosca.dcae.nodes.Root + properties: + policyName: + type: string + configName: + type: string + onapName: + type: string + configAttributes: + type: string + unique: + type: boolean + capabilities: + policy: + type: dcae.capabilities.policy + + dcae.nodes.policies: + derived_from: cloudify.dcae.nodes.Root + properties: + policy_filter: + type: map + capabilities: + policy: + type: dcae.capabilities.policy + +capability_types: + dcae.capabilities.policy: + derived_from: tosca.capabilities.Root diff --git a/app/data/shared_model/policies/template.yaml b/app/data/shared_model/policies/template.yaml new file mode 100644 index 0000000..b3e894a --- /dev/null +++ b/app/data/shared_model/policies/template.yaml @@ -0,0 +1,28 @@ +tosca_definitions_version: tosca_simple_yaml_1_0_0 +metadata: + template_name: policies +imports: +- schema: schema.yaml + +topology_template: + inputs: + policyName: + type: string + configName: + type: string + onapName: + type: string + configAttributes: + type: string + unique: + type: boolean + + node_templates: + policy: + type: tosca.dcae.nodes.policies + properties: + policyName: "DCAE.Config_" + configName: "" + onapName: "DCAE" + configAttributes: "" + unique: false diff --git a/app/data/shared_model/policies/translate.yaml b/app/data/shared_model/policies/translate.yaml new file mode 100644 index 0000000..c0daffb --- /dev/null +++ b/app/data/shared_model/policies/translate.yaml @@ -0,0 +1,34 @@ +tosca_definitions_version: tosca_simple_yaml_1_0_0 +metadata: + template_name: policies_translate +imports: +- schema: schema.yaml +topology_template: + inputs: + policyName: + type: string + configName: + type: string + onapName: + type: string + configAttributes: + type: string + unique: + type: boolean + + substitution_mappings: + node_type: tosca.dcae.nodes.policies + capabilities: + policy: + - NO_PREFIX + - policy + node_templates: + NO_PREFIX: + type: dcae.nodes.policies + properties: + policy_filter: + policyName: {get_input: policyName} + configName: {get_input: configName} + onapName: {get_input: onapName} + configAttributes: {get_input: configAttributes} + unique: {get_input: unique} \ No newline at end of file diff --git a/app/data/shared_model/policy/schema.yaml b/app/data/shared_model/policy/schema.yaml new file mode 100644 index 0000000..cb4718c --- /dev/null +++ b/app/data/shared_model/policy/schema.yaml @@ -0,0 +1,34 @@ +tosca_definitions_version: tosca_simple_yaml_1_0_0 + +node_types: + + tosca.dcae.nodes.Root: + derived_from: tosca.nodes.Root + cloudify.dcae.nodes.Root: + derived_from: tosca.nodes.Root + + dcae.nodes.policy: + derived_from: cloudify.dcae.nodes.Root + properties: + policy_id: + type: string + required: true + capabilities: + policy: + type: dcae.capabilities.policy + + tosca.dcae.nodes.policy: + derived_from: tosca.dcae.nodes.Root + properties: + policy_name: + type: string + policy_id: + type: string + required: true + capabilities: + policy: + type: dcae.capabilities.policy + +capability_types: + dcae.capabilities.policy: + derived_from: tosca.capabilities.Root diff --git a/app/data/shared_model/policy/template.yaml b/app/data/shared_model/policy/template.yaml new file mode 100644 index 0000000..a0e8b00 --- /dev/null +++ b/app/data/shared_model/policy/template.yaml @@ -0,0 +1,10 @@ +tosca_definitions_version: tosca_simple_yaml_1_0_0 +metadata: + template_name: policy +imports: +- schema: schema.yaml +topology_template: + + node_templates: + policy: + type: tosca.dcae.nodes.policy diff --git a/app/data/shared_model/policy/translate.yaml b/app/data/shared_model/policy/translate.yaml new file mode 100644 index 0000000..1c349c2 --- /dev/null +++ b/app/data/shared_model/policy/translate.yaml @@ -0,0 +1,23 @@ +tosca_definitions_version: tosca_simple_yaml_1_0_0 +metadata: + template_name: policy_translate +imports: +- schema: schema.yaml +topology_template: + inputs: + policy_name: + type: string + policy_id: + type: string + + substitution_mappings: + node_type: tosca.dcae.nodes.policy + capabilities: + policy: + - NO_PREFIX + - policy + node_templates: + NO_PREFIX: + type: dcae.nodes.policy + properties: + policy_id: {get_input: policy_id} \ No newline at end of file diff --git a/app/tosca_server.pyc b/app/tosca_server.pyc deleted file mode 100644 index 89984f4..0000000 Binary files a/app/tosca_server.pyc and /dev/null differ diff --git a/app/toscalib/__init__.pyc b/app/toscalib/__init__.pyc deleted file mode 100644 index 57447a6..0000000 Binary files a/app/toscalib/__init__.pyc and /dev/null differ diff --git a/app/toscalib/templates/__init__.pyc b/app/toscalib/templates/__init__.pyc deleted file mode 100644 index a70f506..0000000 Binary files a/app/toscalib/templates/__init__.pyc and /dev/null differ diff --git a/app/toscalib/templates/capability_item.pyc b/app/toscalib/templates/capability_item.pyc deleted file mode 100644 index 3a7d971..0000000 Binary files a/app/toscalib/templates/capability_item.pyc and /dev/null differ diff --git a/app/toscalib/templates/constant.pyc b/app/toscalib/templates/constant.pyc deleted file mode 100644 index 6335388..0000000 Binary files a/app/toscalib/templates/constant.pyc and /dev/null differ diff --git a/app/toscalib/templates/database.pyc b/app/toscalib/templates/database.pyc deleted file mode 100644 index e7f651f..0000000 Binary files a/app/toscalib/templates/database.pyc and /dev/null differ diff --git a/app/toscalib/templates/heat_constants.pyc b/app/toscalib/templates/heat_constants.pyc deleted file mode 100644 index 379bc4e..0000000 Binary files a/app/toscalib/templates/heat_constants.pyc and /dev/null differ diff --git a/app/toscalib/templates/interface_item.pyc b/app/toscalib/templates/interface_item.pyc deleted file mode 100644 index 20d9f8c..0000000 Binary files a/app/toscalib/templates/interface_item.pyc and /dev/null differ diff --git a/app/toscalib/templates/node.pyc b/app/toscalib/templates/node.pyc deleted file mode 100644 index 3d780b7..0000000 Binary files a/app/toscalib/templates/node.pyc and /dev/null differ diff --git a/app/toscalib/templates/operation_item.pyc b/app/toscalib/templates/operation_item.pyc deleted file mode 100644 index 1d35b40..0000000 Binary files a/app/toscalib/templates/operation_item.pyc and /dev/null differ diff --git a/app/toscalib/templates/property_item.pyc b/app/toscalib/templates/property_item.pyc deleted file mode 100644 index 96d7b86..0000000 Binary files a/app/toscalib/templates/property_item.pyc and /dev/null differ diff --git a/app/toscalib/templates/requirement_item.pyc b/app/toscalib/templates/requirement_item.pyc deleted file mode 100644 index 1cb307e..0000000 Binary files a/app/toscalib/templates/requirement_item.pyc and /dev/null differ diff --git a/app/toscalib/templates/substitution_rule.pyc b/app/toscalib/templates/substitution_rule.pyc deleted file mode 100644 index 0d4ad19..0000000 Binary files a/app/toscalib/templates/substitution_rule.pyc and /dev/null differ diff --git a/app/toscalib/templates/topology.pyc b/app/toscalib/templates/topology.pyc deleted file mode 100644 index 3b03399..0000000 Binary files a/app/toscalib/templates/topology.pyc and /dev/null differ diff --git a/app/toscalib/templates/value.pyc b/app/toscalib/templates/value.pyc deleted file mode 100644 index 00f27d7..0000000 Binary files a/app/toscalib/templates/value.pyc and /dev/null differ diff --git a/app/toscalib/tosca_builder.pyc b/app/toscalib/tosca_builder.pyc deleted file mode 100644 index 082f41c..0000000 Binary files a/app/toscalib/tosca_builder.pyc and /dev/null differ diff --git a/app/toscalib/tosca_workbook.pyc b/app/toscalib/tosca_workbook.pyc deleted file mode 100644 index a3ada52..0000000 Binary files a/app/toscalib/tosca_workbook.pyc and /dev/null differ diff --git a/app/toscalib/types/__init__.pyc b/app/toscalib/types/__init__.pyc deleted file mode 100644 index 810f67d..0000000 Binary files a/app/toscalib/types/__init__.pyc and /dev/null differ diff --git a/app/toscalib/types/capability.pyc b/app/toscalib/types/capability.pyc deleted file mode 100644 index f79e142..0000000 Binary files a/app/toscalib/types/capability.pyc and /dev/null differ diff --git a/app/toscalib/types/constraints.pyc b/app/toscalib/types/constraints.pyc deleted file mode 100644 index 514635a..0000000 Binary files a/app/toscalib/types/constraints.pyc and /dev/null differ diff --git a/app/toscalib/types/data.pyc b/app/toscalib/types/data.pyc deleted file mode 100644 index fd1388a..0000000 Binary files a/app/toscalib/types/data.pyc and /dev/null differ diff --git a/app/toscalib/types/entry_schema.pyc b/app/toscalib/types/entry_schema.pyc deleted file mode 100644 index b9558f4..0000000 Binary files a/app/toscalib/types/entry_schema.pyc and /dev/null differ diff --git a/app/toscalib/types/interface.pyc b/app/toscalib/types/interface.pyc deleted file mode 100644 index 8766be3..0000000 Binary files a/app/toscalib/types/interface.pyc and /dev/null differ diff --git a/app/toscalib/types/node.pyc b/app/toscalib/types/node.pyc deleted file mode 100644 index a6ce858..0000000 Binary files a/app/toscalib/types/node.pyc and /dev/null differ diff --git a/app/toscalib/types/operation.pyc b/app/toscalib/types/operation.pyc deleted file mode 100644 index ec25aae..0000000 Binary files a/app/toscalib/types/operation.pyc and /dev/null differ diff --git a/app/toscalib/types/property.pyc b/app/toscalib/types/property.pyc deleted file mode 100644 index 73008a3..0000000 Binary files a/app/toscalib/types/property.pyc and /dev/null differ diff --git a/app/toscalib/types/relationship.pyc b/app/toscalib/types/relationship.pyc deleted file mode 100644 index f106cbe..0000000 Binary files a/app/toscalib/types/relationship.pyc and /dev/null differ diff --git a/app/toscalib/types/requirement.pyc b/app/toscalib/types/requirement.pyc deleted file mode 100644 index 6a61138..0000000 Binary files a/app/toscalib/types/requirement.pyc and /dev/null differ diff --git a/app/toscalib/utils/__init__.pyc b/app/toscalib/utils/__init__.pyc deleted file mode 100644 index b047006..0000000 Binary files a/app/toscalib/utils/__init__.pyc and /dev/null differ diff --git a/app/toscalib/utils/tosca_export.pyc b/app/toscalib/utils/tosca_export.pyc deleted file mode 100644 index 2552481..0000000 Binary files a/app/toscalib/utils/tosca_export.pyc and /dev/null differ diff --git a/app/toscalib/utils/tosca_heat.pyc b/app/toscalib/utils/tosca_heat.pyc deleted file mode 100644 index a69a761..0000000 Binary files a/app/toscalib/utils/tosca_heat.pyc and /dev/null differ diff --git a/app/toscalib/utils/tosca_import.pyc b/app/toscalib/utils/tosca_import.pyc deleted file mode 100644 index b86dfa7..0000000 Binary files a/app/toscalib/utils/tosca_import.pyc and /dev/null differ diff --git a/app/toscalib/utils/tosca_operate.pyc b/app/toscalib/utils/tosca_operate.pyc deleted file mode 100644 index 4ebd264..0000000 Binary files a/app/toscalib/utils/tosca_operate.pyc and /dev/null differ diff --git a/app/toscalib/utils/tosca_print.pyc b/app/toscalib/utils/tosca_print.pyc deleted file mode 100644 index 7c39616..0000000 Binary files a/app/toscalib/utils/tosca_print.pyc and /dev/null differ diff --git a/app/toscalib/utils/yamlparser.pyc b/app/toscalib/utils/yamlparser.pyc deleted file mode 100644 index 8d97b2a..0000000 Binary files a/app/toscalib/utils/yamlparser.pyc and /dev/null differ diff --git a/app/version.pyc b/app/version.pyc deleted file mode 100644 index 7a19a68..0000000 Binary files a/app/version.pyc and /dev/null differ diff --git a/tosca_server.pyc b/tosca_server.pyc deleted file mode 100644 index 1bd8f2e..0000000 Binary files a/tosca_server.pyc and /dev/null differ diff --git a/toscalib/__init__.pyc b/toscalib/__init__.pyc deleted file mode 100644 index 55190c1..0000000 Binary files a/toscalib/__init__.pyc and /dev/null differ diff --git a/toscalib/templates/__init__.pyc b/toscalib/templates/__init__.pyc deleted file mode 100644 index 4ab1179..0000000 Binary files a/toscalib/templates/__init__.pyc and /dev/null differ diff --git a/toscalib/templates/capability_item.pyc b/toscalib/templates/capability_item.pyc deleted file mode 100644 index e81ec20..0000000 Binary files a/toscalib/templates/capability_item.pyc and /dev/null differ diff --git a/toscalib/templates/constant.pyc b/toscalib/templates/constant.pyc deleted file mode 100644 index ec5584f..0000000 Binary files a/toscalib/templates/constant.pyc and /dev/null differ diff --git a/toscalib/templates/database.pyc b/toscalib/templates/database.pyc deleted file mode 100644 index 5a8d85e..0000000 Binary files a/toscalib/templates/database.pyc and /dev/null differ diff --git a/toscalib/templates/heat_constants.pyc b/toscalib/templates/heat_constants.pyc deleted file mode 100644 index 22fa58a..0000000 Binary files a/toscalib/templates/heat_constants.pyc and /dev/null differ diff --git a/toscalib/templates/interface_item.pyc b/toscalib/templates/interface_item.pyc deleted file mode 100644 index 569c24a..0000000 Binary files a/toscalib/templates/interface_item.pyc and /dev/null differ diff --git a/toscalib/templates/node.pyc b/toscalib/templates/node.pyc deleted file mode 100644 index 4eeb108..0000000 Binary files a/toscalib/templates/node.pyc and /dev/null differ diff --git a/toscalib/templates/operation_item.pyc b/toscalib/templates/operation_item.pyc deleted file mode 100644 index 1fbb451..0000000 Binary files a/toscalib/templates/operation_item.pyc and /dev/null differ diff --git a/toscalib/templates/property_item.pyc b/toscalib/templates/property_item.pyc deleted file mode 100644 index 207f9b8..0000000 Binary files a/toscalib/templates/property_item.pyc and /dev/null differ diff --git a/toscalib/templates/requirement_item.pyc b/toscalib/templates/requirement_item.pyc deleted file mode 100644 index a9d7579..0000000 Binary files a/toscalib/templates/requirement_item.pyc and /dev/null differ diff --git a/toscalib/templates/substitution_rule.pyc b/toscalib/templates/substitution_rule.pyc deleted file mode 100644 index b901ed9..0000000 Binary files a/toscalib/templates/substitution_rule.pyc and /dev/null differ diff --git a/toscalib/templates/topology.pyc b/toscalib/templates/topology.pyc deleted file mode 100644 index 1e8a0ba..0000000 Binary files a/toscalib/templates/topology.pyc and /dev/null differ diff --git a/toscalib/tosca_builder.pyc b/toscalib/tosca_builder.pyc deleted file mode 100644 index 8a506a4..0000000 Binary files a/toscalib/tosca_builder.pyc and /dev/null differ diff --git a/toscalib/tosca_workbook.pyc b/toscalib/tosca_workbook.pyc deleted file mode 100644 index 4863e92..0000000 Binary files a/toscalib/tosca_workbook.pyc and /dev/null differ diff --git a/toscalib/types/__init__.pyc b/toscalib/types/__init__.pyc deleted file mode 100644 index 8eaffbd..0000000 Binary files a/toscalib/types/__init__.pyc and /dev/null differ diff --git a/toscalib/types/capability.pyc b/toscalib/types/capability.pyc deleted file mode 100644 index 64afa1a..0000000 Binary files a/toscalib/types/capability.pyc and /dev/null differ diff --git a/toscalib/types/constraints.pyc b/toscalib/types/constraints.pyc deleted file mode 100644 index af2f629..0000000 Binary files a/toscalib/types/constraints.pyc and /dev/null differ diff --git a/toscalib/types/data.pyc b/toscalib/types/data.pyc deleted file mode 100644 index 3e05119..0000000 Binary files a/toscalib/types/data.pyc and /dev/null differ diff --git a/toscalib/types/entry_schema.pyc b/toscalib/types/entry_schema.pyc deleted file mode 100644 index 8b473f8..0000000 Binary files a/toscalib/types/entry_schema.pyc and /dev/null differ diff --git a/toscalib/types/interface.pyc b/toscalib/types/interface.pyc deleted file mode 100644 index 9fa7b8c..0000000 Binary files a/toscalib/types/interface.pyc and /dev/null differ diff --git a/toscalib/types/node.pyc b/toscalib/types/node.pyc deleted file mode 100644 index 2c289fc..0000000 Binary files a/toscalib/types/node.pyc and /dev/null differ diff --git a/toscalib/types/operation.pyc b/toscalib/types/operation.pyc deleted file mode 100644 index db7e056..0000000 Binary files a/toscalib/types/operation.pyc and /dev/null differ diff --git a/toscalib/types/property.pyc b/toscalib/types/property.pyc deleted file mode 100644 index 162881f..0000000 Binary files a/toscalib/types/property.pyc and /dev/null differ diff --git a/toscalib/types/relationship.pyc b/toscalib/types/relationship.pyc deleted file mode 100644 index f3450e8..0000000 Binary files a/toscalib/types/relationship.pyc and /dev/null differ diff --git a/toscalib/types/requirement.pyc b/toscalib/types/requirement.pyc deleted file mode 100644 index 145aeea..0000000 Binary files a/toscalib/types/requirement.pyc and /dev/null differ diff --git a/toscalib/utils/__init__.pyc b/toscalib/utils/__init__.pyc deleted file mode 100644 index d354098..0000000 Binary files a/toscalib/utils/__init__.pyc and /dev/null differ diff --git a/toscalib/utils/tosca_export.pyc b/toscalib/utils/tosca_export.pyc deleted file mode 100644 index e07fa63..0000000 Binary files a/toscalib/utils/tosca_export.pyc and /dev/null differ diff --git a/toscalib/utils/tosca_heat.pyc b/toscalib/utils/tosca_heat.pyc deleted file mode 100644 index a958536..0000000 Binary files a/toscalib/utils/tosca_heat.pyc and /dev/null differ diff --git a/toscalib/utils/tosca_import.pyc b/toscalib/utils/tosca_import.pyc deleted file mode 100644 index 5dc01e8..0000000 Binary files a/toscalib/utils/tosca_import.pyc and /dev/null differ diff --git a/toscalib/utils/tosca_operate.pyc b/toscalib/utils/tosca_operate.pyc deleted file mode 100644 index b411bd2..0000000 Binary files a/toscalib/utils/tosca_operate.pyc and /dev/null differ diff --git a/toscalib/utils/tosca_print.pyc b/toscalib/utils/tosca_print.pyc deleted file mode 100644 index 7ec2ae3..0000000 Binary files a/toscalib/utils/tosca_print.pyc and /dev/null differ diff --git a/toscalib/utils/yamlparser.pyc b/toscalib/utils/yamlparser.pyc deleted file mode 100644 index 1d5b4c2..0000000 Binary files a/toscalib/utils/yamlparser.pyc and /dev/null differ -- cgit 1.2.3-korg