From 199077e6ca9b2a6fe23cf1b2baa99cb5a82aa1ec Mon Sep 17 00:00:00 2001 From: Maryam Tahhan Date: Tue, 13 Dec 2016 10:27:47 +0000 Subject: docs: cleanup and reduce toc tree size Change-Id: I94d0e7ee880d5cc79743ce0703287b50152af71d Signed-off-by: Maryam Tahhan --- docs/configguide/feature.configuration.rst | 28 ++++++++++++++++++++++++++++ docs/configguide/featureconfig.rst | 28 ---------------------------- docs/configguide/index.rst | 6 +++++- 3 files changed, 33 insertions(+), 29 deletions(-) create mode 100644 docs/configguide/feature.configuration.rst delete mode 100644 docs/configguide/featureconfig.rst (limited to 'docs/configguide') diff --git a/docs/configguide/feature.configuration.rst b/docs/configguide/feature.configuration.rst new file mode 100644 index 00000000..e7c8d5ce --- /dev/null +++ b/docs/configguide/feature.configuration.rst @@ -0,0 +1,28 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. Copyright (c) 2016 Open Platform for NFV Project, Inc. and its contributors + +Installing Collectd Ceilometer Fuel Plugin +========================================== + +* On the Fuel UI, create a new environment. +* In Settings > OpenStack Services +* Enable "Install Ceilometer and Aodh" +* In Settings > Other +* Enable "Deploy Collectd Ceilometer Plugin" +* Continue with environment configuration and deployment as normal. + + +Upgrading the plugin +-------------------- + +From time to time new versions of the plugin may become available. + +The plugin cannot be upgraded if an active environment is using the plugin. + +In order to upgrade the plugin: + +* Copy the updated plugin file to the fuel-master. +* On the Fuel UI, reset the environment. +* On the Fuel CLI "fuel plugins --update " +* On the Fuel UI, re-deploy the environment. diff --git a/docs/configguide/featureconfig.rst b/docs/configguide/featureconfig.rst deleted file mode 100644 index e7c8d5ce..00000000 --- a/docs/configguide/featureconfig.rst +++ /dev/null @@ -1,28 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. http://creativecommons.org/licenses/by/4.0 -.. Copyright (c) 2016 Open Platform for NFV Project, Inc. and its contributors - -Installing Collectd Ceilometer Fuel Plugin -========================================== - -* On the Fuel UI, create a new environment. -* In Settings > OpenStack Services -* Enable "Install Ceilometer and Aodh" -* In Settings > Other -* Enable "Deploy Collectd Ceilometer Plugin" -* Continue with environment configuration and deployment as normal. - - -Upgrading the plugin --------------------- - -From time to time new versions of the plugin may become available. - -The plugin cannot be upgraded if an active environment is using the plugin. - -In order to upgrade the plugin: - -* Copy the updated plugin file to the fuel-master. -* On the Fuel UI, reset the environment. -* On the Fuel CLI "fuel plugins --update " -* On the Fuel UI, re-deploy the environment. diff --git a/docs/configguide/index.rst b/docs/configguide/index.rst index d97583c2..b336d2d5 100644 --- a/docs/configguide/index.rst +++ b/docs/configguide/index.rst @@ -2,8 +2,12 @@ .. http://creativecommons.org/licenses/by/4.0 .. Copyright (c) 2016 Open Platform for NFV Project, Inc. and its contributors +*************************************** +Barometer configuration Guide in OPNFV +*************************************** + .. toctree:: :numbered: :maxdepth: 3 - featureconfig.rst + feature.configuration.rst -- cgit 1.2.3-korg