2d7ff93390ca3c0f47a8b37c5f4912de69ab5b2f
27 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
Jake Yip
|
5441b3df6e |
Use OS_CLOUD in sample local.sh
local.sh, if present, will be executed at the end of stack.sh. The sample file here is meant to be copied to devstack root if desired. Unfortunately, due to Change I86ffa9cd52454f1c1c72d29b3a0e0caa3e44b829 changing to use OS_CLOUD in stack.sh, sourcing openrc here will cause both OS_CLOUD and traditional OS_* env vars to be set, which causes a conflict. Change-Id: Id80b46acab7d600ad7394ab5bc1984304825a672 |
||
|
Zhou Yanbing
|
4423450eb3 |
modify the sample value of LOGDAYS
the value of LOGDAYS in samples/local.conf is 2, so change the value in the comment and the sample value in the document to be consistent with it. Change-Id: I5822bbf1d6ad347c67c886be1e3325113d079114 |
||
|
Bharat Kunwar
|
951e14d6dd |
Fix default security group in samples/local.sh
The script currently complains about multiple default security groups. This obtains the default and uses it when creating security group rules. Change-Id: I81e59eae5df79889ed1fb02d45af26e3a55aa0e9 |
||
|
Takashi NATSUME
|
fa0077707e |
Update URLs
Some URLs are broken, so fix them. The others are redirect to new URLs, so replace them with new ones. The config options of nova serial console proxy have been gathered in nova/conf/serial_console.py. So the description in doc/source/guides/nova.rst is fixed. Change-Id: Ifd81cc09969341fbf8f135a913fc6003b94e0acc |
||
|
Carlos Goncalves
|
bac2e4ddc2 |
Update local.sh sample file to use OSC
Besides updating to OSC CLI, this patch also fixes an argument name typo present before in 'nova keypair-add' (--pub_key should be --pub-key). Specifying $OS_PROJECT_NAME in case user is associated to multiple projects containing security groups with same name (e.g. 'default'). Change-Id: I776f6edfc4c6c798a39d3260827a18c695f05c87 |
||
|
venkatamahesh
|
d55513a07c |
Corrected the local.conf configuration file link
Change-Id: Id28a9f85ae5ba789f09269163c6e5b2c8c36a7c8 Closes-Bug: #1603848 |
||
|
Balagopal
|
7ed812c6cd |
Change "secrete" to "secret"
Apparently this is intentional as a joke on devstack leaking passwords, but the dual meaning of the word confuses people. Let's change it before we get yet another review fixing it. Change-Id: I3bee03612f6ea197362aab04a37f81043f77f235 |
||
|
Jenkins
|
1ca4b0f177 | Merge "bootstrap keystone using new bootstrap command" | ||
|
Davanum Srinivas
|
4a974e61c8 |
Remove Nova object store service
As of I8bf7cbaa7015bb61656ab90ccc8f944aaeebb095, Nova removed the n-obj service, so we should cleanup Change-Id: I7db3796a6448decb4ac5e66d980f487c7d1f394e |
||
|
Steve Martinelli
|
923be5f791 |
bootstrap keystone using new bootstrap command
Be gone ADMIN_TOKEN, long live keystone-manage bootstrap. This patch reworks the initial setup for keystone by using the new bootstrap command. After a minimal service catalog has been created, using this process, we simply authenticate as usual. implements bp: bootstrap Depends-On: I113c6934b6b83ceff23a94101967a6df1126873f Change-Id: Ia1475d461eab60b68c6a0356714b21c7f92e0194 |
||
|
vsaienko
|
be3e553556 |
Add discussion of LIBS_FROM_GIT
Add a pointer to installing clients via LIBS_FROM_GIT to local.conf sample. Mention in the git tree setup that the projects within are usually installed via released pip versions. Change-Id: I245094e51ea4a8ce983f6a1e48b6ab7ca5d309d0 |
||
|
Atsushi SAKAI
|
ec7f490a68 |
Remove 'enable_service tempest' from sample/local.conf
tempest is already defined in stackrc as default. Without this definition in local.conf, tempest is installed successfully. If it still needs "enable_service tempest" definition on local.conf, devstack itself has some problem. In my environment, tempest installation works without this definition on local.conf. Change-Id: I25cda0142538d21bb9656b471e65ca5b018e8378 |
||
|
Swapnil (coolsvap) Kulkarni
|
c988bf6fde |
Updated configuration and docs for MYSQL_PASSWORD
Updated MYSQL_PASSWORD to DATABASE_PASSWORD in sample configuration and existing docs Change-Id: Iafb295a0b7707e08a81e6528620db8543d40f7ae |
||
|
Brian Haley
|
180f5eb652 |
Add IPv6 support to devstack infrastructure
By default, most Openstack services are bound to 0.0.0.0 and service endpoints are registered as IPv4 addresses. With this change we introduce two new variables to control this behavior: SERVICE_IP_VERSION - can either be "4" or "6". When set to "4" (default if not set) devstack will operate as today - most services will open listen sockets on 0.0.0.0 and service endpoints will be registered using HOST_IP as the address. When set to "6" devstack services will open listen sockets on :: and service endpoints will be registered using HOST_IPV6 as the address. There is no support for "4+6", more work is required for that. HOST_IPV6 - if SERVICE_IP_VERSION=6 this must be an IPv6 address configured on the system. Some existing services, like the Openvswitch agent, will continue to use IPv4 addresses for things like tunnel endpoints. This is a current restriction in the code and can be updated at a later time. This change is just a first step to supporting IPv6-only control and data planes in devstack. This change is also partly based on two previous patches, https://review.openstack.org/#/c/140519/ and https://review.openstack.org/#/c/176898/ Change-Id: I5c0b775490ce54ab104fd5e89b20fb700212ae74 Co-Authored-By: Sean Collins <sean@coreitpro.com> Co-Authored-By: Baodong Li <baoli@cisco.com> Co-Authored-By: Sridhar Gaddam <sridhar.gaddam@enovance.com> Co-Authored-By: Adam Kacmarsky <adam.kacmarsky@hp.com> Co-Authored-By: Jeremy Alvis <jeremy.alvis@hp.com> |
||
|
Dean Troyer
|
dc97cb71e8 |
Mostly docs cleanups
Fix documentation build errors and RST formatting Change-Id: Id93153400c5b069dd9d772381558c7085f64c207 |
||
|
Jordan Pittier
|
1331a828da |
Add \n at the end of samples/local.conf
Currently if you `cat` the file, the bash prompt will be at a weird position. And if you programmaticaly add a new line to this file, the line will be, in fact, appended to the previous line. Change-Id: I19ba018d9a934f8fdc07cc9bec50a0105f2710f9 |
||
|
Baohua Yang
|
82450a5ebc |
Fix typo of setings to settings
The typo happens at the head part, and only one time occurs. Change-Id: Ic6d3d8e17447066fe5e8ab867b10516dc8f185cc |
||
|
Emily Hugenbruch
|
fb3ce0bd6b |
Adding tempest install to devstack
Stack.sh doesn't install tempest, but it would be useful if it did. Change-Id: I2eba3738342cb4835a992aa1152939a8dc2f74da |
||
|
Georges Dubus
|
5753eb8e26 |
Add SERVICE_TOKEN to the sample local.conf
I expect the sample local.conf file to contain all the required variables. However, after copying samples/local.conf, the stack.sh script still asks for SERVICE_TOKEN. This commit adds the SERVICE_TOKEN definition to local.conf so that a new user can just copy samples/local.conf, edit it, and have a running stack.sh without the mild annoyance of having more variables to set. Change-Id: Ifb163c7f67c80037d8b10458f2df458a20da4667 |
||
|
Dean Troyer
|
38e38fb16d |
Update samples
* Skip commands for services that are not started in local.sh * Rename localrc to local.conf Change-Id: Ida3a8cc836d56db94da4a133fbeb81c7f5fc5f26 |
||
|
Florent Flament
|
d5644f8b4f |
Updates samples/localrc comment
The SWIFT_DATA_DIR default value stated in the last comment of samples/localrc has been updated to match actual SWIFT_DATA_DIR default value ($DEST/data/swift instead of $DEST/swift/data). Addresses Bug: #1238665 Change-Id: I2510f72eb3eda467799202b356abb606930f4d94 |
||
|
Mark McClain
|
b05c876994 |
update for name change to Neutron
Note: Nova and Horizon are not updated until those projects have migrated. Change-Id: I256ef20e7caadd9c96e6dd908c5d8b69ca5c4aeb |
||
|
Joe Gordon
|
4640026cc1 |
Fix spelling mistakes
git ls-files | misspellings -f - Source: https://github.com/lyda/misspell-check Change-Id: I7d63578734ca5cc1ec865a7d024c1a013d1ada87 |
||
|
long-wang
|
8dac568ad1 |
add command for Add icmp tcp/22 to default security group
Change-Id: Ic4aa7a310638dc42d77a78a521344a6c1c804191 |
||
|
Dean Troyer
|
5547baa5bb |
Freshen samples
Tend the bit rot in the sample local.sh and localrc files. Change-Id: I58bc3929629d088ac1c3f1dc355c5bec2c6e6b98 |
||
|
Dean Troyer
|
05530caf2c |
Source functions before stackrc
The enable_service() and disable_service() functions in https://review.openstack.org/9407 require the functions file be sourced before stackrc. * exercise.sh * samples/local.sh (this will require manual addition to the user's local.sh if they based it on the sample) * tools/build_bm.sh Change-Id: I1bed687867e870bef5748289d712376435a776af |
||
|
Dean Troyer
|
f5633ddb7d |
Add local.sh support and samples of local.sh and locarc
Run $TOP_DIR/local.sh at the end of stack.sh if it exists and is executable. This allows the user to automatically perform local actions on every re-stack, such as creating custom flavors or specific tenants/users. Like localrc, this file is not distributed with DevStack so user modifications will be undisturbed. Add local.sh to .gitignore Examples of local.sh and localrc are in the samples/ directory. Change-Id: I0be6b4d80ce084981cac8a3a8f1dc9bc8c3bbd4e |