Commit Graph

15 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
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 df62808906 Add upgrade-swift 2013-02-20 10:59:06 -06:00
Dean Troyer fb00bba158 Upgrade scripts:
* keystone
* glance
2013-02-05 17:34:11 -06:00
Dean Troyer 3c12c2bb14 Setup fixes
* fix base localrc
* set up target logging
2013-01-28 14:57:04 -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