RFE: Add support for parameter inside user_data VDU property

Bug #1820803 reported by Martin Ivanov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tacker
Won't Fix
Undecided
Unassigned

Bug Description

We are trying to achieve user parameter inside cloud-init user_data VDU property.
Something like this:
topology_template:
    inputs:
        someparam1:
          type: string
        someparam2:
          type: string
  ...

        VDU1:
          properties:
            ...
            user_data_format: RAW
            user_data:
              #cloud-config
              vnfparam1: { get_param: { get_input: someparam1 } }
              vnfparam2: { get_param: { get_input: someparam2 } }
            ...
          type: tosca.nodes.nfv.VDU.Tacker

Yasufumi Ogawa (yasufum)
Changed in tacker:
status: New → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.