Add swift.

Change-Id: Ibc0d1fdac4d1705f14c39d727d82780163ea6262
This commit is contained in:
James E. Blair
2012-06-21 09:30:55 -07:00
parent 4e0cb89d12
commit 53d8ab59be
3 changed files with 7 additions and 3 deletions

View File

@@ -19,7 +19,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
PROJECTS="openstack-dev/devstack openstack/nova openstack/glance openstack/keystone openstack/python-novaclient openstack/python-keystoneclient openstack/python-quantumclient openstack/python-glanceclient openstack/python-openstackclient openstack/horizon openstack/tempest openstack/cinder openstack/python-cinderclient"
PROJECTS="openstack-dev/devstack openstack/nova openstack/glance openstack/keystone openstack/python-novaclient openstack/python-keystoneclient openstack/python-quantumclient openstack/python-glanceclient openstack/python-openstackclient openstack/horizon openstack/tempest openstack/cinder openstack/python-cinderclient openstack/swift openstack/python-swiftclient"
# Set to 1 to run the Tempest test suite
export DEVSTACK_GATE_TEMPEST=${DEVSTACK_GATE_TEMPEST:-0}

View File

@@ -35,9 +35,11 @@ fi
if [ "$GERRIT_BRANCH" != "stable/diablo" ] &&
[ "$GERRIT_BRANCH" != "stable/essex" ]; then
ENABLED_SERVICES=$ENABLED_SERVICES,cinder,c-api,c-vol,c-sch
ENABLED_SERVICES=$ENABLED_SERVICES,cinder,c-api,c-vol,c-sch,swift
SKIP_EXERCISES=boot_from_volume,client-env
else
ENABLED_SERVICES=$ENABLED_SERVICES,n-vol
SKIP_EXERCISES=boot_from_volume,client-env,swift
fi
cat <<EOF >localrc
@@ -53,13 +55,14 @@ SWIFT_HASH=1234123412341234
ROOTSLEEP=0
ERROR_ON_CLONE=True
ENABLED_SERVICES=$ENABLED_SERVICES
SKIP_EXERCISES=boot_from_volume,client-env,swift
SKIP_EXERCISES=$SKIP_EXERCISES
SERVICE_HOST=127.0.0.1
SYSLOG=True
SCREEN_LOGDIR=$DEST/screen-logs
FIXED_RANGE=10.1.0.0/24
FIXED_NETWORK_SIZE=256
VIRT_DRIVER=$DEVSTACK_GATE_VIRT_DRIVER
SWIFT_REPLICAS=1
export OS_NO_CACHE=True
EOF

View File

@@ -49,6 +49,7 @@ PROJECTS = ['openstack/nova',
'openstack/horizon',
'openstack/cinder',
'openstack/python-cinderclient',
'openstack/swift',
'openstack/tempest',
'openstack/python-glanceclient',
'openstack/python-keystoneclient',