Commit Graph

20 Commits

Author SHA1 Message Date
Dan Smith edb6ddc2db Always assume glance is uwsgi mode for grenade
Since older devstack versions do not support glance in standalone mode,
make grenade configure the base and target for glance deployed with
uwsgi.

Change-Id: I9ac380aec2689277a2793a67b33b6f9ef8728003
2020-07-16 10:49:00 -07:00
Luz Cazares 148d65befd Update devstack keys from config files
Removed API_RATE_LIMIT per commit f617a2ddddf7d8f759ff3ca5d66a133b124eeb42.
Removed STACK_LOG in favor of LOGFILE as per devstack/stackrc#L845

Change-Id: I841757bd6ad4889fddcc626bed0de03731918fa5
2017-01-26 19:07:44 +00:00
Pawel Koniszewski fb12d1c7e7 Let grenade configure rabbit transport url based on host ip
Since cells v2 are required to start Ocata, grenade should not set
rabbit host to localhost. Otherwise cell mapping will contain
transport_url set to localhost and therefore subnode-2 will fail
connection to rabbit, e.g., when trying to start pre live migration
steps on contoller+compute node. This is beacause subnode-2 will
take cell mapping from the database and then transport_url from
cell mapping which points to localhost:5672 in such case.

Change-Id: I3d4d7b309e50f4e2970cda55aada02d68c4fa705
Related-Bug: #1649586
2016-12-21 12:30:14 +00:00
Adam Gandelman b7ae1b4660 Remove use of GRENADE_PHASE
Recently, devstack-gate accidentally stopped setting these values and
there appeared to be no fallout.  Looking closer, they appear to be
no longer used by Grenade.  This removes them from sample localrcs
and docs.

Change-Id: I4d1ec41bac5a05241069963d1bcd2df4070f5ea2
2014-11-18 17:46:22 -08:00
Sean Dague e74a7fe5ad switch swift enables to specify services
in the gate we specify all the swift services directly, not the
old swift flag. We should mirror that back to grenade, as we now
really do depend on it.

Change-Id: Id0ddf92c0c2d02dd3fb86e408a84646e081944da
2014-04-11 16:47:47 -04:00
Mauro S. M. Rodrigues a6c7d4b4db Remove exercises and run tempest smoke tests instead
Smoke and Scenarios tests can offer a better coverage and also it's good to
centralize all tests in tempest.

Change-Id: Iacb60ab011d2c7d90885b339b3c8454bd3de8219
Partial-bug: #1023131
2014-02-04 15:52:06 +00:00
Sean Dague a83fe203c2 also skip bundle and euca
these exercises don't work on many versions of boto, stop using
them by default in grenade.

Change-Id: Idca068b0f062c31963d7c32d88f5721343b5c0cd
2014-01-15 15:47:01 -05:00
Dean Troyer 4099c25b68 Cut over to grizzly -> havana
* change BASE_RELEASE and TARGET_RELEASE in grenaderc
* remove work-arounds from devstack.localrc.target
* remove upgrade steps from the upgrade-* scripts
* change references to release names in variables to BASE_ and TARGET_
* remove Javelin check from check-sanity, will return in verify-javelin
  in https://review.openstack.org/#/c/26257/

Fixes bug 1175340

Change-Id: If1523c73ebefeaf3d3e3efdfbc053f47365d123a
2013-05-02 14:43:41 -05:00
Sean Dague 344fe7e95d set the grizzly floating pools to folsom defaults
with this grenade fully passes for me!

Change-Id: I4b7ba77e6405a638d9e9130a7dc92388d9181065
2013-04-02 16:32:45 -04:00
Dean Troyer b809c3480e Swift updates
* Move swift ahead of glance in upgrade order as glance depends on swiftclient
* Add some test files to Javelin project Swift storage
* Remove call to swift_init()
  * (re)Create cache dir
  * (re)Mount backing disk
* Restore the Swift port defaults

Change-Id: I14c1d50c13563cbc5fbb71de014e318951b6f62b
2013-03-29 15:09:31 -05:00
Jenkins 82c9f26c58 Merge "Use common data dir" 2013-03-27 12:32:53 +00:00
Dean Troyer 903a690d2f Re-force the Folsom-era Cirros image
Change-Id: I7bb90bc029cff536054f0b24bbf25f53f6c2cfc9
2013-03-26 17:41:15 -05:00
Dean Troyer 808786defa Use common data dir
Paths get stuffed in the database so rather than rewrite them
just leave the data in-place for both versions.  This is how
real upgrades are likely to be done anyway...

Change-Id: I3610d93227b54d4c2f5c832478e7d23afe1bd173
2013-03-26 17:40:04 -05:00
Dean Troyer a2f959e36d Fix javelin image name setup
Needed to handle an arbitrary cirros image release as devstack-gate
uses the current (target) release and not the one used in the base
DevStack.

Change-Id: I202976fb1669d09648572f4666111442e9967be4
2013-03-22 14:44:04 -05:00
Dean Troyer a0a792020a Use folsom-era cirros image for testing 2013-03-11 10:55:03 -05:00
Dean Troyer df62808906 Add upgrade-swift 2013-02-20 10:59:06 -06:00
Dean Troyer 14dce86817 Upgrade scripts:
* cinder
* nova

* add stop-base to replace <base>/devstack/unstack.sh
2013-02-18 12:27:51 -06:00
Dean Troyer 7ce882cc8c General cleanup:
* Move *_RUN_EXERCISES after localrc
* Fix images cache dirs
* Save cinder database
2013-01-24 16:35:48 -06:00
Dean Troyer cbb8b4b429 Rework directory structure
Create top-level directories for each release and put devstack and
the project repos under that.  data is still a top-level as it
will be processed for the upgrade.
2013-01-23 16:19:01 -06:00
Dean Troyer ab24c172bd Change terms
* 'start', 'work' -> 'base'
* 'final', 'trunk' -> 'target'
2013-01-23 15:50:42 -06:00