282 Commits (5f039326268cf452aa45c011b8ec4552fb49a578)

Author SHA1 Message Date
Brad Hall 1bfa3d53c1 Add Quantum support 13 years ago
Todd Willey 0a16145a93 Make running as root work. 13 years ago
Anthony Young 082cc3bec6 Merge remote-tracking branch 'origin/master' into xen 13 years ago
Jesse Andrews a2710c518a Merge remote-tracking branch 'origin/master' into pause 13 years ago
Jesse Andrews 7767d0b7ca Merge pull request #112 from cloudbuilders/better_floats
fix so that our first floating ip doesn't end in .0
13 years ago
Anthony Young 0e74ecb4ac fix so that our first floating ip doesn't end in .0 13 years ago
Vishvananda Ishaya 293c2ef633 turn on admin api to make pause work 13 years ago
Anthony Young ea1290a997 use better bridge names 13 years ago
Jesse Andrews 4d53b1ab11 Merge pull request #104 from jeblair/master
Add syslog option
13 years ago
Jesse Andrews 47bb211cad need to chmod 440 for sudoers file 13 years ago
Jesse Andrews 84a399b43d typo 13 years ago
Jesse Andrews 509992fe4c if you are running as a regular user add sudo priveledges 13 years ago
Jason Cannavale aca9a418e1 Restart apache after linking the default dash config. 13 years ago
Anthony Young cc5028ded1 Merge remote-tracking branch 'origin/master' into xen 13 years ago
Anthony Young b62b4ca292 Initial commit of xen devstack support 13 years ago
James E. Blair a0988480dd Merge branch 'master' into syslog 13 years ago
James E. Blair 5855a64434 Add syslog option, off by default.
Add syslog option to glance and nova.
13 years ago
Jesse Andrews 73e5a1a74f Merge pull request #94 from cloudbuilders/redo_clone
Redo clone
13 years ago
Jesse Andrews 6e34422884 Merge pull request #97 from cloudbuilders/fix_paste
don't modify the paste.ini inplace - copy to nova, then modify
13 years ago
Anthony Young 70506b1b74 in multi mode, send gratuitous arp 13 years ago
Anthony Young 216ad69435 fix basename invocation 13 years ago
Jesse Andrews 42dc9a7715 this is why we do a test run before merging 13 years ago
Jesse Andrews f70569e33d don't modify the paste.ini inplace - copy to nova, then modify 13 years ago
Jesse Andrews ac1831e074 simplify uec image url parsing 13 years ago
Jesse Andrews e09a6e4a82 update comment 13 years ago
Jesse Andrews 9fef844fd9 use git clean - thanks lundy 13 years ago
Jesse Andrews 480644bd74 error in conversion 13 years ago
Jesse Andrews b9b3ad49a6 some of the files are owned by root 13 years ago
Jesse Andrews 917c66584f use variable names for git_clone function 13 years ago
Jesse Andrews eeec020628 another attempt at reclone which preserves existing git object dir 13 years ago
Jesse Andrews 13050a8735 Merge pull request #85 from cloudbuilders/n-vol
initial support for volumes
13 years ago
James E. Blair 698fc619b7 Merge remote-tracking branch 'cloudbuilders/master'
Conflicts:
	stack.sh
