Lifecycle management service for pooled bare-metal infrastructure.
Go to file
akhiljain23 a5cc27bf41 Add ExpEther Driver in Valence
This commit adds ExpEther driver support inside valence to be able
to manage NEC's ExpEther hardware.
This would fit into valence support of multi-podm architecture.

Change-Id: Ie8eb4d50e88d52aefc3732fd07cd8ed1ad5aee6f
Implements: blueprint add-expether-driver
2018-03-28 03:54:34 +00:00
api-ref/source Fix a typo 2017-07-13 07:52:52 +00:00
doc Removes unnecessary utf-8 encoding 2017-08-22 14:26:17 +05:30
etc Fixing installation for Ubuntu 16.04 2017-05-31 17:44:01 +05:30
releasenotes Enable release notes translation 2017-01-30 18:24:39 +00:00
simulator Some typing error in README document 2017-05-05 14:53:33 +05:30
ui Clean up css styles for each components. 2017-03-01 01:33:58 +00:00
valence Add ExpEther Driver in Valence 2018-03-28 03:54:34 +00:00
.gitignore Clean valence.conf.sample generated by install_valence.sh 2017-06-28 16:47:22 -07:00
.gitreview Update project name setting in .gitreview 2016-11-23 21:44:55 -08:00
.testr.conf Make functional tests out of Jenkin's verification 2017-01-06 14:27:59 +08:00
babel.cfg Initial import from external repository 2016-10-07 08:50:05 +08:00
CONTRIBUTING.rst Update and replace http with https for doc links 2017-09-15 00:07:23 -07:00
HACKING.rst Update the documentation link for doc migration 2017-07-26 07:53:30 +00:00
install_valence.sh Clean valence.conf.sample generated by install_valence.sh 2017-06-28 16:47:22 -07:00
MANIFEST.in Initial import from external repository 2016-10-07 08:50:05 +08:00
README.rst Update and replace http with https for doc links 2017-09-15 00:07:23 -07:00
requirements.txt Update requirements manually 2018-01-31 09:12:45 +01:00
setup.cfg Add ExpEther Driver in Valence 2018-03-28 03:54:34 +00:00
setup.py Update requirements manually 2018-01-31 09:12:45 +01:00
test-requirements.txt Update requirements manually 2018-01-31 09:12:45 +01:00
tox.ini Remove valence.conf.sample 2017-04-10 11:51:37 +05:30

Openstack Valence Project

Valence is a service for lifecycle management of pooled bare-metal hardware infrastructure such as Intel(R) Rack Scale architecture which uses Redfish(TM) as one of the management protocols.

Free software

Apache license

Wiki

https://wiki.openstack.org/wiki/Valence

Source

http://git.openstack.org/cgit/openstack/valence

Bugs

https://bugs.launchpad.net/openstack-valence

Download and Installation

The following steps capture how to install valence. All installation steps require super user permissions.

Database etcd installation

Single node installation reference: https://github.com/coreos/etcd/releases

Distributed installation reference: https://github.com/coreos/etcd/blob/master/Documentation/op-guide/clustering.md

For development, single node installation is recommended practice.

Valence installation

  1. Install software dependencies

    $ sudo apt-get install git python-pip python-dev build-essential

  2. Clone the Valence code from git repo.

    $ git clone https://git.openstack.org/openstack/valence

  3. Execute the 'install_valence.sh' file present in the Valence root directory. The install script will automatically install the dependencies listed in the requirements.txt file.

    $ sudo bash install_valence.sh

  4. Check the values in valence.conf located at /etc/valence/valence.conf

    set the ip/credentials of podm for which this Valence will interact

  5. Check the PYTHON_HOME and other variables in /etc/init/valence.conf

  6. Initialize etcd database

    $ valence-db-manager init

    Note: The TypeError exception "TypeError: NoneType object is not callable" is caused by known python-etcd bug, which will not impact this db init functionality. https://github.com/jplana/python-etcd/issues/190

  7. Start valence service

    $ sudo service valence start

  8. Logs are located at /var/logs/valence/

GUI installation

Please refer to the installation steps in the ui/README file.

Components

Valence follows the typical OpenStack project setup. The components are listed below:

valence-api

A python based daemon based on Flask framework to expose Valence REST APIs. The api service communicates to the PODM through REST interface using Redfish(TM) specification. For adding new api please refer https://github.com/openstack/valence/blob/master/doc/source/developer-guide/add_new_api.rst

valence-ui

valence-ui provides a Web-based GUI interface that can be used to explore Rack Scale Design (RSD) artifacts and compose/disassemble nodes. valence-ui is implemented using Node.js runtime environment and hosted through apache. valence-ui makes us of React.js javascript libaray and invoke Valence REST APIs through ajax REST calls.

Features

Please refer the Valence blueprints for supported and in-the-pipeline features. https://blueprints.launchpad.net/openstack-valence