| Anthony Young | 096fb5a | 2011-09-26 13:14:46 -0700 | [diff] [blame] | 1 | # compute service | 
| Vishvananda Ishaya | e978e7f | 2011-11-14 10:55:47 -0800 | [diff] [blame] | 2 | NOVA_REPO=https://github.com/openstack/nova.git | 
| Jesse Andrews | 9c7c908 | 2011-11-23 10:10:53 -0800 | [diff] [blame] | 3 | NOVA_BRANCH=master | 
| Anthony Young | 096fb5a | 2011-09-26 13:14:46 -0700 | [diff] [blame] | 4 |  | 
| Chmouel Boudjnah | 28fa4e8 | 2011-11-01 12:30:55 +0100 | [diff] [blame] | 5 | # storage service | 
 | 6 | SWIFT_REPO=https://github.com/openstack/swift.git | 
| Jesse Andrews | 9c7c908 | 2011-11-23 10:10:53 -0800 | [diff] [blame] | 7 | SWIFT_BRANCH=master | 
| Chmouel Boudjnah | 28fa4e8 | 2011-11-01 12:30:55 +0100 | [diff] [blame] | 8 |  | 
| Chmouel Boudjnah | 45c5113 | 2011-11-01 19:32:23 +0100 | [diff] [blame] | 9 | # swift and keystone integration | 
 | 10 | SWIFT_KEYSTONE_REPO=https://github.com/cloudbuilders/swift-keystone2.git | 
 | 11 | SWIFT_KEYSTONE_BRANCH=master | 
 | 12 |  | 
| Anthony Young | 096fb5a | 2011-09-26 13:14:46 -0700 | [diff] [blame] | 13 | # image catalog service | 
| Vishvananda Ishaya | e978e7f | 2011-11-14 10:55:47 -0800 | [diff] [blame] | 14 | GLANCE_REPO=https://github.com/openstack/glance.git | 
| Jesse Andrews | 9c7c908 | 2011-11-23 10:10:53 -0800 | [diff] [blame] | 15 | GLANCE_BRANCH=master | 
| Anthony Young | 096fb5a | 2011-09-26 13:14:46 -0700 | [diff] [blame] | 16 |  | 
 | 17 | # unified auth system (manages accounts/tokens) | 
| Vishvananda Ishaya | e978e7f | 2011-11-14 10:55:47 -0800 | [diff] [blame] | 18 | KEYSTONE_REPO=https://github.com/openstack/keystone.git | 
 | 19 | KEYSTONE_BRANCH=stable/diablo | 
| Anthony Young | 096fb5a | 2011-09-26 13:14:46 -0700 | [diff] [blame] | 20 |  | 
 | 21 | # a websockets/html5 or flash powered VNC console for vm instances | 
| Jesse Andrews | c2b3cf7 | 2011-10-25 08:52:31 -0700 | [diff] [blame] | 22 | NOVNC_REPO=https://github.com/cloudbuilders/noVNC.git | 
| Jesse Andrews | 9c7c908 | 2011-11-23 10:10:53 -0800 | [diff] [blame] | 23 | NOVNC_BRANCH=master | 
| Anthony Young | 096fb5a | 2011-09-26 13:14:46 -0700 | [diff] [blame] | 24 |  | 
 | 25 | # django powered web control panel for openstack | 
| Tres Henry | ca85b79 | 2011-10-28 14:00:21 -0700 | [diff] [blame] | 26 | HORIZON_REPO=https://github.com/openstack/horizon.git | 
| Jesse Andrews | 9c7c908 | 2011-11-23 10:10:53 -0800 | [diff] [blame] | 27 | HORIZON_BRANCH=master | 
| Anthony Young | 096fb5a | 2011-09-26 13:14:46 -0700 | [diff] [blame] | 28 |  | 
| Tres Henry | ca85b79 | 2011-10-28 14:00:21 -0700 | [diff] [blame] | 29 | # python client library to nova that horizon (and others) use | 
| Jesse Andrews | 38df122 | 2011-11-20 09:55:44 -0800 | [diff] [blame] | 30 | NOVACLIENT_REPO=https://github.com/openstack/python-novaclient.git | 
| Anthony Young | 248221a | 2011-09-27 11:25:18 -0700 | [diff] [blame] | 31 | NOVACLIENT_BRANCH=master | 
| Anthony Young | 096fb5a | 2011-09-26 13:14:46 -0700 | [diff] [blame] | 32 |  | 
 | 33 | # openstackx is a collection of extensions to openstack.compute & nova | 
 | 34 | # that is *deprecated*.  The code is being moved into python-novaclient & nova. | 
