26 Commits

Author SHA1 Message Date
Jenkins
a7e3732db6 Merge "Add guru meditation support" 2017-01-06 06:58:27 +00:00
gong yong sheng
39f3834a1f Add guru meditation support
After this, kill -s SIGUSR2 <tacker-server-pid> will make tacker
server report its running configuration.

Change-Id: I3823c6d79f264e570f4696cd644a5607558e577d
2017-01-05 10:06:09 +00:00
dharmendra
eedd840236 Remove support for legacy VNFD templates.
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
2017-01-05 14:23:53 +05:30
gong yong sheng
739208fc47 Add mac_address into CP's properties.
Change-Id: Ic13b2e022ed06e24ad45785f0c6e241a18b68bb3
Partial-bug: 1641799
2016-12-13 10:11:20 +08:00
Andreas Jaeger
2fc846ea20 Enable release notes translation
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
2016-10-06 20:54:29 +02:00
Davanum Srinivas
f81a5d9c04 Update reno for stable/newton
Change-Id: I14e97143dbdabc50c8c00dfce08ea27efc4e36b3
2016-09-27 21:14:23 -04:00
Jenkins
07b857a2d8 Merge "Add release notes for alarm monitoring feature." 2016-09-25 19:02:26 +00:00
dharmendra
accf9f7510 Add release notes for alarm monitoring feature.
Implements blueprint: #alarm-based-monitoring-driver

Change-Id: Idc7c32f79f86c9b12abb74c8ec9880bcaff11fd3
2016-09-25 11:20:55 +00:00
Kanagaraj Manickam
ffdb0b4019 Add release notes for VNF scaling feature
Change-Id: Ia7b9fa62934c9855ad1863a9814472aff746d6dc
implments: blueprint #vnf-scaling
2016-09-23 22:44:00 -07:00
Sridhar Ramaswamy
4d08e90df3 Add release notes for VNF Forwarding Graph
Change-Id: I2e56143ef5bf374d1219cfe8c947d19a3a5ad5f5
implements: blueprint tacker-vnffg
2016-09-23 00:01:06 -07:00
Sripriya
f9729fb388 Introduce uniqueness constraint on resource names
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
2016-09-22 00:01:51 -07:00
Tin Lam
043c147690 Provide support for security groups for ConnectionPoints
Add option for providing security groups in ConnectionPoint
node_type of TOSCA VNF templates.

Co-Authored-By: Sridhar Ramaswamy <srics.r@gmail.com>

Change-Id: I5fabaa8a33d684a591364510ed6d3df93989c419
Closes-Bug: #1591372
2016-09-14 10:32:52 -05:00
Jenkins
427cfb6d58 Merge "Add VNF resource details to get vnf API" 2016-09-07 17:00:09 +00:00
Janki Chhatbar
2e766e122b Add VNF resource details to get vnf API
Adds physical id and type of VDUs, CPs and VLs of a VNF to
get vnf API.

APIImpact
Change-Id: I469b91c1a000e7a47ae1d4313ed83de26e1391b2
Partial-Bug: #1602112
2016-09-07 09:35:32 +05:30
Janki
99f58e4f5f Deprecate warning for infra_driver and mgmt_driver at server
Deprecation warning deriving infra and mgmt driver from VNFD create API is
added.

Change-Id: Ieb2ff2a21fa6387ea38734ae65b0bddddd35f2a7
Partial-bug: #1618724
2016-09-07 04:23:55 +05:30
Shaik Apsar
d55db757db Implement tacker workflows
1. std.create_vnf for VNF creation.
2. std.create_vnfd for VNFD creation.
3. std.delete_vnf for VNF deletion.
4. std.delete_vnfd for VNFD deletion.

Change-Id: I2c16c771d468db58728218fcf94154796e955ebb
Implements: blueprint tacker-workflows
2016-08-14 17:06:44 -04:00
gong yong sheng
52073b010f Add domain name info into auth for keystone v3
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
2016-08-01 14:15:22 -07:00
Kanagaraj Manickam
e575760d3c Sample tacker.conf generator
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
2016-07-21 12:11:42 +05:30
Jenkins
89c94bb782 Merge "VNFD Legacy templates deprecated" 2016-07-20 00:43:50 +00:00
Janki Chhatbar
4a669a1261 VNFD Legacy templates deprecated
Throws a deprecation warning while using legacy templates for VNF
creation.

Change-Id: Ie68389e4abd0c7293ec48ed2a380fb7956d8c599
Partial-Bug: #1582928
2016-07-19 16:00:45 +05:30
Bharath Thiruveedula
792b1e0183 Add monitor feature to the VIM
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
2016-07-08 22:51:33 +05:30
Manikantha Srinivas Tadi
a8395daace Make VNFD/VNF/VIM Name Mandatory in Tacker API's
Change-Id: I389d62e40d473c5149a18601f898e47b981b4b1d
Partial-Bug: #1474966
2016-06-14 07:42:58 -04:00
Jenkins
4c74e89790 Merge "Add key injection support to tosca.nodes.nfv.VDU.Tacker" 2016-06-14 21:37:07 +00:00
Tin Lam
02e42be35b Add key injection support to tosca.nodes.nfv.VDU.Tacker
Implement the 'key_name' parameter in templates by adding the new property
to tacker_nfv_defs.yaml.

Change-Id: I1838b283a60c387a7cb92e6c8ebebe7ca8ac5141
Closes-Bug: #1578785
2016-06-14 02:05:23 +00:00
Kanagaraj Manickam
8348838770 Release notes for deafult port change
Change-Id: Ie00fd166bf6d8d594aa1b7dd5745961603da59ad
2016-06-10 08:48:31 +05:30
Tin Lam
cce8dc64e8 Add reno support to tacker
Added release notes management to tacker project similar
to other OpenStack projects.  See [1].

[1] http://lists.openstack.org/pipermail/openstack-dev/2015-November/078301.html

Change-Id: I0efbf340251ba2cfb6a862f2c50905453d873e3d
2016-06-05 01:41:12 -05:00