Commit Graph

5 Commits

Author SHA1 Message Date
Andreas Jaeger 7f7e515de6 Switch to opendev URLs
Change URLs to use opendev instead of openstack.

Change-Id: I9bbd64615a689efba3a20d5f9d10bdb178c68ef4
2020-02-27 09:59:40 +01:00
Jim Rollenhagen 22b3c00914 Remove ironic code from tree
The dependent patch here moves this code into ironic's tree as a grenade
plugin. Remove it from grenade's tree.

Change-Id: I659e3de5c64df798441798ff48ba5c9c0506585a
Depends-On: I8b065c60e9e06cd7fc10749c49bdf79d878fcc12
2015-12-10 17:56:01 -08:00
Yongfeng Du e7c2938964 Add noVNC to grenade cache
noVNC is enabled by default, it's annoying to download it from internet
for each run. This changes will cache it under GIT_BASE.
noVNC is not consuming GIT_BASE, so to use the cache, set the NOVNC_REPO
in devstack.localrc.base

Change-Id: I32e389b7e9147d211756d0e1fb8aa1fa53588d04
Signed-off-by: Yongfeng Du <dolpher.du@intel.com>
2015-07-29 12:46:28 +08:00
Sean Dague d9f79d94b6 Allow cache_git.sh to handle additional projects adhoc
When testing external plugins it's extremely useful to be able to
cache additional repositories with cache_git.sh. This allows us to
just pass a whole set of additional items on the cli that will also
get cached.

Change-Id: I966c45efa9e8eb8868323de74f363eb1990e534e
2015-06-08 17:28:58 -04:00
Sean Dague c2d096c4f7 add convenience tools
The following are some convenience tools that I created during grenade
refactor which might make sense in the tree. These make working on grenade
much easier.

cache_git.sh builds a local git mirror so you can set
GIT_BASE=/opt/git and iterate faster.

run_resource.sh <project> <phase> - lets you run resource test scripts
the way we'll run them in grenade for iterative development.

Both scripts include help with '-h' on their usage.

Change-Id: I997c3bfee09dab93ecaa52dd9b86d7811c63bfa3
2015-04-24 11:58:57 -04:00