summaryrefslogtreecommitdiffstats
path: root/tests/vHello_VES.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-03-07Correct method of launching monitor getting list of port IDsbryan1-3/+4
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-14/+13
JIRA: VES-1 Change-Id: I8e0e7bf8a0b27854bf9bf8bcd1aa5329918e2d8b Signed-off-by: bryan <bryan.sullivan@att.com>
2017-03-07Setup monitor before agents (otherwise they exit)bryan1-5/+5
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-06Rebase on VES V3bryan1-14/+14
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-06Fix collectd instructions and clean process for vHello_VESbryan1-5/+4
JIRA: VES-1 Change-Id: Ifbc891bd8da01ecb83aee82f65934060533ea53d Signed-off-by: bryan <bryan.sullivan@att.com>
2017-03-06vHello_VES bug fixes as belowbryan1-10/+16
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-06Fix bugs in tacker-setup use. Remove vHello_VES_3Node test.bryan1-2/+3
JIRA: VES-1 Change-Id: I773266eb00f800e36cf110da8cc8c65f9517edab Signed-off-by: bryan <bryan.sullivan@att.com>
2017-03-06Update for Danube (work in progress)bryan1-233/+364
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-11-22Fix bare metal collectd agent cleanupBryan Sullivan1-2/+3
JIRA: VES-1 Change-Id: I20eb6229e47fc00f82f84d444f7f4eecb9cd6734 Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
2016-10-23Add removal steps for bare metal collectd agentsblsaws1-0/+25
JIRA: VES-1 Change-Id: Ia5f70a41750da50df6cb5e83327c23b0e5b9816d Signed-off-by: blsaws <bryan.sullivan@att.com>
2016-10-23Fix ssh commandsblsaws1-5/+18
JIRA: VES-1 Change-Id: I4a912a0d934108742d088fd02ccadc0cf1dc3ac6 Signed-off-by: blsaws <bryan.sullivan@att.com>
2016-10-23Apex support modsblsaws1-5/+12
JIRA: VES-1 Change-Id: I9265191fb9c5a985fe84355159114941cccc16f4 Signed-off-by: blsaws <bryan.sullivan@att.com>
2016-10-21Reduce pause timeBryan Sullivan1-2/+2
JIRA: VES-1 Change-Id: I42fb000dd5189141e7348722df98d52cb1f3c6b2 Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
2016-10-20Pass VM IDs to monitor for correlationBryan Sullivan1-1/+1
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 Sullivan1-4/+12
JIRA: VES-1 Change-Id: Ib789b72a42bdd731c0fd0da4863cccc5462cf0b9 Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
2016-10-18Collectd working on VM versionBryan Sullivan1-90/+89
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-36/+50
JIRA: VES-1 Change-Id: I244b3c7dfbffe0b2766bde54b61452675679ae45 Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
2016-10-16Replaced collector.py with monitor.pyBryan Sullivan1-10/+19
JIRA: VES-1 Change-Id: Iacfa032786ebe9a2e475c858c582e92e820b277c Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
2016-10-15Fix state change detection, add to monitorBryan Sullivan1-25/+44
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 Sullivan1-2/+2
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-4/+7
JIRA: VES-1 Change-Id: Ie66a74cad42bb6940487db277ee36ef52227eff6 Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
2016-10-12Add random traffic, traffic rate report, etcBryan Sullivan1-13/+25
JIRA: VES-1 Change-Id: I831dc57d8d42e4582c2db0d1cf6e811c543e5eb4 Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
2016-10-12Add baseline of agent codeblsaws1-0/+3
JIRA: VES-1 Change-Id: I43f852d61a8c821bd5099c5a9b02d8a65caa19dd Signed-off-by: blsaws <bryan.sullivan@att.com>
2016-10-12Build agent demo library into the app VMblsaws1-5/+0
JIRA: VES-1 Change-Id: Iaa4c25dd78b0cc0c83979706709443c69ad0db1e Signed-off-by: blsaws <bryan.sullivan@att.com>
2016-10-11Baseline of testsBryan Sullivan1-0/+322
JIRA: VES-1 Change-Id: I1a78a179414f6bccc93934639554c4fb7d65c64a Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>