Commit graph

713 commits

Author SHA1 Message Date
Jesse Andrews
f0a433086d diablo branch for noVNC 2011-10-24 10:41:49 -07:00
Jesse Andrews
82040df0da update build lxc/kvm variables to GUEST instead of CONTAINER 2011-10-22 20:56:23 -07:00
Jesse Andrews
ccc11c9d18 use CONTAINER_NAME instead of CONTAINER like build_kvm.sh 2011-10-22 20:52:29 -07:00
Jesse Andrews
ec1d0318ab libvirt.xml needs to be created in correct location 2011-10-21 19:22:55 -07:00
Jesse Andrews
9c85373163 typo - fixes issue #90 2011-10-21 19:05:40 -07:00
Jesse Andrews
f299dee29e Merge pull request #91 from cloudbuilders/dt-build_kvm
Fix concurrent build_kvm.sh runs
2011-10-21 13:02:01 -07:00
Dean Troyer
d03329106f Rename BASE_IMAGE_COPY to VM_IMAGE 2011-10-21 14:58:44 -05:00
Dean Troyer
ad57a3a8e8 Change hard-coded natty to DIST_NAME 2011-10-21 14:29:30 -05:00
Dean Troyer
e4f030fef1 Add CONTAINER_NAME to BASE_IMAGE_COPY value 2011-10-21 14:28:03 -05:00
Jesse Andrews
35a5349299 Merge pull request #89 from cloudbuilders/openrc
Add openrc to make it easier to use cli
2011-10-21 11:33:07 -07:00
Jesse Andrews
47d265b060 Merge pull request #63 from dtroyer/2-checkout-devstack
checkout devstack
2011-10-21 11:32:46 -07:00
Jesse Andrews
13050a8735 Merge pull request #85 from cloudbuilders/n-vol
initial support for volumes
2011-10-21 11:32:25 -07:00
Jesse Andrews
8063e6fe38 Merge pull request #83 from jeblair/master
Add bare-metal build scripts.
2011-10-21 10:24:59 -07:00
James E. Blair
698fc619b7 Merge remote-tracking branch 'cloudbuilders/master'
Conflicts:
	stack.sh
2011-10-21 12:07:23 -04:00
Anthony Young
a7e2bfbf3f disable n-vol by default for now 2011-10-20 15:30:25 -07:00
Jesse Andrews
6960eff979 parameterize ram/cores in build_kvm 2011-10-20 14:57:18 -07:00
Anthony Young
d81ed0316f allow overrides for all params 2011-10-20 13:09:39 -07:00
Anthony Young
6993746cac add some sleeps to help figure out mount error 2011-10-20 12:55:46 -07:00
Anthony Young
d781efd87b fix space 2011-10-20 12:36:09 -07:00
Anthony Young
babb2e075a re-order cleanup calls 2011-10-20 12:35:01 -07:00
Anthony Young
d4ddf3da2d Merge remote-tracking branch 'origin/master' into openrc
Conflicts:
	exercise.sh
2011-10-20 11:37:53 -07:00
Anthony Young
637475815b Merge remote-tracking branch 'origin/master' 2011-10-20 11:35:51 -07:00
Anthony Young
03c1fa6012 use CONTAINER_NAME, like lxc, and use default semi-unique mac addresses 2011-10-20 11:35:14 -07:00
Jesse Andrews
fb0510b435 Merge pull request #86 from smoser/localdev
work around LP: #878600, make apt-get more non-interactive
2011-10-20 11:22:12 -07:00
Anthony Young
b22263a604 tweaks per jesse comments 2011-10-20 10:26:30 -07:00
Anthony Young
6ab10d46a8 add an openrc file so that users can easily use the client 2011-10-20 10:24:50 -07:00
James E. Blair
7057ae991d Reduce timeouts to 60 seconds. 2011-10-20 12:23:50 -05:00
Scott Moser
ee1b495dc9 add non-interactive flags to apt.
This replaces 'apt-get' calls with 'apt_get' function that just
ensures that each call has flags to be non-interactive.  This prevents
potential prompts for conf file overwrites and such.
2011-10-20 13:13:12 -04:00
Scott Moser
199d76e253 redirect output of rabbitmq install (LP: #878600)
as documented in ubuntu bug bug 878600, starting the rabbitmq
daemon was keeping its output filehandle open, which caused the 'tee'
to never die, and an ssh connection to never close.
2011-10-20 13:13:12 -04:00
Anthony Young
acff87a202 initial support for volumes 2011-10-20 10:12:58 -07:00
Jesse Andrews
cfddc125be Merge pull request #84 from cloudbuilders/fixwhite
fix whitespace
2011-10-20 10:09:48 -07:00
Vishvananda Ishaya
9b3536714a fix whitespace 2011-10-20 10:08:20 -07:00
James E. Blair
92e81992c1 Add bare-metal build scripts.
Add ROOTSLEEP parameter to avoid 10 second sleep.

Add host argument to mysql password change command so that it
will still work if mysql is already installed and running
(otherwise, the my.cnf created immediately prior takes precedence).

Add timeouts when waiting for things to start so they aren't in
infinite loops.
2011-10-20 11:26:08 -05:00
sleepsonthefloor
148b13ac88 Merge pull request #82 from cloudbuilders/build_kvm
add build_kvm.sh
2011-10-19 20:41:49 -07:00
Anthony Young
3ee09ec209 now works with natty 2011-10-19 20:35:04 -07:00
Anthony Young
5086e71fcb point novnc at master, like trunk 2011-10-19 20:27:23 -07:00
Anthony Young
9c0fdd7ded parameterize nbd dev 2011-10-19 20:22:32 -07:00
Anthony Young
d51812d444 working build_kvm 2011-10-19 20:09:43 -07:00
Anthony Young
67243cebe1 Merge remote-tracking branch 'origin/build_kvm' into build_kvm 2011-10-19 17:26:07 -07:00
Anthony Young
728e944d0b Merge branch 'build_kvm', remote-tracking branch 'origin' into build_kvm 2011-10-19 17:19:15 -07:00
Jesse Andrews
0e0affddb6 Merge pull request #67 from dtroyer/7-stack-home
stack home dir
2011-10-19 15:59:19 -07:00
Jesse Andrews
f1a98143dc Merge branch 'master' of github.com:cloudbuilders/devstack 2011-10-19 15:38:17 -07:00
Jesse Andrews
a50a34619a standardize mysql/rabbit password/user settings 2011-10-19 15:38:10 -07:00
vishvananda
ee506ac918 Merge pull request #80 from cloudbuilders/no-sudo
No sudo chown
2011-10-19 15:14:56 -07:00
Jesse Andrews
df4df7a118 Merge pull request #77 from dtroyer/usb-syslinux
Fix handling of new USB devices
2011-10-19 14:42:18 -07:00
Jesse Andrews
fe95e0fee3 only chown if needed (fixes nfs issue) 2011-10-19 14:30:37 -07:00
Jesse Andrews
c8d9ce4ef4 vish points out that sudo isn't needed here since DEST is owned by user 2011-10-19 14:21:08 -07:00
Anthony Young
fa4b5eba20 more progress on build_kvm 2011-10-19 11:27:02 -07:00
vishvananda
3fc8571bba Merge pull request #79 from cloudbuilders/docs
update comments and added check for double mount bug
2011-10-19 10:40:01 -07:00
Jesse Andrews
aab7eae0b9 docs 2011-10-19 10:30:19 -07:00