| ... | ... |
@@ -39,6 +39,10 @@ OPENSTACKX_BRANCH=diablo |
| 39 | 39 |
QUANTUM_REPO=https://github.com/openstack/quantum |
| 40 | 40 |
QUANTUM_BRANCH=stable/diablo |
| 41 | 41 |
|
| 42 |
+# CI test suite |
|
| 43 |
+CITEST_REPO=https://github.com/openstack/openstack-integration-tests.git |
|
| 44 |
+CITEST_BRANCH=master |
|
| 45 |
+ |
|
| 42 | 46 |
# Specify a comma-separated list of uec images to download and install into glance. |
| 43 | 47 |
IMAGE_URLS=http://smoser.brickies.net/ubuntu/ttylinux-uec/ttylinux-uec-amd64-11.2_2.6.35-15_1.tar.gz |
| 44 | 48 |
|
| ... | ... |
@@ -48,6 +48,8 @@ source ./stackrc |
| 48 | 48 |
# Where Openstack code lives |
| 49 | 49 |
DEST=${DEST:-/opt/stack}
|
| 50 | 50 |
|
| 51 |
+DIST_NAME=${DIST_NAME:-natty}
|
|
| 52 |
+ |
|
| 51 | 53 |
# Process network configuration vars |
| 52 | 54 |
GUEST_NETWORK=${GUEST_NETWORK:-1}
|
| 53 | 55 |
GUEST_RECREATE_NET=${GUEST_RECREATE_NET:-yes}
|
| ... | ... |
@@ -78,9 +80,9 @@ GLANCE_PORT=$2 |
| 78 | 78 |
CONFIG_FILE_TMP=$(mktemp $CONFIG_FILE.XXXXXX) |
| 79 | 79 |
cat >$CONFIG_FILE_TMP <<EOF |
| 80 | 80 |
[environment] |
| 81 |
-aki_location = include/sample_vm/natty-server-cloudimg-amd64-vmlinuz-virtual |
|
| 82 |
-#ari_location = include/sample_vm/natty-server-cloudimg-amd64-loader |
|
| 83 |
-ami_location = include/sample_vm/natty-server-cloudimg-amd64.img |
|
| 81 |
+aki_location = $DEST/openstack-integration-tests/include/sample_vm/$DIST_NAME-server-cloudimg-amd64-vmlinuz-virtual |
|
| 82 |
+#ari_location = $DEST/openstack-integration-tests/include/sample_vm/$DIST_NAME-server-cloudimg-amd64-loader |
|
| 83 |
+ami_location = $DEST/openstack-integration-tests/include/sample_vm/$DIST_NAME-server-cloudimg-amd64.img |
|
| 84 | 84 |
|
| 85 | 85 |
[glance] |
| 86 | 86 |
host = $GLANCE_HOST |
| ... | ... |
@@ -102,7 +104,7 @@ port = 8774 |
| 102 | 102 |
apiver = v1.1 |
| 103 | 103 |
project = admin |
| 104 | 104 |
user = admin |
| 105 |
-key = $SERVICE_TOKEN |
|
| 105 |
+key = $ADMIN_PASSWORD |
|
| 106 | 106 |
ssh_timeout = 300 |
| 107 | 107 |
build_timeout = 300 |
| 108 | 108 |
flavor_ref = 1 |