13 Commits

Author SHA1 Message Date
liyingjun
3995f1fcd0 use oslo.db module
* Use oslo.db module instead of rally.openstack.common.db
* Remove rally/openstack/common/db

Change-Id: I78e29810f4bf6cc624417744dd74f15ef2281edf
2014-06-25 06:05:15 +08:00
Hugh Saunders
4d8c820cc7 Sync code from oslo incubator
Includes updates in config generator, db.sqlalchemy, gettext utils and
log. New script added: tools/config/check_uptodate.sh

Change-Id: I0afaeb593e1b3425d7953b2a11711801299fe1f9
2014-04-28 12:19:27 +00:00
Kun Huang
2acebe6a71 move install script to project root dir
This is helpful for new guys who can't or wouldn't find this file.

Change-Id: I9239a388ba7831a4f6c9b70e938a805903238796
2014-04-06 11:59:15 +08:00
Victor Sergeyev
634b56e929 Sync common db code from Oslo
This sync brings the latest openstack/common/db code from
olso-incubator until commit
9fed4ed Fix Keystone doc build errors with SQLAlchemy 0.9

Changes in  Rally caused by API changes in openstack.common.db code -
oslo.db no longer stores SQLAlchemy Engine and sessionmaker instances
globally and it's up to applications to create them. So we should add
methods for work with engine and session to Rally code.

Config database options was modified, so rally.conf.sample was updated.

Change-Id: Ia00f2c5fb54bb86f88440233f9bf79eab7b07589
2014-04-03 16:45:40 +03:00
Sergey Skripnick
b2988f06f6 Fix dependencies for rpm based systems
Add gmp-devel to rhel dependencies in install_rally.sh
Also add +x permissions to test_install.sh

Related: blueprint rally-gate-jobs
Change-Id: I9effe4d70e6f7d43b52640cea96bf129071064bb
2014-04-01 21:39:56 +03:00
Hugh Saunders
eb6302a891 Sync modules from oslo, excluding db related
The following modules are updated:
cliutils,gettextutils,importutils,log,test,fixture,config

The following modules are new:
uuidutils

Other chnages:
 * Added uuidutils to openstack-common.conf
 * excluded rally/openstack* from pep8 check in tox.ini

Change-Id: I46fd3dc2e04bb9b5b74721a47689b860a9c68bdb
2014-03-28 15:58:25 +00:00
Tzanetos Balitsaris
b06fee6840 Add the install_rally.sh file
The install_rally.sh file is a Bash script that installs Rally on a
Unix system. Specifically, it is able to install and configure Rally
either globally (system-wide, the default behavior), or isolated in a
virtual environment using the virtualenv tool.

Change-Id: I4b6498a52cb1105fd8e27593ac482038ddcff702
Implements: blueprint rally-installation-script
2014-03-11 22:39:02 +00:00
Boris Pavlovic
5f0e55488d Update oslo code
Just update to the last version oslo code

Change-Id: I51519dadef383ea73b462760fdf4de62678596b9
2013-12-23 10:24:35 +04:00
Boris Pavlovic
30592bbe9a Update oslo code
Change-Id: I90b7488c12dca10a0ba5d46f809ed448b17035e4
2013-10-15 11:53:54 +04:00
Boris Pavlovic
f6e6f16dd9 Add run_tests.sh as alternative for tox
Add run_tests.sh and tools that depends from it from oslo-incubator.

run_tests.sh has much more siplier interface, works much more faster and
display infromation in much more human readable format.
2013-08-24 18:10:32 +04:00
Boris Pavlovic
b6c4416a9c Add venv tools 2013-08-24 13:53:34 +04:00
Boris Pavlovic
36c49518c5 Update gettextuils and jsonutils form oslo 2013-08-24 01:24:47 +04:00
Boris Pavlovic
8e31103305 Add tox, pep and requirements to project
Adding minimal amount of things to be able to run
tox against code and check all unit tests + pep
2013-08-14 12:23:42 +04:00