326 Commits (7a99a88399ca8cc93c0fded6956177cb57e46368)

Author SHA1 Message Date
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
Jesse Andrews 8cfd8b6cf2 apt-get needs sudo'd 13 years ago
Jesse Andrews c6d3042e06 attempt to get lxc working #23 13 years ago
Jesse Andrews 9b6741e7ec remove nixon & munin 13 years ago
Jesse Andrews fa418f66a8 fixes #39 - use openssl to generate passwd for mysql 13 years ago
Jesse Andrews 9f20f5140e set service token in keystone's paste config for nova 13 years ago
Jesse Andrews b96871e486 don't use the same keystone admin token for everything 13 years ago
Jesse Andrews 6e9fae0d27 fixing stack's passwdless sudo 13 years ago
Vishvananda Ishaya cd10164381 Make a stack user. Fixes #35 13 years ago
Vishvananda Ishaya c9e3fff73a autocreate a stack user if you are root instead of failing 13 years ago
termie 523c405f06 add elapsed time to script 13 years ago
termie 197d53d32e small docs updates about localrc 13 years ago
Jesse Andrews d462295368 make sure user isn't running as root 13 years ago
Anthony Young ba89a26e4f remove old comment 13 years ago
Anthony Young 0383b4a29e Merge remote-tracking branch 'origin/master' into nova-vncproxy-redux 13 years ago
Jesse Andrews 8f3e28cec1 use the current user instead of stack for dash 13 years ago
Anthony Young 527e341b74 changes to support the new nova-vnc wsproxy 13 years ago
Anthony Young 34acee3699 latest keystone configuration for python-novaclient and dash 13 years ago
Anthony Young 124b0c253d fix apache config to suck less - don't require chown www-data 13 years ago
Anthony Young e8fed48ead use /opt/stack instead of /opt 13 years ago
sleepsonthefloor 9563361cf4 Merge pull request #15 from cloudbuilders/stackrc
implement stackrc for variable configuration (esp repos)
13 years ago
Anthony Young d8c259af5a use stackrc.example, and prompt user before copying 13 years ago
Anthony Young 303233e2f5 tweaks to comments and cache organization 13 years ago
Anthony Young 2f14020756 implement stackrc for variable configuration (esp repos) 13 years ago
Jesse Andrews b5197e4011 allow network size to be set 13 years ago
Jesse Andrews 8ff5dbc27d allow specification of scheduler and take flat interface from environmnet 13 years ago
Jesse Andrews a72f7ad3f2 update network defaults 13 years ago
Anthony Young 36d2527790 more tweaks to get dash working 13 years ago
Anthony Young 853092855b temporary changes to get openstack diablo working with keystone 13 years ago
Anthony Young f33796e01f add python-virtualenv to deps, make keystone print to stdout 13 years ago
Dean Troyer 0d6de09552 Re-enable munin 13 years ago
root 40a37006f4 add IF EXISTS to DROP DATABASE statememnts,
make sure sudo is installed (prevents errors on miminal LXC installs),
13 years ago
Anthony Young c835762081 fix typo 13 years ago
Anthony Young a531b77267 fixes to glance configuration so that we aren't creating files outside of /opt 13 years ago
Anthony Young 9bf3d767ce put user in correct directory when using screen 13 years ago
Anthony Young b1bdd5e276 some cleanup of networking params 13 years ago
Anthony Young 09fde81cc4 sudo when killing dnsmasq 13 years ago
Anthony Young d02d7154ff add token to glance call 13 years ago
Anthony Young f12d3ab02c update glance to use keystone 13 years ago
Anthony Young d000b22d16 add checks to make sure that services are started 13 years ago
Anthony Young f96e59a033 Merge branch 'master' of github.com:cloudbuilders/devstack 13 years ago
Anthony Young 79799796f7 better check for kvm support 13 years ago
Jesse Andrews 5e2fc41cec tweak intro 13 years ago
Anthony Young a074800ca8 move nova-manage commands below the conf generation 13 years ago
Jake Dahn 25806832e2 Merge pull request #11 from jakedahn/master
This should fix munin
13 years ago
Jake Dahn 356812547d Fixing munin 13 years ago
Jesse Andrews a16e5e9c4d move screen creation closer to where used 13 years ago
Jesse Andrews d1879c5cfb default to kvm, but revert to qemu 13 years ago
Anthony Young 9b01ffb05e Merge branch 'master' of github.com:cloudbuilders/devstack 13 years ago
Anthony Young ec21d9371a Configure keystone catalog for multihost use 13 years ago
Jesse Andrews 1f71760110 use newgrp to launch nova-compute in a new context 13 years ago
Jesse Andrews e30432f625 attempt to fix group issue 13 years ago
Anthony Young 1c9f0afeb3 add multi_host option 13 years ago
Jesse Andrews eba18fbfa5 add note to fix the process of adding user to group 13 years ago
Jesse Andrews 74e965f0db more updates to how images are installed 13 years ago
Jesse Andrews 543d7d44e9 don't download images to /opt 13 years ago
Jesse Andrews d61db8597f clone to a directory owned by correct user 13 years ago
Jesse Andrews bf3868d889 use variable FILES instead of DEVSTACK 13 years ago
Jesse Andrews 4d28218954 move apts/pips to files directory 13 years ago
Anthony Young fa594eb978 fix path 13 years ago
Anthony Young 093eeb0dbb silent install 13 years ago
Anthony Young a9a32de4af Merge branch 'master' of github.com:cloudbuilders/devstack 13 years ago
Anthony Young a09ae2ff4b only install mysql-server and rabbitmq-server if needed 13 years ago
Jesse Andrews b0c8feec10 Merge branch 'master' of github.com:cloudbuilders/devstack 13 years ago
Jake Dahn 38fc665584 changing nixon repo to cloudbuilders 13 years ago
Jesse Andrews c4b3aabd30 more docs update 13 years ago
Jake Dahn a3492ed4a9 updating comments, adding fixmes 13 years ago
Jake Dahn 1f712795c9 Merge branch 'master' into nixon 13 years ago
Jesse Andrews 6edd17f7c1 update with sanity checks 13 years ago
Jake Dahn feb6582019 Merge branch 'master' into nixon 13 years ago
Jake Dahn 9337b339bf adding nixon 13 years ago
Jesse Andrews 7dd13d03f1 add note that we need to make sure people grab more than just stack.sh 13 years ago
Jesse Andrews 2485906042 update docs / moving mysql higher 13 years ago
Anthony Young e7335c26a4 warn non-natty users 13 years ago
Anthony Young 70dc5e0578 only run certain code if th respective service has been enabled 13 years ago
Jesse Andrews b683aa1bca Merge pull request #1 from dtroyer/master
Add munin to stack.sh
13 years ago
Anthony Young 52d019b1d2 remove dup flag 13 years ago
Anthony Young 377aae6f6c make glance host configurable 13 years ago
Anthony Young 10791a13fa update to allow remote mysql connections 13 years ago
Dean Troyer b9cd6d5618 Fix merge conflicts 13 years ago
Dean Troyer 925df4c295 Auto-detect current user 13 years ago
Anthony Young 320412b24f root user for mysql 13 years ago
Anthony Young 3859f73760 pre-cache git repos, add mysql perms 13 years ago
Anthony Young 927a656ac2 more work on multi-lxc 13 years ago
Anthony Young 80638e545f progress on multi-host lxc 13 years ago
Anthony Young 1c36464615 allow role configuration for multi-host lxc 13 years ago
Anthony Young fdaf21a5e6 configurable mysql user 13 years ago
Anthony Young a841644e98 progress on multi-host stack.sh 13 years ago
Anthony Young c6da0833a9 remove xtra space 13 years ago
Anthony Young af9de3d56a xtra $ 13 years ago
Anthony Young 79918c54fa configure mysql password for keystone and glance 13 years ago
Anthony Young 963d2eb1c6 update usage comment 13 years ago
Anthony Young 5d4843cfeb add some sudo's to dashboard setup, so that the script can handle consecutive runs of stack.sh without hitting permisisons issues 13 years ago
Anthony Young b6838a1cec make glance use mysql 13 years ago
Anthony Young 4da6686507 fix typo in 000-default config 13 years ago
Anthony Young 76d5dc7765 comments, and fix the sed expression for 000-default 13 years ago
Jesse Andrews e8d9cd8b09 separate out keystone config 13 years ago
Dean Troyer 0017c8f9d5 Add munin to stack 13 years ago
Jesse Andrews dfcd200348 update docs 13 years ago
Anthony Young 3a0931273b make keystone use mysql 13 years ago
Anthony Young 292e46d001 fix service enablement 13 years ago
Dean Troyer 2a15a7c40a Minor fixes 13 years ago
Anthony Young 2135cf87c2 back out service selection 13 years ago
Anthony Young 17969713a5 missing semi-colon 13 years ago
Anthony Young 9c261ef938 simplifications - remove CLEAN option, remove unneccesary lxc code 13 years ago
Anthony Young 1003952b16 comment tweaks, provide CLEAN option to stack.sh 13 years ago
Anthony Young bdbe6d98db allow for enabling/disabling of services. separate source dir from opt in lxc 13 years ago
Anthony Young 8fbba9124b fix apache logging 13 years ago
Anthony Young 1f81db6909 make vnc work 13 years ago
Jesse Andrews d74257d0da more doc updates 13 years ago
Jesse Andrews 30f68e9658 start to use RST thanks to termie's port 13 years ago
Anthony Young 1bbd9e01df use pip cache directory 13 years ago
Jesse Andrews 4d6cb14acc running as a regular user works 13 years ago
Jesse Andrews 9053d6a0ea glance issues with sudo 13 years ago
Jesse Andrews 18d350da36 add a new user stack with sudoers privileges (start of using sudo again) 13 years ago
Jesse Andrews 834531c5bf don't explode if nova db doesn't exist and install a few more libraries during bootstrap 13 years ago
Jesse Andrews 1c1d1505c7 mysql-izing for nova 13 years ago
Jesse Andrews be395c1e9a more docs and fix path issue for image locations 13 years ago
Jesse Andrews 55508d62e7 make SQL_CONN an ENV, change order of screened items 13 years ago
Jesse Andrews 73e27b83e5 move keystone initialization into stack.sh 13 years ago
Jesse Andrews e49b8bd68d switch to using glance to upload images 13 years ago
Jesse Andrews 6163257a94 only clone if the directory doesn't exist already 13 years ago
Jesse Andrews 75a3765303 switch to single pass script 13 years ago
Jesse Andrews 2caf8fddff comments on how to improve 13 years ago
Jesse Andrews f110fd9816 update comments for more clarity 13 years ago
Jesse Andrews 6f3baafd71 update installer script 13 years ago
Jesse Andrews 8b564a8fb9 move apache config to a template 13 years ago
Jesse Andrews 1b17570c4c performance: use local disk if one exists labeled nova-instances 13 years ago
Jesse Andrews 3107deb2c5 a few more speed tweaks - try to pre-download tty.gz and don't git pull 13 years ago
Jesse Andrews 5f0982007f move screenrc from stack.sh 13 years ago
Jesse Andrews f2ef760caa don't filter \# pips as they mean something, also it seems just libvirt-bin is the issue 13 years ago
Jesse Andrews 2e8ade1d72 remove deprecated code 13 years ago
Jesse Andrews ba23cc730f project to speed up development on physical hardware 13 years ago