Commit Graph

19 Commits

Author SHA1 Message Date
akhiljain23 4aca68f37c Refactoring readme doc
This commit separates valence feature highlights from project overview
doc.

Change-Id: I88fc95e444f27561842193c71707a0d868a2d3a8
2018-04-27 15:25:36 +05:30
akhiljain23 cf99ff0165 Updating docs
>> Changed project name from plasma to valence in docs.
>> Fixed docstring indentation.
>> Added features docs.
>> Added driver docs.
>> Hidden licence headers from html files.

Depends-On: Ia02bc00ad168b3c3d01ef6ca9696d43996091070
Change-Id: I1fa382d566165f5e76c84ad864024c0f546ef74c
2018-04-24 19:18:35 +05:30
shangxiaobj a959a0d951 Update and replace http with https for doc links
1) Update doc links according to OpenStack document migration
2) Use https instead of http for docs links

Change-Id: I61252f53d3bb59d7357ef9a5898046e06fff553a
2017-09-15 00:07:23 -07:00
Lin Yang de231dfbdc Add missing package dependency
Added two basic packages "python-dev build-essential", which are
required when using pip to install requirements.

Change-Id: I0e21732b73ee0fae871f06b3f1af82d79a9171e5
Closes-Bug: #1696860
2017-06-08 14:32:19 -07:00
Madhuri Kumari 12bacae4f8 Rename db_manager command to valence-db-manager
This patch renamed the command `db_manager` to `valence-db-manager`
to make it more relevant to Valence

Change-Id: Ib8a3ff00e8af882ec5650662a13d3b1300e12fbd
2017-03-06 08:19:59 +00:00
Andy Yan cd503ba499 Fix typo in Valence
Fix typo in Valence

Change-Id: Ib0666ad381d2332aa7e0f1a7e9d3dca0e6207a5c
Signed-off-by: Andy Yan <yanchao3@lenovo.com>
2017-01-22 10:54:54 +08:00
Jenkins a8909293b5 Merge "Fix execute db_manager init failed" 2017-01-17 20:26:51 +00:00
Lin Yang 6e49e5a1fb Fix execute db_manager init failed
Previously, `db_manager init` command failed because pbr generated
script will not pass sys.argv as argument to main function. So fix
it.

And improve etcd_db.init_etcd_db to make it check whether each
directory already exists in etcd at first. If it exist and it's not
directory, delete and re-create it.

Change-Id: I7d9980e0a1b38d988fe8144d0cbd618ac12f5498
Closes-Bug: #1654638
2017-01-06 17:21:08 -08:00
Lin Yang 5b2cf427d4 Fix wrong indent syntax in README.rst
Change-Id: I8efaeea383be395525858198edb2189751c02477
2017-01-06 14:28:36 -08:00
praveenraj bf2a283f85 Fix minor mistake in README.rst file
In valence README.rst file, Under "components" section there
is small mistake, which states valence api is pecan based daemon.
Now this has been changed to flask based daemon.

Change-Id: I308b623ab6061d5b94689e31863a70d626f15d28
Closes-Bug: #1651397
2016-12-23 00:11:38 +05:30
hubian af61ee043a Insert DB:etcd for BP:multi-podmanager
This patch adds etcd DB for multi-podmanager as well as valence.

Change-Id: Ie1ef2554cc95a5f9f18341e768f27a02e192b588
Closes-Bug: #1646389
2016-12-19 09:12:55 -08:00
Shuquan Huang 2a5bc6ba22 Update RSC to Valence
Since the project name is changed to valence. We should replace the RSC to
Valence in the document.

Change-Id: Id4d8aeead0ce1017cb950f1fd1757719ec75a24c
Closes-bug: #1644465
2016-11-25 09:58:38 +08:00
Shuquan Huang c8ca1f7073 Wrap the lines in README.rst
Some the lines in README are over 80 characters. We should wrap them.

Change-Id: I686b98343abd3c1a1f85dc32fba2ccc934cd3ac9
Closes-bug: #1643754
2016-11-22 11:56:16 +08:00
Shuquan Huang ee9135509f Update the link of Valence blueprints in Readme
The blueprints link in Readme is out of date. It confuse people right
now. we should update it to
"https://blueprints.launchpad.net/openstack-valence"

Change-Id: Ibabb5f3c0bf88429312494453ce2436f7ae824c8
Closes-bug: #1642153
2016-11-16 15:19:33 +08:00
Anusha Ramineni 457a17b5d8 Install dependencies while installing valence
install_valence.sh doesn't install dependencies from requirements.txt,
hence failing to start the service. This commit automate the installation
of dependencies too while running the script

Change-Id: I3b0d0766436161018d4686d8d3795f513232798a
Closes-Bug: #1640021
2016-11-10 14:32:05 +05:30
Seenivasan Gunabalan da241b473f Migrate to flask
This commit migrate the valence code to flask and aslo removed
rabbitmq.

Change-Id: I70234515960e7e2106c5208ced8defc760a4531e
2016-11-04 21:08:06 +05:30
hubian c274caff6d Update the rabbitmq user and password
Change the value of Rabbitmq Server's user/password to valence
in the installation

Change-Id: I3c96e32691cf9a96a785b58a5e7b943f5194d45c
Closes-Bug: #1634725
2016-10-23 10:27:41 +08:00
Andy Yan cc49e5416d use sudo to start services
Closes-Bug: #1633290
Change-Id: If1dccca0777b9893a83e5e64922cfe7d498ceed1
Signed-off-by: Andy Yan <yanchao3@lenovo.com>
2016-10-20 16:18:43 +00:00
Lin Yang 0ac90c5522 Initial import from external repository
External repo: https://github.com/mganguli/RSC
Commit: 49199a82045f1d6f231eb477de3dbcd59492e9d9

Change-Id: I9eaec387605a39ba5e4c571026cacb1845938231
2016-10-07 08:50:05 +08:00