File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,10 @@ OPENSTACKX_BRANCH=diablo
3939QUANTUM_REPO=https://github.com/openstack/quantum
4040QUANTUM_BRANCH=stable/diablo
4141
42+ # CI test suite
43+ CITEST_REPO=https://github.com/openstack/openstack-integration-tests.git
44+ CITEST_BRANCH=master
45+
4246# Specify a comma-separated list of uec images to download and install into glance.
4347IMAGE_URLS=http://smoser.brickies.net/ubuntu/ttylinux-uec/ttylinux-uec-amd64-11.2_2.6.35-15_1.tar.gz
4448
Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ source ./stackrc
4848# Where Openstack code lives
4949DEST=${DEST:-/ opt/ stack}
5050
51+ DIST_NAME=${DIST_NAME:- natty}
52+
5153# Process network configuration vars
5254GUEST_NETWORK=${GUEST_NETWORK:- 1}
5355GUEST_RECREATE_NET=${GUEST_RECREATE_NET:- yes}
@@ -78,9 +80,9 @@ GLANCE_PORT=$2
7880CONFIG_FILE_TMP=$( mktemp $CONFIG_FILE .XXXXXX)
7981cat > $CONFIG_FILE_TMP << EOF
8082[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
83+ aki_location = $DEST /openstack-integration-tests/ include/sample_vm/$DIST_NAME -server-cloudimg-amd64-vmlinuz-virtual
84+ #ari_location = $DEST /openstack-integration-tests/ include/sample_vm/$DIST_NAME -server-cloudimg-amd64-loader
85+ ami_location = $DEST /openstack-integration-tests/ include/sample_vm/$DIST_NAME -server-cloudimg-amd64.img
8486
8587[glance]
8688host = $GLANCE_HOST
@@ -102,7 +104,7 @@ port = 8774
102104apiver = v1.1
103105project = admin
104106user = admin
105- key = $SERVICE_TOKEN
107+ key = $ADMIN_PASSWORD
106108ssh_timeout = 300
107109build_timeout = 300
108110flavor_ref = 1
You can’t perform that action at this time.
0 commit comments