Age | Commit message (Collapse) | Author | Files | Lines |
|
Previously ports were exported for grafana and influxdb but
no network was mapped - no connection was possible between
both containers (only connection from host to container
was possible).
Now container network is mapped to host - the same approach
is used by ansible automatic installation for collectd,
influxdb and grafana containers.
Change-Id: I81af33d028bb8bc55590324694af93993f0f1d8c
Signed-off-by: Radoslaw Jablonski <radoslawx.jablonski@intel.com>
(cherry picked from commit 86381552a74920fd5c33ccae1e98fd4f2ae5479f)
|
|
Removed 'docker-compose' and 'docker testing' chapters because
they are not required for the release or as per the commitment(and
ansible one-click-install is natural replacement for docker-compose
functionality in barometer)
Change-Id: If1db50954a290b27fa24f0285b4239891bb9ada8
Signed-off-by: Radoslaw Jablonski <radoslawx.jablonski@intel.com>
(cherry picked from commit 3bfae7a96a4f9e90f5c328285cb0db94a0ab02b5)
|
|
Change-Id: I7633e98af0fb58baad08a3761742f5f1e2a0e917
Signed-off-by: Radoslaw Jablonski <radoslawx.jablonski@intel.com>
(cherry picked from commit 2fc1047ba9157438dfa799bcbcc6cfc9db9ef0fc)
|
|
Change-Id: I0bb2f2af64001de5e029aa49a79f9627a5f405c2
Signed-off-by: Radoslaw Jablonski <radoslawx.jablonski@intel.com>
(cherry picked from commit 86775fcdd7c2174d807e3da1f93f71d177db153d)
|
|
|
|
|
|
Small updates to ansible roles.
Several minor updates in documentation.
Change-Id: Id031cebc23301b6218f8ced0d261f844f270e37f
Signed-off-by: Kamil Wiatrowski <kamilx.wiatrowski@intel.com>
|
|
Command example for running opnf-barometer-collectd and grafaana
images were using incorrect locations for configuration files.
Change-Id: I3f0648f810cc049ae1df4d742f2ed7b58b50b12a
Signed-off-by: Radoslaw Jablonski <radoslawx.jablonski@intel.com>
|
|
To enable add the following with your ip address
to your inventory file:
[prometheus_hosts]
172.24.4.19
Change-Id: I85add815367bcbcf1240398db2c43c2130537969
Signed-off-by: John O Loughlin <john.oloughlin@intel.com>
|
|
|
|
Auto install docker with dependencies on hosts:
apt install python
apt install python-pip
pip install docker-py
apt install docker.io
Set docker proxy using host proxy settings.
Updated documentation.
Change-Id: Ibec7e0a7e484d5a9a8656cd3598c3acc7c2e2184
Signed-off-by: Kamil Wiatrowski <kamilx.wiatrowski@intel.com>
|
|
All references to submodules must be removed for docs to
work going forward.
Can be tested once your project has a local tox file
Change-Id: Ia3e70902fb23c3612372b01aa2f51512057af951
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
|
|
Change-Id: I61a6a9880f393e764222e508645a60b3f636e02a
Signed-off-by: Toshiaki Takahashi <takahashi.tsc@ncos.nec.co.jp>
|
|
|
|
Remove --net=host as it should not be used when
port mapping with the -p option
Change-Id: I7d6d73fe176362fc74df99200a6d68d2a3ec0994
Signed-off-by: John O Loughlin <john.oloughlin@intel.com>
|
|
Update the userguide for intel_pmu with new "Cores"
option available in plugin configuration.
Added sample config with default configuration.
Change-Id: Ibe4d451131dc2c9ae0282f018c7e23596f4bf2c1
Signed-off-by: Kamil Wiatrowski <kamilx.wiatrowski@intel.com>
|
|
|
|
Change-Id: I4a610d8686d758913d73ca684db41616daf391bd
Signed-off-by: John O Loughlin <john.oloughlin@intel.com>
|
|
Since Ceilometer support was removed from the
collectd-ceilometer-plugin[1], the repo name is misleading.
So the repo name needed to be updated [2]
This change updates references to the collectd-ceilometer-plugin
repo to point to collectd-openstack-plugins repo:
* in deployment operations
* in documentation i.e. links to docs
Dependencies:
[1] https://review.openstack.org/#/c/490823/
[2] https://review.openstack.org/#/c/500768/
This is dependant on the repo rename
Change-Id: I43facbd53bca5df3f7e51d978ae2843c187282d4
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
|
|
Change-Id: I916f6e9388a7ac25ff0b5631ec49fa25157c909f
Signed-off-by: Gordon Kelly <gordon.kelly@intel.com>
|
|
Change-Id: Ib6256df8a7911aa43d86026d6c40d99ba98c971a
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
|
|
Change-Id: I1b5a5112afe6771c5f31c56ffc856aef3450fec6
Signed-off-by: gordonkelly <gordon.kelly@intel.com>
|
|
Change-Id: Ib41d6d475506ff3920bb914aeebf9dca4070fa8c
Signed-off-by: gordonkelly <gordon.kelly@intel.com>
|
|
Updated grafana image to continue to send API request to grafana server
at 1 sec intervals at start time until grafana server is up and listening
on port. Dashboards folder has been moved to /opt/grafana/dashboards.
Documentation updated accordingly for all changes
Change-Id: I748b05372f0aa0890d3befa5645834fb217db784
Signed-off-by: gordonkelly <gordon.kelly@intel.com>
|
|
Rename the barometer image from barometer to barometer-collectd to
align with naming convention of other barometer images and move relevant
files to new barometer-collectd directory.Docker userguide also updated accordingly
Change-Id: Id866baf41bc38d3db8575ee00abfc64e97c7259b
Signed-off-by: gordonkelly <gordon.kelly@intel.com>
|
|
|
|
Change-Id: I0dad9b8eee5b9cfcce8999d6ffe66fb32e9a382c
Signed-off-by: gordonkelly <gordon.kelly@intel.com>
|
|
Rename the grafana directory to barometer-grafana and remove references to
docker compose from the documentation till we have a new barometer docker
compose file.
Change-Id: I4f64a6c10a146a39549380bb33837ae7c39cac2a
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
|
|
Change-Id: I75b7fab6c6c40c1ba9737abce5929a77fa0c4939
Signed-off-by: gordonkelly <gordon.kelly@intel.com>
|
|
Change-Id: Id84a2645116bc1799b89579ab1d11d44760144c4
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
|
|
Change-Id: I3734518709d605e9480f0dca94db4ba7fea037f4
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
|
|
- Updated Kafka URL
Change-Id: I3ffe96d5cf4a8c2f4e5c14d81c0ee52a25103caf
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
|
|
Change-Id: Id3a5583170f480368e6e7819ca72d6f2c2d1656d
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
|
|
Adds kafka support to collectd, cleaned up configuration files and updates
documentation.
Change-Id: Ie66ed22e8904e08e59aa7047d6afc9d176f3fb02
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
|
|
Change-Id: I014ee8bb762e1c2d9a94bc780816508133e2adf5
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
|
|
|
|
* update docker user guide
Change-Id: Ia2d7ec26562e8b9feadd8a63459aac401bf18c44
Signed-off-by: Shobhi Jain <shobhi.jain@intel.com>
|
|
* cleaned up whitespace issues
Change-Id: Ia4ac74343f71dbe85fffb3d1c604c227958fb380
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
|
|
Update the userguide to reflect plugins that were merged to collectd master.
Change-Id: I8947084d3038dda6fc10dcd91cb3f906dbd2e805
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
|
|
- Clean-up
Change-Id: I2dc3d5924683832ffa0085ea2a2db9ed14f42f5a
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
|
|
- Updated VES application user guide according to latest changes
of VES application.
- Fixed sphinx user guide warnings
Change-Id: I6e402f2ab5f05ace47d779f87fe650e305973128
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
|
|
Readthedocs generate TOC so it's not needed to add within the
documents.
Change-Id: Ie4d14df711c89b214773c34294d6b7cd6ee13ad4
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
|
|
|
|
- Information on how kafka works with VES app.
- Added how-to guide to setup kakfa & dependencies.
Change-Id: Iaa973201b7178dbb902dd9efc9ccf91b5a423658
Signed-off-by: Alan Carey <alan.carey@intel.com>
|
|
|
|
Change-Id: I2070aaa7fe20a0a486eb64700129935a80a37ae3
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
|
|
Change-Id: Ic2faf2967381a85e0992388624714ff307748f86
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
|
|
* Updated fuel reference with Apex.
* Updated instructions for Centos 7.
* Updated configuration to match sample configuration.
* Fixed typos.
Change-Id: I40fc3eb423589e4643eefb31259937f8a6f96a15
Signed-off-by: Jain, Shobhi <shobhi.jain@intel.com>
|
|
Change-Id: Id26dcc68c35b474b80e646a24275b94b5e7f3d9d
Signed-off-by: Serhiy Pshyk <serhiyx.pshyk@intel.com>
|
|
Change-Id: Id92fe1753c22598781830222deebde01ceddf82e
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
|