Gitiles
Code Review
Sign In
spfactory.storpool.com
/
devstack
/
a7e2bfbf3f808e989b7a207f5c483772ca9f39ba
/
stack.sh
a7e2bfb
disable n-vol by default for now
by Anthony Young
· 14 years ago
b22263a
tweaks per jesse comments
by Anthony Young
· 14 years ago
acff87a
initial support for volumes
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
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
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
1f27360
redux of reclone
by Jesse Andrews
· 14 years ago
9122e7b
Set stack user's home dir to DEST
by Dean Troyer
· 14 years ago
59a285c
change variable to RESET_BRANCHES
by Jesse Andrews
· 14 years ago
64c2ba2
fixes anthony's comment about not working if you aren't switching branches
by Jesse Andrews
· 14 years ago
aa8bb24
rearrange order of setup.py develop as novaclient is needed by nova in essex
by Jesse Andrews
· 14 years ago
b1304f2
if RECLONE is set, reclone the directories
by Jesse Andrews
· 14 years ago
7a8989e
fix doc
by Anthony Young
· 14 years ago
120f486
allow multiple images
by Anthony Young
· 14 years ago
93947e5
improve docs
by Anthony Young
· 14 years ago
0ab1d46
Allow user to download and install arbitrary images
by Anthony Young
· 14 years ago
696b6a3
Merge remote-tracking branch 'origin/master' into image_config
by Anthony Young
· 14 years ago
f2b5f88
starting work to extract image configuration so it isn't hard coded
by Anthony Young
· 14 years ago
cf145b7
merge trunk, and also make sure localrc exists before running build_lxc.sh
by Anthony Young
· 14 years ago
f8dfba1
Merge remote-tracking branch 'origin/master' into password_prompt
by Anthony Young
· 14 years ago
2e536a3
add some docs
by Jesse Andrews
· 14 years ago
d5d5b68
Set sensible default for mysql client
by Chmouel Boudjnah
· 14 years ago
4bec581
add includedir entry to sudoers if its not there
by Scott Moser
· 14 years ago
55c9d3f
fix writing of 50_stack_sh in sudoers
by Scott Moser
· 14 years ago
df47967
fix STACK_DIR variable
by Scott Moser
· 14 years ago
102e440
fix bad usage of 'su'. instead use 'set -e'.
by Scott Moser
· 14 years ago
b4db225
No need to check localrc for password. Also use TOP_DIR as described by smoser.
by Anthony Young
· 14 years ago
f9da508
move setting variables and run-as-stack-user code
by Scott Moser
· 14 years ago
8ab1ade
instead of 'newgrp' and a pipe, use 'sg'
by Scott Moser
· 14 years ago
b94f4bf
move 'how to use cloud' info outside of xtrace
by Scott Moser
· 14 years ago
d67a18b
make sure apt-get update is run
by Scott Moser
· 14 years ago
0d2145a
some improvements to 'create stack user' path
by Scott Moser
· 14 years ago
7c48118
log output of stack.sh to logfile in current dir
by Scott Moser
· 14 years ago
c4e47ab
simplify script duration output
by Scott Moser
· 14 years ago
66b8bbc
update msg
by Anthony Young
· 14 years ago
6015c82
use hard path to localrc
by Anthony Young
· 14 years ago
7a549f4
Prompt users for passwords, and write those passwords to localrc
by Anthony Young
· 14 years ago
74c084c
Add option not to run bash after execing stack.sh
by James E. Blair
· 14 years ago
461bfdc
delete instances needs sudo
by Jesse Andrews
· 14 years ago
e430423
only mount cgroups if you haven't already
by Jesse Andrews
· 14 years ago
1c598da
call novnc with flagfile
by Anthony Young
· 14 years ago
f2aee71
use 10 bytes for dash password, as the UI truncates at 20 characters
by Anthony Young
· 14 years ago
06b7ad7
don't require uuidgen, as it isn't always in sparse natty installs
by Anthony Young
· 14 years ago
0031df0
spacing fixes
by Jesse Andrews
· 14 years ago
2abbdd4
fix comparisons
by Jesse Andrews
· 14 years ago
5372f43
update readmes
by Jesse Andrews
· 14 years ago
85d9be3
document images upload
by Jesse Andrews
· 14 years ago
08e8b74
add uec-natty
by Jesse Andrews
· 14 years ago
a5e5f2a
attempt to get the id from glance redux
by Jesse Andrews
· 14 years ago
2ff3f59
TODO: fix parsing of glance results
by Andy Smith
· 14 years ago
014e913
fix grabbing kernel/ramdisk
by Jesse Andrews
· 14 years ago
644b8e8
more documentation and attempt to fix glance add
by Jesse Andrews
· 14 years ago
cbe98d5
more documentation
by Jesse Andrews
· 14 years ago
782b991
update docs
by Jesse Andrews
· 14 years ago
0e7e897
simple docs
by Jesse Andrews
· 14 years ago
53ed387
don't use guest for rabbitmq password - fixes #41
by Jesse Andrews
· 14 years ago
89358af
don't use secrete as admin password - fixes #34
by Jesse Andrews
· 14 years ago
c315ebf
append to fstab correctly
by Jesse Andrews
· 14 years ago
8cfd8b6
apt-get needs sudo'd
by Jesse Andrews
· 14 years ago
c6d3042
attempt to get lxc working #23
by Jesse Andrews
· 14 years ago
9b6741e
remove nixon & munin
by Jesse Andrews
· 14 years ago
fa418f6
fixes #39 - use openssl to generate passwd for mysql
by Jesse Andrews
· 14 years ago
9f20f51
set service token in keystone's paste config for nova
by Jesse Andrews
· 14 years ago
b96871e
don't use the same keystone admin token for everything
by Jesse Andrews
· 14 years ago
6e9fae0
fixing stack's passwdless sudo
by Jesse Andrews
· 14 years ago
cd10164
Make a stack user. Fixes #35
by Vishvananda Ishaya
· 14 years ago
c9e3fff
autocreate a stack user if you are root instead of failing
by Vishvananda Ishaya
· 14 years ago
523c405
add elapsed time to script
by termie
· 14 years ago
197d53d
small docs updates about localrc
by termie
· 14 years ago
d462295
make sure user isn't running as root
by Jesse Andrews
· 14 years ago
ba89a26
remove old comment
by Anthony Young
· 14 years ago
0383b4a
Merge remote-tracking branch 'origin/master' into nova-vncproxy-redux
by Anthony Young
· 14 years ago
8f3e28c
use the current user instead of stack for dash
by Jesse Andrews
· 14 years ago
527e341
changes to support the new nova-vnc wsproxy
by Anthony Young
· 14 years ago
34acee3
latest keystone configuration for python-novaclient and dash
by Anthony Young
· 14 years ago
124b0c2
fix apache config to suck less - don't require chown www-data
by Anthony Young
· 14 years ago
e8fed48
use /opt/stack instead of /opt
by Anthony Young
· 14 years ago
9563361
Merge pull request #15 from cloudbuilders/stackrc
by sleepsonthefloor
· 14 years ago
d8c259a
use stackrc.example, and prompt user before copying
by Anthony Young
· 14 years ago
303233e
tweaks to comments and cache organization
by Anthony Young
· 14 years ago
2f14020
implement stackrc for variable configuration (esp repos)
by Anthony Young
· 14 years ago
b5197e4
allow network size to be set
by Jesse Andrews
· 14 years ago
8ff5dbc
allow specification of scheduler and take flat interface from environmnet
by Jesse Andrews
· 14 years ago
a72f7ad
update network defaults
by Jesse Andrews
· 14 years ago
36d2527
more tweaks to get dash working
by Anthony Young
· 14 years ago
8530928
temporary changes to get openstack diablo working with keystone
by Anthony Young
· 14 years ago
f33796e
add python-virtualenv to deps, make keystone print to stdout
by Anthony Young
· 14 years ago
0d6de09
Re-enable munin
by Dean Troyer
· 14 years ago
40a3700
add IF EXISTS to DROP DATABASE statememnts,
by root
· 14 years ago
c835762
fix typo
by Anthony Young
· 14 years ago
a531b77
fixes to glance configuration so that we aren't creating files outside of /opt
by Anthony Young
· 14 years ago
9bf3d76
put user in correct directory when using screen
by Anthony Young
· 14 years ago
b1bdd5e
some cleanup of networking params
by Anthony Young
· 14 years ago
09fde81
sudo when killing dnsmasq
by Anthony Young
· 14 years ago
d02d715
add token to glance call
by Anthony Young
· 14 years ago
Next »