updated README.md to document --allinone
This addresses https://bugzilla.redhat.com/show_bug.cgi?id=956078 by (a) explicitly documenting the --allinone option and (b) documenting the use of --answer-file when re-running packstack. Change-Id: I82ed9ea9f71d66294b6df025940d01b7adfc3f65
This commit is contained in:
parent
ab4d95ad10
commit
5378834600
19
README.md
19
README.md
@ -24,7 +24,22 @@ options have yet to be added.
|
||||
|
||||
$ sudo python setup.py install_puppet_modules
|
||||
|
||||
### Option 1 (using answer file)
|
||||
### Option 1 (all-in-one)
|
||||
|
||||
$ packstack --allinone
|
||||
|
||||
This will install all **OpenStack** services on a single host without
|
||||
prompting for any configuration information. This will generate an
|
||||
"answers" file (`packstack-answers-<date>-<time>.txt`) containing all
|
||||
the values used for the install.
|
||||
|
||||
If you need to re-run packstack, you must use the `--answer-file`
|
||||
option in order for packstack to use the correct values for passwords
|
||||
and other authentication credentials:
|
||||
|
||||
$ packstack --answer-file packstack-answers-<date>-<time>.txt
|
||||
|
||||
### Option 2 (using answer file)
|
||||
|
||||
$ packstack --gen-answer-file=ans.txt
|
||||
|
||||
@ -40,7 +55,7 @@ you'll need to use a icehouse repository for example for RHEL
|
||||
|
||||
$ packstack --answer-file=ans.txt
|
||||
|
||||
### Option 2 (prompts for configuration options)
|
||||
### Option 3 (prompts for configuration options)
|
||||
|
||||
$ packstack
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user