Disabling this to avoid unwanted rechecks. Will be reenabled after
this test is fixed. Bug [1] is opened to address the root-cause.
[1] https://bugs.launchpad.net/tacker/+bug/1617923
Change-Id: I8cbe11b29790d3d5e064687519ba10f046d0163c
After devstack installation, to run functional test cases, the
nova instance quota, keypair and neutron port quota should be
set to a level which will not block tests. This patch adds a tool
to do this preparation so that developers can easily run
functional tests locally.
Change-Id: I1c2fae110863906e3f7601456dbf79ff06da4c40
Closes-bug: #1617303
vnfd templates, parameter and config files are sent as yaml
strings in requests body to tacker server.
Change the attributes to dictionary objects. New behavior
is applicable to tosca templates only. Also, this change may mangle
the order of nodes in tosca templates. In order to address this
concern and preserve the network interfaces order in these nodes,
there will be follow on patch to address this.
Change-Id: I05a1d60dc643dca864aff559f37491914b1fcfc3
Partial-Bug: #1591361
This patch removes logging import unused in
tacker/plugins/common_services/common_services_plugin.py
Change-Id: I45a6a233967dfabbefd1a38c415836f9703cf864
Previous patch https://review.openstack.org/#/c/349776/
has renamed the DB part.
tacker/vm/plugin.py and tacker/db/vm/vm_db.py are not renamed
in this patch due to the git problem. (It is always be done by
'delete/add' instead of 'rename').
They will be renamed in later patch with unit tests.
Change-Id: I334e0e79c8bdba4a10d97ab691b1e6b242a0f1c5
Partial-bug: #1589018
This commit adds functional tests for testing out the logging of
events for VNFD, VNF and VIM operations.
Change-Id: If517e9fc58eb7decbfb34c644e32f2750d344d3a
Implements: blueprint: audit-support
Replace dict.itervalues() with dict.values(). The Python 3 dict
type has no itervalues() method, the old itervalues() method was
renamed to values().
Change-Id: I675daebf4e5b1a24f2ddeec1451b6d95e6a8785e
This commit adds support to purge soft-deleted resources and their
corresponding event entries from DB tables via tacker-db-manage
Implements: blueprint: audit-support
Co-Authored-By: Kanagaraj Manickam <mkr1481@gmail.com>
Co-Authored-By: gong yong sheng <gong.yongsheng@99cloud.net>
Co-Authored-By: Vishwanath Jayaraman <vishwanathj@hotmail.com>
Change-Id: Ice3cca08c00941fa069e66de5d09fede2ab67322
This commit invokes the create_event() to log events
for VIM VNFD and VNF operations
Change-Id: Ib82be521c5aa8b627e3f34a3696b10508371d3a0
Implements: blueprint: audit-support
Co-Authored-By: Kanagaraj Manickam <mkr1481@gmail.com>
This commit enables the event model/db, common services plugin
and extenstions for audit support of Tacker resources.
Implements: blueprint: audit-support
Change-Id: I8fe824d335917c07d4b51dd63effae5f33bf0c32
Co-Authored-By: Kanagaraj Manickam <mkr1481@gmail.com>
This patch changes the table name into single format.
Later we will change all the table names into single format
in tacker.
Next patches will refactor plugin codes.
Change-Id: I7052bc7557998b087f8e32a5d6823feaa55d5e40
Partial-bug: #1589018
Name is made as mandatory and positional argument in getting started &
manual installation docs.
Also updated the devstack lib.
Change-Id: I5bd87925fc7ee89fdd44f873818d55fdd81611ac
Partial-Bug: #1474966