aboutsummaryrefslogtreecommitdiffstats
path: root/app
AgeCommit message (Collapse)AuthorFilesLines
2017-10-04docs and installer updatesKoren Lev1-2/+2
Change-Id: I357626cc8b78aa374043b0a608bcb9695568e480 Signed-off-by: Koren Lev <korenlev@gmail.com>
2017-10-02fix api scheme for scan requestsKoren Lev2-16/+19
Change-Id: I26a732073fa577f5eb9165d808a32b96e4b62f7f Signed-off-by: Koren Lev <korenlev@gmail.com>
2017-10-02calipso automation for apex is readyKoren Lev3-8/+10
Change-Id: I79302b9c1f26286e96d427e414f397d4885a7a57 Signed-off-by: Koren Lev <korenlev@gmail.com>
2017-09-29release 1.0 calipso for opnfv apexKoren Lev68-499/+1730
Change-Id: I3e63cd27c5f4d3756e67a07c749863a68e84dde2 Signed-off-by: Koren Lev <korenlev@gmail.com>
2017-09-12split versions and distributionsKoren Lev3-178/+222
Change-Id: Id8ac8782d1f6206a6d4534540cf3b03f8fcc19b2 Signed-off-by: Koren Lev <korenlev@gmail.com>
2017-09-10clique_types for mercuryKoren Lev1-2/+2
Change-Id: Id7a54e3e8b5c26b194399f235598d9b9e27f4896 Signed-off-by: Koren Lev <korenlev@gmail.com>
2017-09-10added scheme support for MercuryKoren Lev3-0/+53
Change-Id: Ieeb08070a4acf2feb5eb6f5f79935c386460a916 Signed-off-by: Koren Lev <korenlev@gmail.com>
2017-09-07fix setting of MAC address for host pNIC in VPPyayogev1-2/+14
Change-Id: I671460410fc1a6a0fd5fd929a6ef3e9da23ecbdb Signed-off-by: yayogev <yaronyogev@gmail.com>
2017-09-07fix sensu check handling for link checksyayogev2-28/+47
Change-Id: I481d68d90708af194e58f213f1f4c070da76ebc1 Signed-off-by: yayogev <yaronyogev@gmail.com>
2017-09-07change status laber from critical to 'error'Koren Lev1-1/+1
Change-Id: I3f9c02d4c2320e0a4846acabb7563e067519bcfb Signed-off-by: Koren Lev <korenlev@gmail.com>
2017-09-07installer to stop mongo container lastKoren Lev1-2/+2
Change-Id: I8b3a6f4927015a607bd3750b93b97208ab23bef9 Signed-off-by: Koren Lev <korenlev@gmail.com>
2017-09-06US2925 add monitoring of host pNIC in OVSyayogev6-125/+198
- check_interface.py: renamed to check_pnic_ovs.py - check_interface.py: check changed to use 'ip link show' command - monitor.py: handle check name where object type contains underscore, specifically 'host_pnic' - monitor.py: refactored to work as class - monitoring_pnic.py: changed to handle either OVS or VPP - monitoring_check_handler.py: change to allow defining hard-coded check_type string for file_type naming - monitoring config templates: removed default handler Change-Id: Iad38fa108e9ceae18a7c94b3570a8d9b836a8632 Signed-off-by: yayogev <yaronyogev@gmail.com>
2017-09-06allow debug with different app path for Sensu handleryayogev1-3/+9
Change-Id: I097973a35bc2297d612f93a43d0285b8223b7091 Signed-off-by: yayogev <yaronyogev@gmail.com>
2017-09-06fix source system name from CALIPSO to 'Calipso'yayogev1-3/+3
Change-Id: I14ad521b0f245d4d66b0b6bf3c283c9061a4fb10 Signed-off-by: yayogev <yaronyogev@gmail.com>
2017-09-06fix source system name from CALIPSO to 'Calipso'yayogev1-1/+1
Change-Id: Ib56c06ace02fab9381bd653c9b29da3883b17884 Signed-off-by: yayogev <yaronyogev@gmail.com>
2017-09-05rename vedge checks to reflect name of scriptyayogev1-2/+2
Change-Id: I1a46ca9f024d14dcf98c735d10c31aa84f01e203 Signed-off-by: yayogev <yaronyogev@gmail.com>
2017-09-04restart_service(): ignore non-Error in CentOsyayogev1-2/+3
When doing 'service X restart' in CentOs it says: 'Error: Redirecting to /bin/systemctl restart' But it's not really an error but more of an info message Change-Id: I03e66aa872e9b3f4fd85d579207d9dcc6494eb8c Signed-off-by: yayogev <yaronyogev@gmail.com>
2017-09-04vnic-vconnector status 1 on problemyayogev1-5/+7
Change-Id: I896666e81f0a656936b0e77ce14b9effc8b444cb Signed-off-by: yayogev <yaronyogev@gmail.com>
2017-09-04Merge "DE878 restart services with 'service X restart'"Yaron Yogev1-1/+1
2017-09-04DE878 restart services with 'service X restart'yayogev1-1/+1
Change-Id: I435bfe1f7c4faee625773fde28a1a552d6c19bc5 Signed-off-by: yayogev <yaronyogev@gmail.com>
2017-09-03Require link finders to subclass base FindLinks classIlia Abashin1-8/+30
Change-Id: I1f82c311b4ab4bb9b40327040b409d265d66d68a Signed-off-by: Ilia Abashin <abashinos@gmail.com>
2017-09-01Refactored link findersIlia Abashin20-47/+114
Mappings are now defined in a configuration file and fetched dynamically. Change-Id: I250c22967fc66fc0aca173d4c9d65581d879b5d2 Signed-off-by: Ilia Abashin <abashinos@gmail.com>
2017-08-31US2876 handle SSH errorsyayogev8-73/+124
ido not stop, but report as 'completed with errors' if there were any errors in SSH calls Change-Id: Ice7e6c4324686adc2d9eec27a9b6187f0fe6808f Signed-off-by: yayogev <yaronyogev@gmail.com>
2017-08-28Added Apex-Euphrates to supported listenersIlia Abashin1-0/+1
Change-Id: Icfb3cb0d28cde518af81c033c40b2f8c21407675 Signed-off-by: Ilia Abashin <abashinos@gmail.com>
2017-08-28Merge "fix matching of CLI output against regexp list"Yaron Yogev1-1/+0
2017-08-28fix matching of CLI output against regexp listyayogev1-1/+0
Change-Id: I8f177ec1a1fd1c75681f6abf786eeeed50fc426d Signed-off-by: yayogev <yaronyogev@gmail.com>
2017-08-28add clique_types for Apex-EuphratesKoren Lev1-0/+40
Change-Id: I5df339faed215acfac3a9868d64f79d1a0bcbf62 Signed-off-by: Koren Lev <korenlev@gmail.com>
2017-08-28fix scan unit testsyayogev1-0/+4
Change-Id: I319e6b99f0eaa0f36e569b05824b5359dc74a764 Signed-off-by: yayogev <yaronyogev@gmail.com>
2017-08-28use neutron DB name, not always 'neutron'yayogev5-7/+9
Change-Id: I971f22473d4132bde17e0a44ada3b6a8330522b4 Signed-off-by: yayogev <yaronyogev@gmail.com>
2017-08-28Merge "Heavily refactored all event based scans"Yaron Yogev41-522/+744
2017-08-28Merge "fix fetching of Neutron DB name"Yaron Yogev1-4/+2
2017-08-28fix fetching of Neutron DB nameyayogev1-4/+2
Change-Id: Ibe377bf081c3b92a14d8b32569a233ddb2a885b0 Signed-off-by: yayogev <yaronyogev@gmail.com>
2017-08-27Merge "handle Neutron DB schema name changes"Yaron Yogev2-9/+20
2017-08-27handle Neutron DB schema name changesyayogev2-9/+20
Change-Id: I9bf11221319d3ec2174eaa78bcb363b4f24a50fe Signed-off-by: yayogev <yaronyogev@gmail.com>
2017-08-27support for Apex-Euphrates environmentKoren Lev2-0/+16
Change-Id: I9615d860d0bdac79e7183eab6a1a1a85386ae71a Signed-off-by: Koren Lev <korenlev@gmail.com>
2017-08-25Heavily refactored all event based scansIlia Abashin41-522/+744
Restricted real mongo interaction. Still work to do, but it's a good start. Fixed a bug with old subnets not being properly deleted. Change-Id: I5f260e09f0e11a477a47cb031d397a454465123f Signed-off-by: Ilia Abashin <abashinos@gmail.com>
2017-08-24use python3 explicitlyyayogev1-1/+1
Change-Id: I82058b68d542a553ab1149cfae70bfce39c6710a Signed-off-by: yayogev <yaronyogev@gmail.com>
2017-08-23move smoke_test.py to calipso/tests/functest/yayogev1-89/+0
Change-Id: I60a901035514ba5f40beed64c8a6b83c21fbe6d1 Signed-off-by: yayogev <yaronyogev@gmail.com>
2017-08-23make verify.sh executableyayogev1-0/+0
Change-Id: If2187b7cf5da02e177fba23a6c145211bb041642 Signed-off-by: yayogev <yaronyogev@gmail.com>
2017-08-23move verification into a shell scriptyayogev1-0/+14
Change-Id: Id9404859ddb9d55122aa59b6c32b440a6f10288e Signed-off-by: yayogev <yaronyogev@gmail.com>
2017-08-23Merge "add -q to ssh to ignore warnnings"Yaron Yogev4-11/+11
2017-08-23add -q to ssh to ignore warnningsyayogev4-11/+11
Change-Id: I311203cd7eea49c1f82624b2aefc86a687c78861 Signed-off-by: yayogev <yaronyogev@gmail.com>
2017-08-23Merge "fix matching of CLI output against regexp list"Yaron Yogev1-1/+1
2017-08-23fix matching of CLI output against regexp listyayogev1-1/+1
Change-Id: Iadc2eb1bc7763e759946f31ddf333ee83d84ac70 Signed-off-by: yayogev <yaronyogev@gmail.com>
2017-08-23calipso-installer to run with one line parametersKoren Lev1-12/+35
Change-Id: Iaad5531086bdddcf855e7a8d27d27540a6e3a7db Signed-off-by: Koren Lev <korenlev@gmail.com>
2017-08-23add mirantis 10.0 opnfv with vlan,ovs to supported_environmentsyayogev1-230/+242
Change-Id: I232c56aca89bb0f0bc4d9ab84681daea58957c8c Signed-off-by: yayogev <yaronyogev@gmail.com>
2017-08-23add distribution mirantis-10.0yayogev1-0/+4
Change-Id: Ia5666cc9828e1b79c3831b976fe2629bd6d70141 Signed-off-by: yayogev <yaronyogev@gmail.com>
2017-08-23bug fix: searched switch pnic, s.b. host pnicyayogev1-1/+1
Change-Id: I2007813174982c2fb08e80754c1e7b456bc10d8e Signed-off-by: yayogev <yaronyogev@gmail.com>
2017-08-23Refactored api fetch tests to use mocked requestsIlia Abashin27-38/+129
Also fixed some mocking logic Change-Id: I826fc1c03af1244cf10d9edee37c7c8f732c3602 Signed-off-by: Ilia Abashin <abashinos@gmail.com>
2017-08-23temorarily disable failing unit testsyayogev1-7/+19
Change-Id: Iece2b7e0b4ae919ca50c13c981189140f55ca9e7 Signed-off-by: yayogev <yaronyogev@gmail.com>