These resources are out of the scope of tacker
(cherry picked from commit 5c7d475eb3)
Change-Id: Ib585e44e629908ca97c5ab67cdb8ed4375b61fe7
Closes-bug: 1519968
This commit adds code to support IP Address values as parameterized
input for VDUs in a VNFD template.
Change-Id: I4e49dda5ab4b8901c88aaac83d567242a3c4e080
Closes-bug: #1490633
Introduce new Tacker REST API endpoints 'vnfd' and 'vnf' based on NFV
MANO in 'vnfm' extension. Existing 'device' and'device_template'
endpoints will be retained for backward compatibility.
Change-Id: I9dffd4bee25b1f49aea7478f2bd779cf0f6dfb49
Implements: blueprint tacker-api-mano
This commit adds support for new VDU parameters 'user_data' and
'user_data_format' in VNFD template that allows for configuring an
instance at boot time
Change-Id: If56e2482b2e13311c695cfdf1179de74bddbcf9a
Closes-Bug: #1491609
This commit ensures that the defined 'HeatClientException' is
raised in heat.py file instead of the undefined 'HeatClientError'.
It also adds the missing string formatting for the
'HeatClientException' message string.
Change-Id: I50597b635cd0b4c0034f8e6def2a56e251741d36
Closes-bug: #1493626
This commit adds code to support onboarding a VNFD template that
supports parameterized input. At VNF deploy time, this feature
allows to specify a yaml file with values to be substituted for
the parameters specified in the VNFD template.
Change-Id: I72b6e8da8826a3c80c1a73aa37f912fc9ec3e291
Closes-bug: #1484227
As the consensus at this moment, service instance resource should be
dropped. At least at this stage.
If it is found needed later, it could be added later.
Change-Id: I7ffe45f5e6f1891cd6bb29625791c977798b77e0