broadview-ui is a horizon panel that is used to configure broadview-collector.
Go to file
Vitaliy Kharechko 2f4aa82190 Initial commit for broadview-ui
Change-Id: Id9e4656d70221b6cd0c846018fc61be633db808f
2016-04-15 11:14:59 +03:00
broadview Initial commit for broadview-ui 2016-04-15 11:14:59 +03:00
doc/source Initial commit for broadview-ui 2016-04-15 11:14:59 +03:00
.gitreview Added .gitreview 2016-02-29 10:37:23 +00:00
CONTRIBUTING.rst Initial commit for broadview-ui 2016-04-15 11:14:59 +03:00
HACKING.rst Initial commit for broadview-ui 2016-04-15 11:14:59 +03:00
LICENSE Initial commit for broadview-ui 2016-04-15 11:14:59 +03:00
MANIFEST.in Initial commit for broadview-ui 2016-04-15 11:14:59 +03:00
README.md Initial commit for broadview-ui 2016-04-15 11:14:59 +03:00
_50_broadview.py Initial commit for broadview-ui 2016-04-15 11:14:59 +03:00
babel.cfg Initial commit for broadview-ui 2016-04-15 11:14:59 +03:00
requirements.txt Initial commit for broadview-ui 2016-04-15 11:14:59 +03:00
setup.cfg Initial commit for broadview-ui 2016-04-15 11:14:59 +03:00
setup.py Initial commit for broadview-ui 2016-04-15 11:14:59 +03:00
test-requirements.txt Initial commit for broadview-ui 2016-04-15 11:14:59 +03:00
tox.ini Initial commit for broadview-ui 2016-04-15 11:14:59 +03:00

README.md

Overview

broadview-ui is a horizon dashboard for configuring BroadView agents.

broadview-ui currently supports BroadView BST. Support for other BroadView components may be added as functionality is added to broadview-lib (https://github.com/openstack/broadview-lib) and to broadview-collector (https://github.com/openstack/broadview-collector).

Devstack

Devstack support for installing broadview-ui will be provided by the broadview-collector project, and is forthcoming. Devstack is the supported way in which this project is installed.

Until devstack support is added, follow the instructions outlined below.

Installation Prerequisites

If you are installing broadview-collector

Instructions for installing broadview-collector via devstack can be found in the readme file located at https://github.com/openstack/broadview-collector/devstack/README.txt

Then follow the steps in Installation, below.

If you are not installing broadview-collector

broadview-ui itself does not have a dependency on broadview-collector, but it does have a dependency on a component that is itself a dependency of broadview-collector: broadview-lib. So you will need to install broadview-lib. To do so:

Further details are available in the README.md file at https://github.com/openstack/broadview-lib/README.md

Installation

After you have broadview-lib installed (either via broadview-collector or directly installing broadview-lib), follow these steps:

Configuration

Broadview-ui depends on a configuration file that supplies a list of BroadView-enabled switches in your cluster. This configuration file is located /etc, and is called broadviewswitches.conf.

An example /etc/broadviewswitches.conf is located in the broadview/config directory of this repository.

The config file must contain a [topology] section, and the [topology] section must contain a setting named "bst_switches".

The bst_switches setting is a list of dictionaries, each which contain the following key-value pairs:

  • ip: the IPV4 address of the BroadView agent
  • port: the port upon which the agent is listening
  • description: a short text description of the switch

Known Issues

  • The layout of the panels needs some UI improvement
  • There is no way to view the current settings of thresholds in the thresholds panel UI. For this, you can use broadview-lib's bv-bstctl get-thresholds command from the commandline.
  • Loading the thresholds panel is slow, particularly if multiple switches are configured. This is due to a design choice in the underlying protocol to the switch to obtain range values for things like ports, service pools, and so on. We hope to address this in a future release.
  • The BST clear stats and clear threshold commands are not supported.

License

(C) Copyright Broadcom Corporation 2016

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.

You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.