328 Commits (main)

Author SHA1 Message Date
josch 96d7f346b2 really, no pips 13 years ago
josch f169a9f99f deleted keystone 13 years ago
josch 7a99a88399 make more minimal 13 years ago
Jesse Andrews 1a52a02f10 support gerrit style refs/changes/... for branch names
To use a gerrit "branch" with devstack I would find the repo/remote and
set it for the specific project.

Example: https://review.openstack.org/2059

Would mean I update my localrc with the following settings:

KEYSTONE_REPO=https://review.openstack.org/p/openstack/keystone
KEYSTONE_BRANCH=refs/changes/59/2059/2

Change-Id: I0793415fb03cc08d1eb1a3faf1b8ec3e723beb31
13 years ago
Anthony Young ef4e5367d2 Allow individual services to specify dependencies. Also fixes lp897879: https://bugs.launchpad.net/bugs/897879
Change-Id: Ib9de4571501771f12b1aeb6550e94eea03643290
13 years ago
Brad Hall f6811ee06e Fixes to work with Quantum trunk
(also, added dhcp support if we're using ovs)

Change-Id: I2f3ee8fb3b02551ca99bafaf9d1ea2b9af3aa164
13 years ago
Jenkins 849b40384a Merge "Use -e to read" 13 years ago
Jesse Andrews 9c7c9083a4 initial devstack + essex
* update horizon apache config
* updates apts for horizon
* better logging for horizon
* keystone conf settings
* only add swift endpoint if it is enabled
* new nova paste

Change-Id: I1edacbe5d8adc4bd5265d36abcaf01ce5490aefd
13 years ago
Chmouel Boudjnah c9d9851bf3 Use -e to read
Which use readline for interactive read command (allow to do control-a/e
and such).

Change-Id: I143d6f14dd7e853197f2e30909d4f7b33262351a
13 years ago
Vishvananda Ishaya b39ed2f496 fix extra flags handling
Change-Id: Ifecf908b1949e2afc8874f2fcccd741e34c50b8d
13 years ago
Jesse Andrews 38df1228de revive working with subset of services
Change-Id: I645c5df457a2ac2c997ac32720d53cacc0fa109b
13 years ago
vishvananda 7436ab47b9 Merge pull request #201 from cloudbuilders/fix_noprime_again
add back NOPRIME, and explicitly install libvirt-bin
13 years ago
Anthony Young a6353c62d5 add back NOPRIME, and explicitly install libvirt-bin 13 years ago
Jesse Andrews 40d6ac4e97 Merge pull request #199 from cloudbuilders/enable_openstackx
enable openstackx by default so dash works
13 years ago
Anthony Young 4982ef9075 enable openstackx by default so dash works 13 years ago
Anthony Young 871a7ae4d0 don't use NOPRIME in stack.sh 13 years ago
Jesse Andrews 5334ca0210 Merge pull request #184 from chmouel/install-packages-only-for-services-distros
Install packages only for services distros
13 years ago
sleepsonthefloor 1c48c891c7 Merge pull request #132 from cloudbuilders/tmux
add support for tmux if USE_TMUX=yes
13 years ago
sleepsonthefloor 296234b896 Merge pull request #172 from cloudbuilders/eth0_ip
Use eth0 to determine host ip address
13 years ago
Jesse Andrews b7c3a5eefd Merge pull request #181 from jeblair/master
Don't clone or install disabled services.
13 years ago
Chmouel Boudjnah 2d1a8b3414 Use internal bash reader. 13 years ago
vishvananda e219b1218d Merge pull request #190 from cloudbuilders/fix-reclone
Fix the reclone to actually remove *.pyc
13 years ago
Vishvananda Ishaya 6b8855cd4f Fix the reclone to actually remove *.pyc 13 years ago
Jesse Andrews 9bb1a3c5c5 allow pip to use mirrors (pypi is down) 13 years ago
Jesse Andrews d02b7b7bd3 allow name of volumes group to be set 13 years ago
Chmouel Boudjnah 3ad59ea151 Use C-M for return carriage for tmux.
Conflicts:

	stack.sh
13 years ago
Chmouel Boudjnah f990ded567 a-space-after-then/do compliance. 13 years ago
Chmouel Boudjnah 0277d5b91f Install packages only for distros/services.
- We are installing packages only for the services needed.
- We are parsing the packages files and detecting metadatas.
 - If there is a NOPRIME as comment mean we are not doing the install
   just yet.
 - If we have the meta-keyword distro:DISTRO or
   distro:DISTRO1,DISTRO2 it will be installed only for those
   distros (case insensitive).
13 years ago
Chmouel Boudjnah adfc029a02 Use lsb_release for distro detection. 13 years ago
sleepsonthefloor 8d6c7c4083 Merge pull request #179 from chmouel/swift-install-memcache-with-swkeystone
Install memcached with swift+keystone midleware.
13 years ago
Chmouel Boudjnah 2f2160eac2 Force creation of the symlink.
It would allow to not fail when we run stack.sh again.
13 years ago
James E. Blair 1ec915e6b5 Merge branch 'master' of https://github.com/cloudbuilders/devstack into test 13 years ago
James E. Blair e7ce24fc96 Don't clone or install disabled services. 13 years ago
Chmouel Boudjnah 904b0d7d1d Install memcached with swift+keystone midleware. 13 years ago
Vishvananda Ishaya 7e436c212e use dhcp_release 13 years ago
Anthony Young 857035dc67 improve comment 13 years ago
Anthony Young a3475e53c1 fix typo 13 years ago
Anthony Young 7c259cea84 Use eth0 to determine host ip address 13 years ago
sleepsonthefloor 08c999d598 Merge pull request #167 from cloudbuilders/trunk-fixes
make some changes prepping for trunk branch
13 years ago
sleepsonthefloor 2403e71736 Merge pull request #168 from cloudbuilders/uec-simple
Uec simple
13 years ago
Jesse Andrews f0b41f3fb7 update for why we sleep 13 years ago
Vishvananda Ishaya 9812ffb998 clean up service token 13 years ago
Jesse Andrews c7f72ad890 should speed up by 20 seconds - sudo and no sleep 13 years ago
Jesse Andrews 5f4ae107ef chown should be to stack user, not root 13 years ago
Jesse Andrews ab6105ccf6 sleep half a second to allow bash to start in screen 13 years ago
Vishvananda Ishaya 5f03932626 make some changes prepping for trunk branch 13 years ago
Dean Troyer 2bbcd682aa Add SERVICE_TIMEOUT 13 years ago
Todd Willey b244ef34d5 Use $DEST for volume backing file. 13 years ago
Chmouel Boudjnah a81bbbda93 Merge pull request #157 from cloudbuilders/swift-config-location
change swift config location to SWIFT_DIR/config
13 years ago
Chmouel Boudjnah b2857e4df6 Only ask for swift_hash if swift is enabled. 13 years ago