Giter Club home page Giter Club logo

a10-horizon's Introduction

A10 Networks Openstack Horizon Dashboard

===========================================

A10 Networks Openstack Horizon Dashboard for Thunder, vThunder and AX Series Appliances

Supported releases:

  • OpenStack: Icehouse, Juno, Kilo, Liberty, Mitaka
  • LBaaS versions: v1, v2
  • ACOS versions: ACOS 2/AxAPI 2.1 (ACOS 2.7.2+), ACOS 4/AxAPI 3.0 (ACOS 4.0.1-GA +)

Working but not available for support:

  • OpenStack: git/master

A10 github repos

  • a10-horizon - A10 Horizon Dashboard repo.
  • a10-neutron-lbaas - Main A10 LBaaS driver repo. Middleware sitting between the openstack driver and our API client, mapping openstack constructs to A10's AxAPI.
  • acos-client - AxAPI client used by A10's OpenStack driver
  • a10-openstack-lbaas - OpenStack LBaaS driver, identical to the files that are currently merged into neutron-lbaas. Pypi package 'a10-openstack-lbaas'.
  • a10-openstack-lbaas, havana branch - OpenStack LBaaS driver, for the Havana release. Pypi package 'a10-openstack-lbaas-havana'.
  • a10networks-ci/project-config - A10 Networks OpenStack third-party CI setup scripts

Installation steps:

Step 1:

Make sure you have horizon installed. This dashboard will need to be installed on all of your Horizon nodes if you are running Horizon in an HA environment.

Step 2:

The latest supported version of a10-horizon is available via standard pypi repositories and the current development version is available on github.

Installation from pypi
sudo pip install a10-horizon
Installation from cloned git repository.

Download the dashboard from: https://github.com/a10networks/a10-horizon

sudo pip install git+https://github.com/a10networks/a10-horizon.git
git clone https://github.com/a10networks/a10-horizon.git
cd a10-horizon
sudo pip install -e .

Configuration

Horizon provides a plugin architecture for adding external panels. To enable the A10 Networks Horizon UI dashboard, simply copy the files from a10_horizon/_enabled_hooks to the local/enabled directory in your Horizon Openstack dashboard directory. These paths can be auto-discovered by typing the following commands:

a10-horizon path

python -c "import a10_horizon; print(a10_horizon.__path__[0])"

Horizon dashboard path

python -c "import openstack_dashboard; print (openstack_dashboard.__path__[0])"

Restart necessary services

a10-horizon has static resources that must be "collected" by Horizon. Following the installation of a10-horizon, execute the following command in the directory where you have installed Horizon:

./manage.py collectstatic
./manage.py compress

Restart horizon after configuration updates (exact command may vary depending on OpenStack packaging.)

service apache2 restart

Examples

A10 Community

Feel free to fork, submit pull requests, or join us on freenode IRC, channel #a10-openstack. Serious support escalations and formal feature requests must still go through standard A10 processes.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.