Commit Graph

21 Commits

Author SHA1 Message Date
Monty Taylor d85fb24734 Update devstack settings and docs for opendev
The most important thing is that the URL for glean is actually
wrong, which causes jobs to fail.

Also, change documentation while we're changing things.

Depends-On: https://review.opendev.org/655133
Change-Id: I127a33bfc4a3e33249120dcc7ef6142ce4e52a97
2019-04-23 13:03:21 +00:00
Monty Taylor 5545dc00de
Switch storyboard url to be by name
Storyboard can have project name in a url now. It's prettier.

Change-Id: Ic3657fb8e98ece2283a63f9bbd5cf741484936db
2018-08-03 10:19:44 -05:00
Jesse Pretorius 045d5d73b5 Update README and add TESTING similar to Zuul repo
It looks like the nodepool README has lagged behind on updates
since the release of Zuul v3, so we update it with similar
content and also add a TESTING file with verified content.

Change-Id: I6923a532e3a702def0595998ea2fab5c067da2fe
2018-07-11 11:15:56 +01:00
Paul Belanger fbe932e14f Rename nodepoold to nodepool-launcher
The day has come to rename nodepoold to nodepool-launcher.

Change-Id: Ic04e3cf2dbdaf914bf8f92d073acb972380708f1
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2017-03-29 09:28:33 -04:00
David Shrewsbury 4bc703883e Remove MySQL
Even though there is nothing to read from secure.conf anymore, it
is kept around intact since we may want to use this for ZooKeeper
credentials at some point.

Change-Id: Ieb3a93b09c889f74da3463494957335aaaa9f40f
2017-03-13 13:42:43 -04:00
Monty Taylor 05b5944198
Update README to mention bindep
Now that we have bindep support, update the README to reference it.
Also, update the README to point to get-pip.py not python-pip.

Change-Id: I2c3312c7fc01a121d42da1ec3ce69bab6681df30
2017-01-08 08:34:20 -06:00
Andreas Jaeger 8a3276c028 Add tools/test-setup.sh
Add simple script to setup mysql database, this script can be run by
users during testing and will be run by CI systems for specific setup
before running unit tests.

Update README.rst for this.

Change-Id: I9af7c7d09b40c103af09ae8dd0e50afe3762ecba
2016-11-22 08:51:59 +01:00
AzherKhan 95d0e6b678 Nodepool Install failure
While installing nodepool as instructed in the README.rst
   pip install -U -r requirements.txt

We are seeing the below error message:
  Building lxml version 3.4.4.
  Building without Cython.
  ERROR: /bin/sh: 1: xslt-config: not found

  ** make sure the development packages of libxml2 and
     libxslt are installed **

For more details:
http://paste.openstack.org/show/477592/

Change-Id: I813e5b25194e8b3821eed07ae0494e0930d15827
2015-10-29 10:44:41 +05:30
Jenkins 60f01d1d01 Merge "Update Readme config -> system-config repo" 2015-04-27 18:21:45 +00:00
Aaron Rosen f731828a96 Update Readme config -> system-config repo
Change-Id: Ibd4cd6a89c8c75b3ad53cca6fe3546b2ab19e877
2014-12-10 01:51:27 -08:00
Aaron Rosen 54256e89b0 libffi-dev/libssl-dev/qemu-utils are required
Change-Id: I25bab029ee7ecd727fc73276d315921b394ff7ea
Closes-bug: 1376491
2014-11-21 23:26:04 -08:00
James E. Blair 58fe0ad503 Correct ssh key instructions in README
The expected format of the ssh key has changed in puppet.

Change-Id: I53a517d77e944ae4a84b1ec879d2aa4cc87721f1
2014-08-25 13:46:57 -07:00
Ian Wienand b87d94df9d Add @localhost to openstack_citest user example
Without this, mysql can match the anonymous user first and then
rejects the openstack_citest password [1] leading to some confusing
tox output.

[1] http://bugs.mysql.com/bug.php?id=36576

TrivialFix
Change-Id: Ic9a753307960634f0e5c40abf06ec5bac92d9897
2014-06-18 08:41:24 +10:00
Xinyu Zhao bd0a5cce05 Remove libzmq-dev from dependency list
System installed library of libzmq-dev will have libzmq1,
which doesn't support RCVTIMEO in some linux distros, eg.
ubuntu 12.04 and pip will install libzmq and compile the
supporting version anyway so remove libzmq-dev from dependency
installation by apt-get in README.rst.

Change-Id: Ifd67c7ded5db7dbb82624d2aa08843278f2de72c
2014-06-05 19:04:56 +00:00
James E. Blair 852c6b0b96 Add per-test database fixture
And test it.

Change-Id: I49fb5f58127ed2a1c80282b55e30336da725b75c
2014-03-31 09:22:00 -07:00
Jenkins 60d2be60c4 Merge "Readme enhancements" 2014-01-27 22:54:15 +00:00
Robert Collins 4e435e1055 Document that fake.yaml isn't usable.
This might seem obvious, but settings like script-dir were just plain
wrong and it took me a bit of time to realise why...

Change-Id: I0c3acbb2f2fbc8246632cb4b0c8d9e31a569bee7
2014-01-20 13:23:04 +13:00
Mate Lakat 4c6ee9291f Readme enhancements
Add missing dependency: python-pip, and add -qy so that the package
install is unattended.

Change-Id: Ieb36bbef9c55b434f2d228523b329886101a4092
2014-01-10 16:40:32 +00:00
Mathieu Gagné 44cdbab63d Improve README.rst formatting
Change-Id: I7f14fc263b63c31ee5f9863cd0508e830900e31a
2013-12-09 17:24:55 -05:00
Sergey Lukjanov 533fbca31f Fix README file
Empty README.rst removed and README was renamed to README.rst

Change-Id: I34871727341f67cc344c3928eb08f6081b259621
2013-12-10 02:02:05 +04:00
James E. Blair 5866f10601 Initial commit
Much of this comes from devstack-gate.

Change-Id: I7af197743cdf9523318605b6e85d2cc747a356c7
2013-08-15 09:47:23 -07:00