Uploaded image for project: 'Policy Framework'
  1. Policy Framework
  2. POLICY-739

Implemented map type to TOSCA model parser

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Medium Medium
    • Beijing Release
    • None
    • None
    • None

      Added map type to TOSCA MS template for multiple selections. YAML file will be defined as below.
      properties:
      <property_name>:
      type:map
      entry_schema:
      type: string
      constraints:

      • valid_values:
      • "val1"
      • "val2"
        JSON file will be created as below.
        {
        "<property_name>": { "<key1>": <actual_value1>, "<key2>": <actual_value2>, }

        }

            guangxingwang guangxingwang
            guangxingwang guangxingwang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: