X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=doc%2FMON_install_guide.rst;h=d086a82b63104b22a40236ccc37712d1f8fbceb1;hb=565745598ff16a20ed2bfbfabe8272ad40b3031b;hp=2d360405894fe555289a6fdc1e5228aadb7b16f0;hpb=5989ee87bec05f7f30c81d1a181aed90ba8666a8;p=osm%2FMON.git diff --git a/doc/MON_install_guide.rst b/doc/MON_install_guide.rst index 2d36040..d086a82 100644 --- a/doc/MON_install_guide.rst +++ b/doc/MON_install_guide.rst @@ -84,6 +84,17 @@ please refer to the following documentation: These documents will also describe what alarming and monitoring functionality the plugins support. +The following steps will allow you to use the plugins: + +* Pass your openstack deployment credentials to the MON container: + + :: + + lxc exec MON -- export OS_AUTH_URL= + lxc exec MON -- export OS_PASSWORD= + lxc exec MON -- export OS_TENANT_NAME= + lxc exec MON -- export OS_USERNAME= + * The Gnocchi and Aodh plugins work from a common KafkaConsumer that checks for the appropriate topics and keys. To run this consumer: