Jesse Andrews
9fef844fd9
use git clean - thanks lundy
2011-10-24 19:06:46 -07:00
Jesse Andrews
480644bd74
error in conversion
2011-10-24 18:52:58 -07:00
Jesse Andrews
b9b3ad49a6
some of the files are owned by root
2011-10-24 18:52:13 -07:00
Jesse Andrews
917c66584f
use variable names for git_clone function
2011-10-24 18:47:06 -07:00
Jesse Andrews
eeec020628
another attempt at reclone which preserves existing git object dir
2011-10-24 18:42:11 -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
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
Anthony Young
b22263a604
tweaks per jesse comments
2011-10-20 10:26:30 -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
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
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
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
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
Jesse Andrews
51fb22efd1
update comments and added check for double mount bug
2011-10-19 09:24:34 -07:00
Jesse Andrews
1f27360089
redux of reclone
2011-10-17 13:20:40 -07:00
Dean Troyer
9122e7b173
Set stack user's home dir to DEST
2011-10-17 14:08:42 -05:00
Jesse Andrews
59a285cd86
change variable to RESET_BRANCHES
2011-10-17 10:39:28 -07:00
Jesse Andrews
64c2ba225a
fixes anthony's comment about not working if you aren't switching branches
2011-10-16 19:08:04 -07:00
Jesse Andrews
aa8bb244be
rearrange order of setup.py develop as novaclient is needed by nova in essex
2011-10-16 12:24:11 -07:00
Jesse Andrews
b1304f2d35
if RECLONE is set, reclone the directories
2011-10-16 12:18:50 -07:00
Anthony Young
7a8989e971
fix doc
2011-10-14 10:20:30 -07:00
Anthony Young
120f4860cd
allow multiple images
2011-10-14 09:31:09 -07:00
Anthony Young
93947e59be
improve docs
2011-10-13 23:07:56 -07:00
Anthony Young
0ab1d46e05
Allow user to download and install arbitrary images
2011-10-13 23:03:23 -07:00
Anthony Young
696b6a3aae
Merge remote-tracking branch 'origin/master' into image_config
2011-10-13 22:20:24 -07:00
Anthony Young
f2b5f8856f
starting work to extract image configuration so it isn't hard coded
2011-10-13 16:44:42 -07:00
Anthony Young
cf145b77e4
merge trunk, and also make sure localrc exists before running build_lxc.sh
2011-10-13 15:07:36 -07:00
Anthony Young
f8dfba1c73
Merge remote-tracking branch 'origin/master' into password_prompt
2011-10-13 11:45:07 -07:00
Jesse Andrews
2e536a3faf
add some docs
2011-10-13 11:40:16 -07:00
Chmouel Boudjnah
d5d5b680f8
Set sensible default for mysql client
...
Using $HOME/.my.cnf to make easier for user to connect to mysql client.
2011-10-13 18:45:42 +01:00
Scott Moser
4bec581e4e
add includedir entry to sudoers if its not there
2011-10-12 20:32:16 -04:00
Scott Moser
55c9d3f13d
fix writing of 50_stack_sh in sudoers
2011-10-12 20:19:46 -04:00
Scott Moser
df47967da4
fix STACK_DIR variable
2011-10-12 20:15:50 -04:00
Scott Moser
102e440e2b
fix bad usage of 'su'. instead use 'set -e'.
...
I had had tried to use -e argument to su, thinking that it would
go through to sh, but it does not. instead, just use 'set -e'
2011-10-12 20:00:34 -04:00
Anthony Young
b4db225494
No need to check localrc for password. Also use TOP_DIR as described by smoser.
2011-10-12 14:08:08 -07:00
Scott Moser
f9da508122
move setting variables and run-as-stack-user code
...
Change the over all flow so that the default settings are
filled in in the outside shell (not inside the '()' and 'tee').
This way, those variables pass through to the subshell, but they're
also available in the parent shell at the end for outputting status.
Also, exit failure rather than success if 'exec' to run as stack
user failed.
2011-10-12 08:52:09 -04:00
Scott Moser
8ab1ade42e
instead of 'newgrp' and a pipe, use 'sg'
...
sg and newgrp basically do the same thing, but sg takes a command to
execute rather than just executing sh. This just seems cleaner.
2011-10-12 08:52:09 -04:00
Scott Moser
b94f4bf35b
move 'how to use cloud' info outside of xtrace
...
make the successful run output end with more clear messages.
By moving them outside of the "do it all" path, the xtrace output
will not mix with echo statements.
2011-10-12 08:52:09 -04:00
Scott Moser
d67a18bb07
make sure apt-get update is run
...
Previously, the only path that would only ensure that 'apt-get update'
was run was when the stack user was created.
Archives can be out of date, apt-get should be run.
2011-10-12 08:52:09 -04:00
Scott Moser
0d2145a0f3
some improvements to 'create stack user' path
...
* Increase the timeout from 3 to 10, so user has a bigger chance
to kill the script if being run interactively before a 'stack'
user is created.
* explicitly ask 'getent' for the stack user rather than getting
all users and grepping (which would match an "openstack" user,
or a user named "bob.stack")
* use $PWD rather than `pwd`
* create file in sudoers.d rather than modifying /etc/sudoers.
2011-10-12 08:52:09 -04:00
Scott Moser
7c481189bd
log output of stack.sh to logfile in current dir
...
use the variable LOGFILE to log stack.sh output for debugging
2011-10-12 08:41:17 -04:00