summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-12-13Conform to interface change of ODL node in Fuel DeploymentHEADmasterStamatis Katsaounis1-1/+1
JIRA: FUEL-393 This patch changes the interface where the odl node obtains the public ip. This patch is a follow-up of [1]. [1] https://gerrit.opnfv.org/gerrit/#/c/65705/1 Change-Id: I12c144f80a7fcffbcc5cc7d57995d0a1501538a6 Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
2018-12-13Update Release Notes for Gambia 7.1 Releasedimitris.tsiolakis1-4/+4
Change-Id: I5da637e3f348da9ac179a8edfa9c86c5ac7c9a3c Signed-off-by: dimitris.tsiolakis <dmts@intracom-telecom.com>
2018-12-12Merge "Update installation procedure for Fuel Installer"Nikos Karandreas1-125/+19
2018-12-11Update installation procedure for Fuel InstallerStamatis Katsaounis1-125/+19
This patch updates the documentation related to installation procedure of bgpvpn scenario with Fuel Installer. Furthermore, it removes the ha scenario because it is not supported in the current version of Fuel. Finally, any deprecated information is also removed. Change-Id: I68610317d732e23fb1ad8edc47ca0486314a557c Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
2018-12-11Using heat orchestrator for sdnvpn - test case 8nikoskarandreas6-9/+417
Heat orchestrator and the use of Heat Orchestrator Templates is introduced in sdnvpn test cases. The deployment of the nodes and networks under test is performed as a stack with the use of the heat api and the use of the other apis is kept to as little as possible. The scenarios that are executed are the same as in the orginal test cases. This is the implementation of sdnvpn test case 8: Test floating IP and router assoc coexistence JIRA: SDNVPN-219 Change-Id: I8a61d40e9decf4297b8714c93ce77ba05f033b66 Signed-off-by: nikoskarandreas <nick@intracom-telecom.com>
2018-11-08Update release datedimitris.tsiolakis1-3/+3
Change-Id: I10d30cf5be8370676813c1501c0ed73e189d19c2 Signed-off-by: dimitris.tsiolakis <dmts@intracom-telecom.com>
2018-11-01Using heat orchestrator for sdnvpn - test case 2nikoskarandreas3-1/+515
Heat orchestrator and the use of Heat Orchestrator Template is introduced in sdnvpn test cases. The deployment of the nodes and networks under test is performed as a stack with the use of the openstack api and the use of the other apis is kept to as little as possible. The scenarios that are executed are the same as in the orginal test cases. This is the implementation of sdnvpn test case 2: Tenant separation JIRA: SDNVPN-219 Change-Id: I20f5ed8f7d250873f0223c1cd00c6c05d00fbfa8 Signed-off-by: nikoskarandreas <nick@intracom-telecom.com>
2018-10-31Add suport for fuel installerStamatis Katsaounis6-159/+199
JIRA: FUEL-393 This patch adds support for fuel installer by modifying relevant pieces of code. Change-Id: I5245e84022dd258c96648b0985660e093ca98b52 Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
2018-10-31Merge "Find the ODL owner of the BGP entity in the cluster in TC 3"Nikos Karandreas1-5/+27
2018-10-31Merge "Fix false message instance is down"Nikos Karandreas1-1/+1
2018-10-22Using heat orchestrator for sdnvpn - test case 4nikoskarandreas3-0/+488
Heat orchestrator and the use of Heat Orchestrator Templates is introduced in sdnvpn test cases. The deployment of the nodes and networks under test is performed as a stack with the use of the openstack api and the use of the other apis is kept to as little as possible. The scenarios that are executed are the same as in the orginal test cases. This is the implementation of sdnvpn test case 4: VPN provides connectivity between subnets using router association JIRA: SDNVPN-219 Change-Id: If3783dd25577d22c18be5f088ab6657c38531d73 Signed-off-by: nikoskarandreas <nick@intracom-telecom.com>
2018-10-19Fix false message instance is downStamatis Katsaounis1-1/+1
JIRA: SDNVPN-232 This patch fixes the false message instance is down. The message occurs because a wrong method was used to check if instance is alive. This instance does not proceed to login so the previous method cound not find "login" regex inside its console output. Change-Id: I35733f634595a9d2eeb9148c2476444afab710a6 Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
2018-10-18Merge "Add flake8 and yamllint tox environments and fix tox errors"Nikos Karandreas13-22/+73
2018-10-17Find the ODL owner of the BGP entity in thedimitris.tsiolakis1-5/+27
cluster in TC 3 After new Apex release Opendaylight run in container. This fix finds the ODL owner of the BGP entity in the cluster for containerised installations. SDNVPN-234 Change-Id: Iec1abfe3e0be899ab51fe52057b394a4fa15cc49 Signed-off-by: dimitris.tsiolakis <dmts@intracom-telecom.com>
2018-10-15Replace heat client calls with openstack sdkStamatis Katsaounis4-103/+59
JIRA: SDNVPN-220 This patch replaces all calls of heat client with openstack sdk. Change-Id: I75571e8de8c06d144204af787ce240c99faea6d3 Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
2018-10-15Add flake8 and yamllint tox environments and fix tox errorsStamatis Katsaounis13-22/+73
JIRA: SDNVPN-231 This patch adds flake8 and yamllint tox environments. Furthermore, it fixes tox errors and applies general tox improvements. Change-Id: Id180695ef034562efb236932e6f783b0e91157c2 Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
2018-10-15Using heat orchestrator for sdnvpn - test case 1nikoskarandreas5-0/+637
Heat orchestrator and the use of Heat Orchestrator Templates is introduced in sdnvpn test cases. The deployment of the nodes and networks under test is performed as a stack with the use of the heat api and the use of the other apis is kept to as little as possible. The scenarios that are executed are the same as in the orginal test cases. This is the implementation of sdnvpn test case 1: VPN provides connectivity between subnets and also base functions for heat api access and some utilities. JIRA: SDNVPN-219 Change-Id: Ic284722e600652c9058da96d349dff9398bcacf1 Signed-off-by: nikoskarandreas <nick@intracom-telecom.com>
2018-10-12Fix error on querying neutron quotaStamatis Katsaounis1-2/+3
JIRA: SDNVPN-233 This patch fixes the bug which exists when trying to query neutron quota with openstacksdk. Change-Id: Iead824ca44f381ba314f38933cf48fe7932f74f3 Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com> (cherry picked from commit 7e52a1809501699a6da9fda5c2613a76abe384d3)
2018-10-11Merge "Updated from global requirements"Dimitris Tsiolakis1-8/+8
2018-10-09Merge "Replace cinder client calls with openstack sdk"Dimitris Tsiolakis1-11/+14
2018-10-09Replace neutron client calls with openstack sdkStamatis Katsaounis13-401/+318
JIRA: SDNVPN-220 This patch replaces almost all calls of neutron client with openstack sdk. The calls regarding bgpvpn are not replaced due to lack of support from openstack sdk at the moment. Change-Id: Idf52b8c57b895f87ba6320e350bf170faa24d0a7 Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
2018-10-09Updated from global requirementsCédric Ollivier1-8/+8
Change-Id: I2dd50c10be5d1c1a845292d2c637d721ca6cfa4b Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-10-08Replace cinder client calls with openstack sdkStamatis Katsaounis1-11/+14
JIRA: SDNVPN-220 This patch replaces all calls of cinder client with openstack sdk. Change-Id: Iee73a33ee6c2d87236c6bad3ea6a4ca7b100ced0 Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
2018-10-08Replace nova client calls with openstack sdkStamatis Katsaounis15-258/+261
JIRA: SDNVPN-220 This patch replaces all calls of nova client with openstack sdk. Change-Id: I9e3a0fe08ba36bfb64483238cd286acad829ae90 Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
2018-10-08Merge "Replace glance client calls with openstack sdk"Nikos Karandreas13-69/+59
2018-10-05Merge "Fix testcase_3"Nikos Karandreas1-3/+14
2018-10-05Merge "Fix testcase_9"Nikos Karandreas1-4/+14
2018-10-05Fix testcase_3dimitris.tsiolakis1-3/+14
After new Apex release Opendaylight run in container. This enhancement identifies the controllers where the Opendaylight runs, for both containerized and none containerized installations. Change-Id: I336176a9a74486a3f91a36508bb848a90bc6bda2 Signed-off-by: dimitris.tsiolakis <dmts@intracom-telecom.com>
2018-10-05Fix testcase_9dimitris.tsiolakis1-4/+14
After new Apex release Opendaylight run in container. This enhancement identifies the controllers where the Opendaylight runs, for both containerized and none containerized installations. Change-Id: I5821bfa7ddce40eb76d3c2cddfcbc112b058f737 Signed-off-by: dimitris.tsiolakis <dmts@intracom-telecom.com>
2018-10-04Merge "Local Documentation Builds"Nikos Karandreas6-1/+48
2018-10-03Replace glance client calls with openstack sdkStamatis Katsaounis13-69/+59
JIRA: SDNVPN-220 This patch replaces all calls of glance client with openstack sdk. Change-Id: I8bf9913e3be9615c462791a20267e4dc71ffd727 Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
2018-10-02Local Documentation BuildsAric Gardner6-1/+48
This adds configuration for performing local documentation builds with the following simple command: tox -e docs added index.rst so that docs build succsesfully Change-Id: Ib0c7626c37b7f733641fcf2174d9951bf2371886 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2018-10-02Remove tempest networking bgpvpn testcasesStamatis Katsaounis3-94/+0
JIRA: SDNVPN-230 This patch removes networking bgpvpn testcases from sdnvpn project. The testcases from gambia release and up until now they run by functest project inside smoke container. There is no reason to run them inside features functest container any more. Change-Id: Iae031c17d15822358bfe21448c0d16fa14bc35de Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
2018-10-01Merge "Fix run_tempest testcase"Nikos Karandreas2-97/+36
2018-09-28Merge "Update Release notes for Gambia release"Nikos Karandreas1-33/+28
2018-09-27Update Release notes for Gambia releasedimitris.tsiolakis1-33/+28
JIRA: SDNVPN-226 Change-Id: I839e95f23f8c1faf9fe231dad39b50b2e380841d Signed-off-by: dimitris.tsiolakis <dmts@intracom-telecom.com>
2018-09-27Merge "Wait for instance deletion"Nikos Karandreas1-1/+17
2018-09-27Wait for instance deletionStamatis Katsaounis1-1/+17
JIRA: SDNVPN-222 Confirm the deletion of instance in order to prevent its port existence when trying to delete relevant subnet in a later stage. Change-Id: Iace0fbbd90d50f05764ac09682caae59baba22fa Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
2018-09-26Merge "Update Scenario description document for Gambia release"Nikos Karandreas1-17/+16
2018-09-26Merge "Update Overview document for Gambia release"Nikos Karandreas1-245/+245
2018-09-26Merge "Update Installation document for Gambia release"Nikos Karandreas1-16/+13
2018-09-26Merge "Replace % operator with format method"Nikos Karandreas2-14/+14
2018-09-26Merge "Fix reference-before-assignment errors when getting exceptions"Nikos Karandreas1-4/+8
2018-09-21Fix run_tempest testcaseStamatis Katsaounis2-97/+36
JIRA: SDNVPN-221 This patch makes run_tempest testcase functional again. Due to changes to functest codebase this tescase was failing due to an exception when trying to get verifier id, because no verifier is created from functest, as it used to happen before. Change-Id: Ia31e913b81672215f607055765cac368b8ad5412 Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
2018-09-20Nominating Dimitrios Tsiolakis as SDNVPN committerPeriyasamy Palanisamy1-0/+4
I would like to nominate Dimitrios Tsiolakis as a SDNVPN committer as he is working with SDNVPN project for several months and looking to BGPVPN tempest testsuite and other CI issues on daily basis. Here are his contributions: https://gerrit.opnfv.org/gerrit/#/q/owner:%22Dimitris+Tsiolakis+%253Cdmts%2540intracom-telecom.com%253E%22+project:sdnvpn Change-Id: I093df6949993888b137430d384aba0cd1bcdd33c Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
2018-09-20Update Installation document for Gambia releasedimitris.tsiolakis1-16/+13
JIRA: SDNVPN-225 Change-Id: Ibc883d5e38ae88538735d52a114b65dda86770b9 Signed-off-by: dimitris.tsiolakis <dmts@intracom-telecom.com>
2018-09-20Update Scenario description document for Gambia releasedimitris.tsiolakis1-17/+16
JIRA: SDNVPN-227 Change-Id: I916cd78d94ba49d84a334a3bae4cb09975a972df Signed-off-by: dimitris.tsiolakis <dmts@intracom-telecom.com>
2018-09-20Update Overview document for Gambia releasedimitris.tsiolakis1-245/+245
JIRA: SDNVPN-224 Change-Id: Id02780698fc84f750c6d633fbcf0b86a04c13d32 Signed-off-by: dimitris.tsiolakis <dmts@intracom-telecom.com>
2018-09-19Nominating Nikos Karandreas as SDNVPN committerPeriyasamy Palanisamy1-0/+8
I would like to nominate Nikos Karandreas as SDNVPN committer due to his wide knowledge and working experience with SDNVPN project. He is currently working to incorporate HEAT templates for BGPVPN orchestration and fixing up CI issues. His contributions are: https://gerrit.opnfv.org/gerrit/#/q/owner:%22Nikos+Karandreas+%253Cnick%2540intracom-telecom.com%253E%22+project:sdnvpn Change-Id: Ibe7fd66573f8e0beeb073e3f3cf0d4907c671d0f Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
2018-09-19Merge "Auto Generated INFO.yaml file"Periyasamy Palanisamy1-0/+67