Remove the skip line in this file, and make some changes to
make them pass.
Partially Implements: blueprint test-addition-refactoring
Change-Id: I6b747da14bc743dbd2b79a6629e761d316de629f
Adding some corresponding directories to UT, and
moving some cases to right places.
Partially Implements: blueprint test-addition-refactoring
Change-Id: Ic47ea2640c89787ac291c31db51a8529f73a66a3
Fix the VimNotFoundException log, it should be give one argument.
optimize the func of _find_vim_key
Change-Id: I16d3904071636571e963232875c9703d8bc2e2d7
Missing constants MIN_VLAN_TAG and MAX_VLAN_TAG in function
is_valid_vlan_tag, path: tacker/common/utils
Change-Id: I26619fa71219c24f2eeed77de3c69e46a00e22a5
The commands used by constraints need at least tox 2.0. Update to
reflect reality, which should help with local running of constraints
targets.
Change-Id: I220127ff324719ed0b824b2288273bfd849182e0
The sample template configuring a VDU as a firewall can be
viewed in <.../tosca-config-openwrt-firewall.yaml>.
Image in properties use VDU more correct than VM.
Change-Id: Ib55c473888c078ae8df905adc754a253ad7ce63f
Signer-off-by: hewei <hewei@cmss.chinamobile.com>
Currently, keystone_authtoken.auth_url is working at
`http://127.0.0.1/identity`, not `http://127.0.0.1:5000` as shown in
sample vim_config.yaml. So this patch aims to update the outdated
auth_url in vim_config.yaml file
Change-Id: I9e66ab5cd365c7bc70c80974fa891fc2e6ddd96f
This commit adds the functionality of tacker-status CLI for performing
upgrade checks as part of the Stein cycle upgrade-checkers goal.
It only includes a sample check which must be replaced by real checks in
future.
Change-Id: I7bb127fa10dd168ab24dd8c42013576f84eadfbb
Story: 2003657
Task: 26158
when we install tacker manually in CentOS, the default path of
console scripts such as tacker-db-manage/tacker-server would be
/usr/bin
Change-Id: If4035a058f06275427a2fe5f5a6e949310c13939
Implementing a utility function to check auth_url which is defined in
the keystone_authtoken section of /etc/tacker/tacker.conf. So that,
'/v3' suffix will be added (if it is missed) to match with keystoneclient
v3.
Changes:
- Create a validate_keystone_auth_url function in tacker.nfvo.nfvo_plugin
- Check auth_url in get_auth_dict in nfvo_plugin
Co-Authored-By: Cong Phuoc Hoang <hoangphuocbk2.07@gmail.com>
Change-Id: I30abaff188bd1d352750cb327a624c1e8ced884f
Currently, "DOWN" and "INACTIVE" are defined as VNF status, but these
status is no need to be used anymore. So this patch aim to remove
these status from Tacker code.
Change-Id: I98a4f24b8ddb4de5bd799de243cf728cac99e615
Currently, README.rst does not contain release notes URL. So this
patch aims to add a URL that links to release notes of Tacker. It
also creates a bulleted list for External resources session.
Change-Id: I666c013b465edb650558d5a55e505b4a3dba3566
If any unknown exception occurs while monitoring VNFs,
then it exits while loop where run_monitor method is
called thereby stopping VNFs monitoring completely.
Handled unknown exception and logged an error message
so that operator is aware of this issue.
Closes-Bug: #1789829
Change-Id: I0b79a0a82e984a3c9a93fc123688ccd2018cc554
Method `get_vnf_policy_by_type` accepts policy_type parameter,
but inside this method, if it's doesn't find policy as specified
in parameter `policy_type`, then it raise VnfPolicyTypeInvalid
in which type is hard coded to constants.POLICY_ALARMING.
This patch removes the hard coded value of policy_type and used
the parameter which is passed to `get_vnf_policy_by_type` method.
Change-Id: I34346fdc51749530a1413a98a3a4b2ee65f78b08
This is a mechanically generated patch to switch the documentation
jobs to use the new PTI versions of the jobs as part of the
python3-first goal.
See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html
Change-Id: I658141601bc7313e19456e07e6d55d0e58008b4e
Story: #2002586
Task: #24324