After this, kill -s SIGUSR2 <tacker-server-pid> will make tacker
server report its running configuration.
Change-Id: I3823c6d79f264e570f4696cd644a5607558e577d
From Mitaka version, Tacker supports TOSCA based VNFD templates. Legacy
templates described under tacker/samples/legacy-templates are deprecated
in newton. Removing in Ocata.
Implements: blueprint deprecate-legacy-template-dsl
Closes-Bug: #1632214
Change-Id: I39f200bb536f4c5d10c920fc1c93bf8f382ca6c2
Releasenote translation publishing is being prepared. 'locale_dirs'
needs to be defined in conf.py to generate translated version of the
release notes.
Note that this repository might not get translated release notes - or
no translations at all - but we add the entry here nevertheless to
prepare for it.
Change-Id: I5898445bfb82767be43da10c36a99e013773af45
Resource names are handled to be unique per tenant for all 3
resources vnfd, vnf and vim.
Also existing duplicate names are updated to name-<12char. uudid>
based on resource id's last 12 char. to handle the uniqueness
constraint on 'name' column for all 3 resources.
Change-Id: I689d7219db67892b855e1dc5c3698f9e1a67b408
Closes-Bug: #1475047
Closes-Bug: #1474993
Adds physical id and type of VDUs, CPs and VLs of a VNF to
get vnf API.
APIImpact
Change-Id: I469b91c1a000e7a47ae1d4313ed83de26e1391b2
Partial-Bug: #1602112
Deprecation warning deriving infra and mgmt driver from VNFD create API is
added.
Change-Id: Ieb2ff2a21fa6387ea38734ae65b0bddddd35f2a7
Partial-bug: #1618724
domain name information should be in VIM configure, which is
different from keystone configuration in tacker.conf.
Also domain name is prefered to domain id.
Change-Id: Iec492e55ff763f92304c129d2373e544269f6271
Partial-bug: #1603851
It also make required keystone config changes as part
of devstack plugin, which helps the functional test cases
to successfully complete and it makes inline with existing
tacker conf.
Closes-bug: #1592247
Change-Id: I545ceb2c9e61c22dbd8a0e1ee39a6e4fa24f8e88
This patch add monitoring feature to the VIM by checking the
reachability of identity service for the corresponding VIM.
Change-Id: I25beaa5e1fd2fca87503c45d720f89d6f8156622
Closes-Bug: #1554280
Implement the 'key_name' parameter in templates by adding the new property
to tacker_nfv_defs.yaml.
Change-Id: I1838b283a60c387a7cb92e6c8ebebe7ca8ac5141
Closes-Bug: #1578785