13 years ago
Anthony Young a7e2bfbf3f disable n-vol by default for now 13 years ago
Anthony Young b22263a604 tweaks per jesse comments 13 years ago
James E. Blair 7057ae991d Reduce timeouts to 60 seconds. 13 years ago
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.
13 years ago
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.
13 years ago
Anthony Young acff87a202 initial support for volumes 13 years ago
Vishvananda Ishaya 9b3536714a fix whitespace 13 years ago
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.
13 years ago
Jesse Andrews 0e0affddb6 Merge pull request #67 from dtroyer/7-stack-home
stack home dir
13 years ago
Jesse Andrews f1a98143dc Merge branch 'master' of github.com:cloudbuilders/devstack 13 years ago
Jesse Andrews a50a34619a standardize mysql/rabbit password/user settings 13 years ago
Jesse Andrews fe95e0fee3 only chown if needed (fixes nfs issue) 13 years ago
Jesse Andrews c8d9ce4ef4 vish points out that sudo isn't needed here since DEST is owned by user 13 years ago
vishvananda 3fc8571bba Merge pull request #79 from cloudbuilders/docs
update comments and added check for double mount bug
13 years ago
Jesse Andrews aab7eae0b9 docs 13 years ago
Jesse Andrews 51fb22efd1 update comments and added check for double mount bug 13 years ago
Jesse Andrews 1f27360089 redux of reclone 13 years ago
Dean Troyer 9122e7b173 Set stack user's home dir to DEST 13 years ago
Jesse Andrews 59a285cd86 change variable to RESET_BRANCHES 13 years ago
Jesse Andrews 64c2ba225a fixes anthony's comment about not working if you aren't switching branches 13 years ago
Jesse Andrews aa8bb244be rearrange order of setup.py develop as novaclient is needed by nova in essex 13 years ago
Jesse Andrews b1304f2d35 if RECLONE is set, reclone the directories 13 years ago
Anthony Young 7a8989e971 fix doc 13 years ago
Anthony Young 120f4860cd allow multiple images 13 years ago
Anthony Young 93947e59be improve docs 13 years ago
Anthony Young 0ab1d46e05 Allow user to download and install arbitrary images 13 years ago
Anthony Young 696b6a3aae Merge remote-tracking branch 'origin/master' into image_config 13 years ago
Anthony Young f2b5f8856f starting work to extract image configuration so it isn't hard coded 13 years ago
Anthony Young cf145b77e4 merge trunk, and also make sure localrc exists before running build_lxc.sh 13 years ago
Anthony Young f8dfba1c73 Merge remote-tracking branch 'origin/master' into password_prompt 13 years ago
Jesse Andrews 2e536a3faf add some docs 13 years ago
Chmouel Boudjnah d5d5b680f8 Set sensible default for mysql client
Using $HOME/.my.cnf to make easier for user to connect to mysql client.
13 years ago
Scott Moser 4bec581e4e add includedir entry to sudoers if its not there 13 years ago
Scott Moser 55c9d3f13d fix writing of 50_stack_sh in sudoers 13 years ago
Scott Moser df47967da4 fix STACK_DIR variable 13 years ago
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'
13 years ago
Anthony Young b4db225494 No need to check localrc for password. Also use TOP_DIR as described by smoser. 13 years ago
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.
13 years ago
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.
13 years ago
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.
13 years ago
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.
13 years ago
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.
13 years ago
Scott Moser 7c481189bd log output of stack.sh to logfile in current dir
use the variable LOGFILE to log stack.sh output for debugging
13 years ago
Scott Moser c4e47ab858 simplify script duration output
Bash contains a variable 'SECONDS' that indicates how long
the current shell has been alive.  It seems sane to just use that
to indicate to the user how long the script took.
13 years ago
Anthony Young 66b8bbcbd8 update msg 13 years ago
Anthony Young 6015c82a2b use hard path to localrc 13 years ago
Anthony Young 7a549f40f5 Prompt users for passwords, and write those passwords to localrc 13 years ago
James E. Blair 74c084cd1c Add option not to run bash after execing stack.sh
If stack.sh is run as root, it execs stack.sh as stack, but also
runs bash after doing so to provide a prompt as the stack user.

In unattended installations this isn't desired as it will prevent
the original job from completing.

This change adds a paremeter "SHELL_AFTER_RUN" which can be set
to "no" to prevent the final invocation of bash.
13 years ago
Jesse Andrews 461bfdc89f delete instances needs sudo 13 years ago
Jesse Andrews e4304238c2 only mount cgroups if you haven't already 13 years ago
Anthony Young 1c598da608 call novnc with flagfile 13 years ago
Anthony Young f2aee71a2a use 10 bytes for dash password, as the UI truncates at 20 characters 13 years ago
Anthony Young 06b7ad7c05 don't require uuidgen, as it isn't always in sparse natty installs 13 years ago
Jesse Andrews 0031df019d spacing fixes 13 years ago
Jesse Andrews 2abbdd4751 fix comparisons 13 years ago
Jesse Andrews 5372f43387 update readmes 13 years ago
Jesse Andrews 85d9be3a79 document images upload 13 years ago
Jesse Andrews 08e8b74588 add uec-natty 13 years ago
Jesse Andrews a5e5f2a680 attempt to get the id from glance redux 13 years ago
Andy Smith 2ff3f59e5b TODO: fix parsing of glance results 13 years ago
Jesse Andrews 014e9130db fix grabbing kernel/ramdisk 13 years ago
Jesse Andrews 644b8e831c more documentation and attempt to fix glance add 13 years ago
Jesse Andrews cbe98d5663 more documentation 13 years ago
Jesse Andrews 782b99176c update docs 13 years ago
Jesse Andrews 0e7e897b48 simple docs 13 years ago
Jesse Andrews 53ed387de4 don't use guest for rabbitmq password - fixes #41 13 years ago
Jesse Andrews 89358afe35 don't use secrete as admin password - fixes #34 13 years ago
Jesse Andrews c315ebfde6 append to fstab correctly 13 years ago