Gitiles
Code Review
Sign In
spfactory.storpool.com
/
devstack
/
61be92420904629cfb08f79f9dc5fef402a4f53a
61be924
Final ramdisk must be a filesystem image
by Dean Troyer
· 14 years ago
a6466e0
Initial conversion to use UEC images
by Dean Troyer
· 14 years ago
a03b99d
Fix typos
by Dean Troyer
· 14 years ago
42940a4
Merge branch 'image'
by Dean Troyer
· 14 years ago
ecc5a90
Add check for version compatibility
by Dean Troyer
· 14 years ago
e753fdf
Add get_uec_image.sh
by Dean Troyer
· 14 years ago
c2b3cf7
switch back to https (to get around firewall issues)
by Jesse Andrews
· 14 years ago
d986caf
Merge pull request #99 from cloudbuilders/fix_nbd_connect
by Jesse Andrews
· 14 years ago
9d8e8cf
association seems to take a bit longer on multi host configs
by Anthony Young
· 14 years ago
70506b1
in multi mode, send gratuitous arp
by Anthony Young
· 14 years ago
216ad69
fix basename invocation
by Anthony Young
· 14 years ago
efb88d6
Merge pull request #95 from cloudbuilders/simplify
by sleepsonthefloor
· 14 years ago
6856536
Fix issue #98 - wait till nbd is connected using method in nova's disk.py
by Anthony Young
· 14 years ago
8ecd294
only attempt to ping private ip for single node deployments
by Anthony Young
· 14 years ago
e959d83
add deps for diablo volumes
by Anthony Young
· 14 years ago
381591a
raise error if stack.sh failed
by Jesse Andrews
· 14 years ago
ac1831e
simplify uec image url parsing
by Jesse Andrews
· 14 years ago
24997f6
Merge branch 'master' of github.com:cloudbuilders/devstack
by Jesse Andrews
· 14 years ago
87a73e8
only run apt-get install if needed - fixes multiple builds being kicked off at once
by Jesse Andrews
· 14 years ago
8e1e344
Merge pull request #93 from cloudbuilders/fix-ec2
by Jesse Andrews
· 14 years ago
f56e395
Make ec2 credentials work properly
by Vishvananda Ishaya
· 14 years ago
23867b7
Merge branch 'master' of github.com:cloudbuilders/devstack into dt-oneric
by Dean Troyer
· 14 years ago
fcfa9c3
Add oneiric to supported list
by Dean Troyer
· 14 years ago
38198d3
Merge pull request #92 from cloudbuilders/dt-oneric
by Dean Troyer
· 14 years ago
9af93e9
Add oneric to supported list
by Dean Troyer
· 14 years ago
e61f318
use HOST_IP as in stack.sh
by Jesse Andrews
· 14 years ago
f75d848
openrc should use same variables as stack.sh
by Jesse Andrews
· 14 years ago
f5ecd5b
Add comment about why the sleep is there
by Jesse Andrews
· 14 years ago
61e0a2e
don't explode if domain doesn't already exist in build_kvm.sh
by Jesse Andrews
· 14 years ago
b169b63
typo in setting root password
by Jesse Andrews
· 14 years ago
4b8ab92
errexit for build_kvm.sh
by Jesse Andrews
· 14 years ago
1369c05
can't unmount if cwd is in copy
by Jesse Andrews
· 14 years ago
6fc7101
documentation on exercise
by Jesse Andrews
· 14 years ago
540b988
change to git:// from https:// remotes
by Jesse Andrews
· 14 years ago
f1bfba2
document how to overwrite the debug settings
by Jesse Andrews
· 14 years ago
f0a4330
diablo branch for noVNC
by Jesse Andrews
· 14 years ago
82040df
update build lxc/kvm variables to GUEST instead of CONTAINER
by Jesse Andrews
· 14 years ago
ccc11c9
use CONTAINER_NAME instead of CONTAINER like build_kvm.sh
by Jesse Andrews
· 14 years ago
ec1d031
libvirt.xml needs to be created in correct location
by Jesse Andrews
· 14 years ago
9c85373
typo - fixes issue #90
by Jesse Andrews
· 14 years ago
f299dee
Merge pull request #91 from cloudbuilders/dt-build_kvm
by Jesse Andrews
· 14 years ago
d033291
Rename BASE_IMAGE_COPY to VM_IMAGE
by Dean Troyer
· 14 years ago
ad57a3a
Change hard-coded natty to DIST_NAME
by Dean Troyer
· 14 years ago
e4f030f
Add CONTAINER_NAME to BASE_IMAGE_COPY value
by Dean Troyer
· 14 years ago
35a5349
Merge pull request #89 from cloudbuilders/openrc
by Jesse Andrews
· 14 years ago
47d265b
Merge pull request #63 from dtroyer/2-checkout-devstack
by Jesse Andrews
· 14 years ago
13050a8
Merge pull request #85 from cloudbuilders/n-vol
by Jesse Andrews
· 14 years ago
8063e6f
Merge pull request #83 from jeblair/master
by Jesse Andrews
· 14 years ago
698fc61
Merge remote-tracking branch 'cloudbuilders/master'
by James E. Blair
· 14 years ago
a7e2bfb
disable n-vol by default for now
by Anthony Young
· 14 years ago
6960eff
parameterize ram/cores in build_kvm
by Jesse Andrews
· 14 years ago
d81ed03
allow overrides for all params
by Anthony Young
· 14 years ago
6993746
add some sleeps to help figure out mount error
by Anthony Young
· 14 years ago
d781efd
fix space
by Anthony Young
· 14 years ago
babb2e0
re-order cleanup calls
by Anthony Young
· 14 years ago
d4ddf3d
Merge remote-tracking branch 'origin/master' into openrc
by Anthony Young
· 14 years ago
6374758
Merge remote-tracking branch 'origin/master'
by Anthony Young
· 14 years ago
03c1fa6
use CONTAINER_NAME, like lxc, and use default semi-unique mac addresses
by Anthony Young
· 14 years ago
fb0510b
Merge pull request #86 from smoser/localdev
by Jesse Andrews
· 14 years ago
b22263a
tweaks per jesse comments
by Anthony Young
· 14 years ago
6ab10d4
add an openrc file so that users can easily use the client
by Anthony Young
· 14 years ago
7057ae9
Reduce timeouts to 60 seconds.
by James E. Blair
· 14 years ago
ee1b495
add non-interactive flags to apt.
by Scott Moser
· 14 years ago
199d76e
redirect output of rabbitmq install (LP: #878600)
by Scott Moser
· 14 years ago
acff87a
initial support for volumes
by Anthony Young
· 14 years ago
cfddc12
Merge pull request #84 from cloudbuilders/fixwhite
by Jesse Andrews
· 14 years ago
9b35367
fix whitespace
by Vishvananda Ishaya
· 14 years ago
92e8199
Add bare-metal build scripts.
by James E. Blair
· 14 years ago
148b13a
Merge pull request #82 from cloudbuilders/build_kvm
by sleepsonthefloor
· 14 years ago
3ee09ec
now works with natty
by Anthony Young
· 14 years ago
5086e71
point novnc at master, like trunk
by Anthony Young
· 14 years ago
9c0fdd7
parameterize nbd dev
by Anthony Young
· 14 years ago
d51812d
working build_kvm
by Anthony Young
· 14 years ago
67243ce
Merge remote-tracking branch 'origin/build_kvm' into build_kvm
by Anthony Young
· 14 years ago
728e944
Merge branch 'build_kvm', remote-tracking branch 'origin' into build_kvm
by Anthony Young
· 14 years ago
0e0affd
Merge pull request #67 from dtroyer/7-stack-home
by Jesse Andrews
· 14 years ago
f1a9814
Merge branch 'master' of github.com:cloudbuilders/devstack
by Jesse Andrews
· 14 years ago
a50a346
standardize mysql/rabbit password/user settings
by Jesse Andrews
· 14 years ago
ee506ac
Merge pull request #80 from cloudbuilders/no-sudo
by vishvananda
· 14 years ago
df4df7a
Merge pull request #77 from dtroyer/usb-syslinux
by Jesse Andrews
· 14 years ago
fe95e0f
only chown if needed (fixes nfs issue)
by Jesse Andrews
· 14 years ago
c8d9ce4
vish points out that sudo isn't needed here since DEST is owned by user
by Jesse Andrews
· 14 years ago
fa4b5eb
more progress on build_kvm
by Anthony Young
· 14 years ago
3fc8571
Merge pull request #79 from cloudbuilders/docs
by vishvananda
· 14 years ago
aab7eae
docs
by Jesse Andrews
· 14 years ago
51fb22e
update comments and added check for double mount bug
by Jesse Andrews
· 14 years ago
f6f5227
console log
by Anthony Young
· 14 years ago
f994c2a
remove extra image
by Anthony Young
· 14 years ago
1b7a42e
add build_kvm file
by Anthony Young
· 14 years ago
78bd0cb
initial commit of build_kvm.sh
by Anthony Young
· 14 years ago
fd709d8
use diablo vintage dashboard
by Anthony Young
· 14 years ago
314bc22
Fix another chroot/chown combo
by Dean Troyer
· 14 years ago
d642f86
Fix syslinux failure on new USB drive
by Dean Troyer
· 14 years ago
65d5c6a
Merge remote-tracking branch 'upstream/master' into rcb-master
by Dean Troyer
· 14 years ago
583bad0
minor tweaks - source stackrc/localrc for excercise.sh. Also, fix typo in build_lxc.sh
by Anthony Young
· 14 years ago
20a2cae
updates to exercise.sh to use some of the newer apis
by Anthony Young
· 14 years ago
028cad1
better pre-caching
by Anthony Young
· 14 years ago
1f27360
redux of reclone
by Jesse Andrews
· 14 years ago
b5da519
Always use current devstack in ramdisk
by Dean Troyer
· 14 years ago
9122e7b
Set stack user's home dir to DEST
by Dean Troyer
· 14 years ago
Next »