tacker/tacker/tests
Manpreet Kaur 4819b827c8 Support feature to attach the existing volume
This patch attaches already created volume to vnf using volume id.
The existing volume id can be added to tosca.nodes.BlockStorage node,
in this case, no new volume will be created while vnf deployment.

Implementation:
* Set tosca.nodes.BlockStorage.Tacker "size" required as false,
  this override property definition mention in
  tosca.nodes.Storage.BlockStorage present in tosca parser.
  Please refer [1] for tosca.nodes.Storage.BlockStorage details.
* Add a local dictionary to store volume id present in
  tosca.nodes.BlockStorage.Tacker. This dictionary is use in
  to determine cinder volume mapping.

Additionally update block_storage_usage_guide.rst with changes
required to attach existing volume.

Added cinderclient in test_requirement for functional test case.
Add release notes for feature.

[1]: http://docs.oasis-open.org/tosca/TOSCA-Simple-Profile-YAML/v1.2/csprd01/TOSCA-Simple-Profile-YAML-v1.2-csprd01.html

Change-Id: If5d386a64f98603de843f96287c1e296ae6a2e1f
Implements: blueprint attach-existing-volume
2021-01-28 13:11:03 +05:30
..
common Remove test helpers for Python2 2020-10-19 12:11:40 +00:00
contrib Support for grant request with Synchronous response 2020-10-07 13:57:24 +09:00
etc Support feature to attach the existing volume 2021-01-28 13:11:03 +05:30
functional Support feature to attach the existing volume 2021-01-28 13:11:03 +05:30
unit Support feature to attach the existing volume 2021-01-28 13:11:03 +05:30
var rename neutron/tests to tacker/tests 2014-07-04 18:20:50 +09:00
__init__.py Enable hacking check H104 2015-04-09 18:45:52 -07:00
base.py Use unittest.mock instead of third party mock 2020-05-22 12:03:45 +09:00
constants.py Support feature to attach the existing volume 2021-01-28 13:11:03 +05:30
fake_notifier.py Move unit tests dir to tacker/tests/unit 2017-02-24 16:38:18 +08:00
post_mortem_debug.py Cleanup vim settings 2016-03-28 13:03:56 +02:00
tools.py Update hacking 2016-01-02 17:30:55 +01:00
utils.py Implementation Artifacts support in Tacker 2020-09-21 03:27:17 -04:00
uuidsentinel.py Improve code coverage of openstack module 2019-06-12 11:20:00 +00:00