summaryrefslogtreecommitdiffstats
path: root/tests/blueprints
AgeCommit message (Collapse)AuthorFilesLines
2017-06-11WIPAimee Ukasick1-0/+1
Update to 5 VDUs Update to use JSON schema 5.1 (separate update to Barometer plugin) Update so container is correctly referenced as 'onap-demo' Add output statement to facilitate debuggin; web servers working Disable credential validation in monitor.py Updated start.sh based on Bryan's changes Start.sh: pull latest barometer collectd plugin patch - various improvements in setup_agent() - remove GuestRunning from collectd config - add setup of InfluxDB and Grafana to monitor - add setup of agents in vFW and vLB ves_onap_demo.sh: fixed tacker not being configured (also Models patches) - add security groups for monitor incoming traffic evel_demo.c: update to latest schema, remove demo code monitor.py: integrate InfluxDB and Grafana Dashboard.json: file to import into Grafana infsetup.py: setup script for the veseventsdb database Refactoring to have junphost interact direct with VMs etc as needed. Update dashboard.json with current dashboard design. ves_onap_demo.sh: - fix method of checking if vnf has been deleted - reduce RAM size in onap.demo flavor to save headroom in virtual deploy - fix copy of public key to /opt/tacker JIRA: VES-11 Change-Id: I210d566f52e2ef7a504b78033d822cf7430631b6 Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com> Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
2017-03-07Correct method of launching monitor getting list of port IDsbryan1-1/+1
JIRA VES-1 Change-Id: Ie2cd0ed371c8061fd8564aa32103e9edfdaafdc5 Signed-off-by: bryan <bryan.sullivan@att.com>
2017-03-07Fix traffic and pause actions. Turn off throttling simulation.bryan1-1/+1
JIRA: VES-1 Change-Id: I8e0e7bf8a0b27854bf9bf8bcd1aa5329918e2d8b Signed-off-by: bryan <bryan.sullivan@att.com>
2017-03-07Correct username,password variable use.bryan1-2/+2
JIRA: VES-1 Change-Id: Ibd697597f58eece155cfebb6cadcc9125f05362f Signed-off-by: bryan <bryan.sullivan@att.com>
2017-03-07Setup monitor before agents (otherwise they exit)bryan2-1/+3
JIRA: VES-1 Setup config drive for LB agent access to UUID. Change-Id: Ieb877d48007bf02c01a6b763143347ab69207924 Signed-off-by: bryan <bryan.sullivan@att.com>
2017-03-07Fix VES API version in ves_plugin. Remove redundant steps.bryan1-6/+1
JIRA: VES-1 VES API version should be v3. Removed sed lines that are now set in even_demo.c. Change-Id: Ifd229e031bb9aeffafb2bf90d687f63fca040130 Signed-off-by: bryan <bryan.sullivan@att.com>
2017-03-06Rebase on VES V3bryan3-290/+1636
JIRA: VES-1 Rebase monitor.py on latest collector.py Rebase evel_demo.c on latest evel_demo.c Update start.sh to align. Change-Id: I11495c9f9b170de5598186f2c5781df0c04d7cba Signed-off-by: bryan <bryan.sullivan@att.com>
2017-03-06vHello_VES bug fixes as belowbryan1-2/+4
JIRA: VES-1 start.sh: correct customization of collector.conf. vHello_VES.sh: Fix monitor and start_collectd functions. Update instructions to match. Output VDU IPs as hint for subsequent actions. Change-Id: I76424fb30d56a81195dcec2a5b7f892d2f4675c6 Signed-off-by: bryan <bryan.sullivan@att.com>
2017-03-06Update for Danube (work in progress)bryan2-89/+158
JIRA: VES-1 Removed preliminary versions of tests for now. Aligned with the Models vHello_3Node_Tacker test. Separated out actions for collectd and monitor install and run them directly vs thru the container. Added parameters as needed for the new design. Updated with typical overview of the test/demo flow. Add port 30000 ingress to vHello security group. Remove juju workaround for port_security. Remote use of id_rsa (replaced with notes on ssh assumptions). Use VDU3 (LB) in traffic generation. Change-Id: I42807449f7526efcd191c0b7b0b4754ffcfffa6e Signed-off-by: bryan <bryan.sullivan@att.com>
2016-10-23Add removal steps for bare metal collectd agentsblsaws1-28/+22
JIRA: VES-1 Change-Id: Ia5f70a41750da50df6cb5e83327c23b0e5b9816d Signed-off-by: blsaws <bryan.sullivan@att.com>
2016-10-23Fix guest parameterblsaws1-2/+3
JIRA: VES-1 Change-Id: If3d8e1973a9a8f95b42313778caeeeadd28a8dee Signed-off-by: blsaws <bryan.sullivan@att.com>
2016-10-23Apex support modsblsaws1-15/+35
JIRA: VES-1 Change-Id: I9265191fb9c5a985fe84355159114941cccc16f4 Signed-off-by: blsaws <bryan.sullivan@att.com>
2016-10-23Fix if statementblsaws1-1/+2
JIRA: VES-1 Change-Id: I04f5e9d226010ccb1f3f34e8e06383a3b3d785ac Signed-off-by: blsaws <bryan.sullivan@att.com>
2016-10-20Pass VM IDs to monitor for correlationBryan Sullivan3-40/+126
JIRA: VES-1 Update collectd conf for current agent Remove unneeded/fake fields in HTTP request rate report Change-Id: I1e30d5c78ea5025c864a8ca2955adc8a8852ed50 Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
2016-10-19Working version with collectd installed on bare metal hostBryan Sullivan2-57/+66
JIRA: VES-1 Change-Id: Ib789b72a42bdd731c0fd0da4863cccc5462cf0b9 Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
2016-10-18Collectd working on VM versionBryan Sullivan3-128/+170
JIRA: VES-1 Change-Id: If03d8ddaf70c9898b70248de98fbb2974d45dc81 Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
2016-10-17Expand blueprint for LB and 2nd app serverBryan Sullivan1-20/+81
JIRA: VES-1 Change-Id: I244b3c7dfbffe0b2766bde54b61452675679ae45 Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
2016-10-16Replaced collector.py with monitor.pyBryan Sullivan1-61/+302
JIRA: VES-1 Change-Id: Iacfa032786ebe9a2e475c858c582e92e820b277c Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
2016-10-16Add CPU usage reportingBryan Sullivan2-11/+102
JIRA: VES-1 Change-Id: Id2b5dc8bef0aa5de478835aa9505ee9f7a4618db Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
2016-10-15Correct timestamp outputBryan Sullivan1-4/+11
JIRA: VES-1 Change-Id: I4eaf24b9b9861fb9b8a8130d94fbf90cce797e2c Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
2016-10-15Add timestamp and print all info on each eventBryan Sullivan1-5/+22
JIRA: VES-1 Change-Id: I93b83d21706468827a2ce2f174601bbc69d28c02 Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
2016-10-15Fix state change detection, add to monitorBryan Sullivan2-26/+24
JIRA: VES-1 Change-Id: Icd78d6ff941e46850d4635a7d136e8b1a85baa25 Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
2016-10-15Fix agent startup, add monitor.py and faviconBryan Sullivan5-3/+45
JIRA: VES-1 Report intended traffic measurement at agent Change-Id: I587150f80eebfdd4b1efaafc48b78db30dd33468 Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
2016-10-15Correct test for web server runningBryan Sullivan1-1/+9
JIRA: VES-1 Change-Id: Ie66a74cad42bb6940487db277ee36ef52227eff6 Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
2016-10-12Add random traffic, traffic rate report, etcBryan Sullivan2-27/+121
JIRA: VES-1 Change-Id: I831dc57d8d42e4582c2db0d1cf6e811c543e5eb4 Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
2016-10-12Add baseline of agent codeblsaws1-0/+430
JIRA: VES-1 Change-Id: I43f852d61a8c821bd5099c5a9b02d8a65caa19dd Signed-off-by: blsaws <bryan.sullivan@att.com>
2016-10-12Build agent demo library into the app VMblsaws1-6/+28
JIRA: VES-1 Change-Id: Iaa4c25dd78b0cc0c83979706709443c69ad0db1e Signed-off-by: blsaws <bryan.sullivan@att.com>
2016-10-11Baseline of testsBryan Sullivan2-0/+191
JIRA: VES-1 Change-Id: I1a78a179414f6bccc93934639554c4fb7d65c64a Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>