| Jesse Andrews | c2b3cf7 | 2011-10-25 08:52:31 -0700 | [diff] [blame] | 35 | OPENSTACKX_REPO=https://github.com/cloudbuilders/openstackx.git | 
| Jesse Andrews | 9c7c908 | 2011-11-23 10:10:53 -0800 | [diff] [blame] | 36 | OPENSTACKX_BRANCH=master | 
| Anthony Young | 096fb5a | 2011-09-26 13:14:46 -0700 | [diff] [blame] | 37 |  | 
| Brad Hall | 1bfa3d5 | 2011-10-27 18:18:20 -0700 | [diff] [blame] | 38 | # quantum service | 
 | 39 | QUANTUM_REPO=https://github.com/openstack/quantum | 
| Jesse Andrews | 9c7c908 | 2011-11-23 10:10:53 -0800 | [diff] [blame] | 40 | QUANTUM_BRANCH=master | 
| Brad Hall | 1bfa3d5 | 2011-10-27 18:18:20 -0700 | [diff] [blame] | 41 |  | 
| Dean Troyer | b0e57cf | 2011-11-04 12:13:43 -0500 | [diff] [blame] | 42 | # CI test suite | 
| Dean Troyer | f79cc42 | 2011-12-01 10:21:42 -0600 | [diff] [blame] | 43 | CITEST_REPO=https://github.com/openstack/tempest.git | 
| Dean Troyer | b0e57cf | 2011-11-04 12:13:43 -0500 | [diff] [blame] | 44 | CITEST_BRANCH=master | 
 | 45 |  | 
| Anthony Young | 120f486 | 2011-10-14 09:31:09 -0700 | [diff] [blame] | 46 | # Specify a comma-separated list of uec images to download and install into glance. | 
| Scott Moser | 4f6d7b6 | 2011-12-08 16:22:51 -0500 | [diff] [blame] | 47 | # supported urls here are: | 
 | 48 | #  * "uec-style" images: | 
 | 49 | #     If the file ends in .tar.gz, uncompress the tarball and and select the first | 
 | 50 | #     .img file inside it as the image.  If present, use "*-vmlinuz*" as the kernel | 
 | 51 | #     and "*-initrd*" as the ramdisk | 
 | 52 | #     example: http://cloud-images.ubuntu.com/releases/oneiric/release/ubuntu-11.10-server-cloudimg-amd64.tar.gz | 
 | 53 | #  * disk image (*.img,*.img.gz) | 
 | 54 | #    if file ends in .img, then it will be uploaded and registered as a to | 
 | 55 | #    glance as a disk image.  If it ends in .gz, it is uncompressed first. | 
 | 56 | #    example:  | 
 | 57 | #      http://cloud-images.ubuntu.com/releases/oneiric/release/ubuntu-11.10-server-cloudimg-armel-disk1.img | 
 | 58 | #      http://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-rootfs.img.gz | 
| Scott Moser | 3584e55 | 2011-12-08 16:23:27 -0500 | [diff] [blame] | 59 | #IMAGE_URLS="http://smoser.brickies.net/ubuntu/ttylinux-uec/ttylinux-uec-amd64-11.2_2.6.35-15_1.tar.gz" # old ttylinux-uec image | 
 | 60 | #IMAGE_URLS="http://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-disk.img" # cirros full disk image | 
 | 61 | IMAGE_URLS="http://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-uec.tar.gz" # uec style cirros image | 
| Anthony Young | 0ab1d46 | 2011-10-13 23:03:23 -0700 | [diff] [blame] | 62 |  | 
| Anthony Young | eb5dea6 | 2011-09-28 15:24:57 -0700 | [diff] [blame] | 63 | # allow local overrides of env variables | 
 | 64 | if [ -f ./localrc ]; then | 
 | 65 |     source ./localrc | 
 | 66 | fi |