There are files containing string format arguments inside logging
messages. Using logging function parameters should be preferred.
Change-Id: I0d7018e086d6e68d432eefdc098527e38e7e27d7
Closes-Bug: #1321274
`dict.get()` returns `None` by default, if a key wasn't found.
Removing `None` as second argument to avoid redundancy.
Change-Id: I2ac806b9d337b9701da92434192376c79d77a85e
Parallel execution of tacker functional test ends up
creating lots of VMs and eventually fails hitting the
default max instance of 10. This fix disables quota for
tacker functional test suite. However gate VMs still has
upper constraint on resources like 8GB max limit. To avoid
tripping the actual gate VM resource limit reduce concurrency
to a lower number (2).
Change-Id: I3fe8c012b85554fa21b5b4b64378d68e3d979cc2
Closes-Bug: #1572420
This commit adds sample TOSCA VNFD template yaml files for
specifying EVP features such as CPU pinning, Huge pages, vCPU
topology and numa nodes.
Change-Id: I43e09c9f141194a5d979c60594ffbcf68b5d2813
Closes-Bug: #1570693
This commit adds code to ensure that the vcpu and memory
definitions per numa node specified in TOSCA template
get applied to VM instance.
Change-Id: I4a9ddfaba2c252f2a0e4c525d1e211e118fef81e
Closes-Bug: #1571074
Test classes were being accounted for during coverage, they
are now ignored for more accurate coverage metrics. Remove
references to neutron in .coveragerc. Fix tox.ini coverage
entry.
Co-Authored-By: Larry Rensing <lr699s@att.com>
Co-Authored-By: Sridhar Ramaswamy <srics.r@gmail.com>
Change-Id: I92d50592a5ba43f68554aa933ab8582897b58b43
This commit implements the Enhanced VNF placment blueprint and
adds support for the SR-IOV feature to be specified in TOSCA
templates
Change-Id: Ia75eafcff64aad6bbce0086bf21f083932afdab1
Implements: blueprint enhanced-vnf-placement
Related-Bug: 1569002
This fix supports port_security_enabled attr for Heat Kilo version.
Also adds the new attr to tosca templates.
Change-Id: I6c1e93e00dce0a6a7aa6d2a1f09970d3564524be
Closes-Bug: #1566003
Closes-Bug: #1547284
Infra driver nova is deprecated as of Mitaka and will be removed
for Netwon release
Change-Id: Iaf1dba67bda5c6e77b719d04cc86d1295b7ca56b
Partial-Bug: #1544332
Placement attr regions returned empty along with vim_project when
user provides keystone v2 in auth url
This fixes the vim-register for VIM with keystone v2 version
Closes-Bug: #1563661
Closes-Bug: #1563189
Change-Id: I439a21da6909ca6587dbb3d9de3dc478d02f7158