WIP 47/35247/18
authorAimee Ukasick <aimeeu.opensource@gmail.com>
Tue, 23 May 2017 22:59:45 +0000 (17:59 -0500)
committerBryan Sullivan <bryan.sullivan@att.com>
Mon, 12 Jun 2017 01:03:27 +0000 (18:03 -0700)
commit8a54006e88440215666ec7f26858605bd7d679b8
tree490d50c958bc11f2dbb9ea6de94b40a6442360d0
parent0a7e112bb543e73dadb1b78a2ad9d1850c9c9d2e
WIP

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>
12 files changed:
tests/blueprints/tosca-vnfd-hello-ves/blueprint.yaml
tests/onap-demo/blueprints/tosca-vnfd-onap-demo/Dashboard.json [new file with mode: 0644]
tests/onap-demo/blueprints/tosca-vnfd-onap-demo/blueprint.yaml
tests/onap-demo/blueprints/tosca-vnfd-onap-demo/evel_demo.c
tests/onap-demo/blueprints/tosca-vnfd-onap-demo/infsetup.py [new file with mode: 0644]
tests/onap-demo/blueprints/tosca-vnfd-onap-demo/monitor.py
tests/onap-demo/blueprints/tosca-vnfd-onap-demo/start.sh
tests/onap-demo/blueprints/tosca-vnfd-onap-demo/vFW/Makefile [new file with mode: 0644]
tests/onap-demo/blueprints/tosca-vnfd-onap-demo/vFW/vpp_measurement_reporter.c [new file with mode: 0644]
tests/onap-demo/blueprints/tosca-vnfd-onap-demo/vLB/Makefile [new file with mode: 0644]
tests/onap-demo/blueprints/tosca-vnfd-onap-demo/vLB/vDNS_vpp_measurement_reporter.c [new file with mode: 0644]
tests/onap-demo/ves_onap_demo.sh