319 Commits

Author SHA1 Message Date
OpenStack Proposal Bot
73a3e2decd Updated from generate-devstack-plugins-list
Change-Id: Iffde64ae167fa32a377d20a9628c17286f1bf958
2017-03-07 08:49:22 +00:00
Attila Fazekas
9ef346f59d Using sudo in the Quick start section
Adding sudo to the example commands in the quick start section.

Also adding '-' as su argument in order to use
the stack user's env (home).

Change-Id: I23ab38104d05c3f4c8d48b55e66cf19dc4e4f90d
2017-02-13 15:14:41 +01:00
OpenStack Proposal Bot
26e5a00957 Updated from generate-devstack-plugins-list
Change-Id: I4cf11a25b1d107cc5ab9664cae47a5a13f7a2450
2017-02-08 14:19:00 +00:00
OpenStack Proposal Bot
debc695ddf Updated from generate-devstack-plugins-list
Change-Id: Ia858ddf2e688903af2c76d532ddf7780bd591ef9
2017-02-01 07:27:18 +00:00
OpenStack Proposal Bot
dd07151366 Updated from generate-devstack-plugins-list
Change-Id: I65fd56546af13453274601ec2b923c5d03b8a8ab
2017-01-13 07:11:15 +00:00
Vincent Untz
09698d0e0e Fix typo in commands to enable nested KVM with kvm-amd
Change-Id: Ie3c6df2409385d9c6bbc50b3b1f8b20689478466
2017-01-06 11:25:46 +01:00
OpenStack Proposal Bot
ee3383f719 Updated from generate-devstack-plugins-list
Change-Id: I8ea9f059757ef9b40dc38b93a9ae8072c5be9e4c
2017-01-03 07:02:56 +00:00
OpenStack Proposal Bot
7cdefd4e08 Updated from generate-devstack-plugins-list
Change-Id: Ica922f54ffd53e81b3ec034c2ce9b91715304954
2016-12-20 07:02:50 +00:00
Jenkins
97b07a880f Merge "Updated from generate-devstack-plugins-list" 2016-12-12 00:55:21 +00:00
Jenkins
ed3893760a Merge "Fix doc formating" 2016-12-11 15:48:57 +00:00
OpenStack Proposal Bot
16fb9bddf2 Updated from generate-devstack-plugins-list
Change-Id: Ia08c86b2adff782b42a83509359c38d7d531e481
2016-12-09 06:53:39 +00:00
OpenStack Proposal Bot
8040232e05 Updated from generate-devstack-plugins-list
Change-Id: I857aea09db183a03393acdaa9bfcde8f24cec4f8
2016-12-08 06:54:23 +00:00
Vasyl Saienko
8e0fc9dc8e Fix doc formating
Fix formating issue in the doc/source/plugin.rst

Trivial fix.

Change-Id: Ifc9a43aebdab0c15c83485cf0b6d4133d7194a9d
2016-12-06 09:35:16 +02:00
OpenStack Proposal Bot
6b8a115b95 Updated from generate-devstack-plugins-list
Change-Id: I21c31b0778486971719f1281428c7a089f583656
2016-12-03 06:56:32 +00:00
Jenkins
84fb773178 Merge "Changed the order of steps in the devstack install document" 2016-11-29 14:41:34 +00:00
Jenkins
5fe43995c7 Merge "(doc) Fixed references to FIXED_RANGE_V6" 2016-11-28 19:32:44 +00:00
Jenkins
e8c9e72389 Merge "lib/lvm: don't use $VOLUME_GROUP variable anymore" 2016-11-28 19:30:45 +00:00
Sharat Sharma
89a855f784 Changed the order of steps in the devstack install document
The order of the steps were a bit confusing for the first timers
in the devstack document. So, changed the order of installation
steps to make it clear.

Change-Id: Ifaa051887dab95719b9ca5d1b2fbe2f5f549d269
Closes-Bug: #1627939
2016-11-28 16:33:48 +00:00
Peter Stachowski
0dab8d63b3 (doc) Fixed references to FIXED_RANGE_V6
In the 'Private Network Addressing' section of the doc,
there are references to FIXED_RANGE when referring to V6
networks.  These have been changed to FIXED_RANGE_V6.

Also fixed a few typos and grammatical errors when
giving the doc a quick read-through looking for more
references to FIXED_RANGE.

Change-Id: Iaa530c476ce2b36a3f616945ddd2e24fa599a16c
2016-11-24 22:10:54 +00:00
Jenkins
6771207a70 Merge "Improve Live Migration section in multinode-lab.rst" 2016-11-22 08:38:46 +00:00
Hidekazu Nakamura
541617b15e Improve Live Migration section in multinode-lab.rst
Added root user login check to ensure SSH keys exchanged.


Change-Id: I8513bc883ac273af8dcc2f61562a838d33b45a82
2016-11-21 15:42:14 +00:00
Jordan Pittier
f5069f35a1 lib/lvm: don't use $VOLUME_GROUP variable anymore
We should be using $VOLUME_GROUP_NAME instead since Icehouse.
$VOLUME_GROUP_NAME has been introduced in
I93b8ef32832269d730c76a6dc24ddb4f20c6d9df and $VOLUME_GROUP is nowadays
only use as a fallback to $VOLUME_GROUP_NAME.

As a code comment in lib/lvm says it we kept the $VOLUME_GROUP around as
"for compatibility with icehouse-generation Grenade". Icehouse is long
gone so now seems a good time to remove any usage of $VOLUME_GROUP.

Change-Id: Id3051b5a196c45266c39fde4f08401aaacf0f6bd
2016-11-17 17:05:49 +00:00
Kevin Benton
4bfbc291ee Derive IP ranges from new ADDRS_SAFE_TO_USE vars
The switch to using subnetpools caused quite a bit of confusion
because it didn't respect the value of FIXED_RANGE. This caused
conflicts in the gate with it's default IPv4 value of 10.0.0.0/8.

This patch does a few things to address the issue:
* It introduces the IPV4_ADDRS_SAFE_TO_USE and IPV6_ADDRS_SAFE_TO_USE
  values and adjusts all of the FIXED_RANGE and SUBNETPOOL_PREFIX values
  to dervive from them by default.
  * This addresses the concern that was raised about implying that
    SUBNETPOOL_PREFIX and FIXED_RANGE are equivalent when setting
    SUBNETPOOL_PREFIX=FIXED_RANGE by default. Now we have a new value
    for the operator specify a chunk of addresses that are safe to
    use for private networks without implementation implications.
  * Backwards compatibility is maintained by alloing users to override
    override all of these values.
* The default for IPV4_ADDRS_SAFE_TO_USE uses /22 instead of /24
  * Because we want to be able to use subnetpools for auto allocated
    topologies and we want to be able to have a large chunk of
    instances on each network, we needed a little more breathing room
    in the default v4 network size.
* SUBNET_POOL_SIZE_V4 default is changed from 24 to 26
  * In conjuction with this change and the one above, the default
    subnetpool will support up to 16 64-address allocations.
  * This should be enough to cover any regular gate scenarios.
  * If someone wants a bigger/smaller subnet, they can ask for that
    in the API request, change this value themselves, or use a different
    network entirely.
* FIXED_RANGE_V6 defaults to a max prefix of /64 from IPV6_ADDRS_SAFE_TO_USE
  * This avoids the private subnet in the non-subnetpool case from being
    larger than /64 to avoid issues identified in rfc 7421.
  * Users can still explicitly set this value to whatever they want.
    This 'max' behavior is only for the default.
  * This allows IPV6_ADDRS_SAFE_TO_USE to default to a /56, which leaves
    tons of room for v6 subnetpools.

Closes-Bug: #1629133
Change-Id: I7b32804d47bec743c0b13e434e6a7958728896ea
2016-11-16 05:26:03 +00:00
Jenkins
29d13df1a2 Merge "Adopt openstack client for neutron commands" 2016-11-15 15:34:51 +00:00
OpenStack Proposal Bot
7c0af1bfb8 Updated from generate-devstack-plugins-list
Change-Id: Ifce4376733d55452a1ce85df75a4203ac2f2aff9
2016-11-10 06:49:01 +00:00
OpenStack Proposal Bot
8c7cec52d0 Updated from generate-devstack-plugins-list
Change-Id: Id23209fa26e39d569b7e4b4e95d42e72fd92c32e
2016-11-04 11:31:22 +00:00
Armando Migliaccio
4f11ff30cf Adopt openstack client for neutron commands
The neutron client is going to be deprecated during the
Ocata timeframe, so it is time to start switching to the
openstack client to invoke networking commands.

use of neutron client in neutron-legacy has been left as is.

The command for setting the router gateway is left as follow up.

Change-Id: I0a63e03d7d4a08ad6c27f2729fc298322baab397
2016-11-03 10:37:58 -07:00
OpenStack Proposal Bot
ade65b813b Updated from generate-devstack-plugins-list
Change-Id: I1b357b2e668ff5ed56c5deb9d71709a7526e17ea
2016-11-01 06:46:36 +00:00
OpenStack Proposal Bot
94ab1a4aa8 Updated from generate-devstack-plugins-list
Change-Id: I15cdb23e00664efe637de5cbc7b5a1e8efa21d13
2016-10-19 08:16:16 +00:00
Jenkins
fab7a04de8 Merge "Neutron L3 subnetpool creation should be optional" 2016-10-11 19:45:27 +00:00
Clay Gerrard
148d0e6e08 Clarify default IP_VERSION in docs
The prior art on other options in the same document seemed to be
calling out the default in a pre-formatted block after describing the
possible values.

I believe the default value for the option was first changed [1], then
the docs were fixed [2], then the information was unintentionally
dropped from the docs [3].

1. Related-Change: If0e0b818355e4cb1338f7fa72af5e81e24361574
2. Related-Change: Ib6603b4f6ea0b4079f9a4ea46e723ecbb2ea371d
3. Related-Change: Iddd27cb54f1d9f062b9c47ff9ad6a2bef3650d6b

Change-Id: I662403db3b08a351a680587440ad1f15a6f8ee5d
2016-10-07 10:25:25 +11:00
Jenkins
0a088b1b36 Merge "Update OpenStackClient role list commands" 2016-10-06 05:19:37 +00:00
Mike Perez
c271b3ea1f Update OpenStackClient role list commands
This command is deprecated. The new command is role assignment list.

Change-Id: I8dba0be21d5af6751bea13d8ff29cd4b7589ab3e
2016-10-03 16:50:27 -07:00
rajinir
c58a15575d Neutron L3 subnetpool creation should be optional
Added an option to make subnetpools to be optional
as it ignores the public network specified in
FIXED_RANGE.

DocImpact
Change-Id: Ic89ceca76afda67da5545111972c3348011f294f
Closes-Bug: #1628267
2016-09-30 11:46:38 -05:00
OpenStack Proposal Bot
c12c12f663 Updated from generate-devstack-plugins-list
Change-Id: Id9ce2cbdad53665ca2f6b7e57cb2553cb89cd982
2016-09-30 06:57:24 +00:00
Hironori Shiina
aa7ec81fd7 Fix typo in documentation
This patch just removes a duplicate 'the'.

Change-Id: I3393a51d55ba8ec1639c2548781f8972f0d5c9d0
2016-09-28 20:21:57 +09:00
Jenkins
7febf95e5c Merge "Update doc to reflect neutron became devstack default" 2016-09-26 13:14:37 +00:00
OpenStack Proposal Bot
81d89cf358 Updated from generate-devstack-plugins-list
Change-Id: I20039918452f6aa430037ae986f7cd88bd220d76
2016-09-16 06:52:00 +00:00
OpenStack Proposal Bot
cb3a216c23 Updated from generate-devstack-plugins-list
Change-Id: Ib75ecf5c822f3778978177c793399afbd802bf70
2016-09-15 06:52:36 +00:00
OpenStack Proposal Bot
57d390c5d7 Updated from generate-devstack-plugins-list
Change-Id: I21fd2b3866efe66dd1f7173003c2521688aa7fd6
2016-09-14 06:59:40 +00:00
Ian Wienand
0385caa2ee Fix comment in plugin-registry header
Fix the comment to actually be a comment.  Regenerate page.

Although we've got a pretty cool system for generating this, I wonder
if anyone actually looks at it?  Maybe it's just helpful as a form of
SEO.

Change-Id: I15aaa983716f9ee897293c2954ca7ae561951372
2016-08-31 10:07:06 +10:00
Jan Stodt
7eb672d1a9 Update doc to reflect neutron became devstack default
Removing the explicit enablment of Neutron services, as with [1] they are configured as defaults in stackrc.

[1] https://review.openstack.org/#/c/350750/

Change-Id: Ic8910cd28fe37842f7d824e68bd2ea705e7e52de
2016-08-24 16:10:47 +02:00
Jenkins
e75b667e3f Merge "Fix doc formating issue" 2016-08-24 12:27:22 +00:00
OpenStack Proposal Bot
023ac21805 Updated from generate-devstack-plugins-list
Change-Id: I9379f01103bcb1ae7417c8bd14746aee9fb722ea
2016-08-17 08:11:12 +00:00
Sean Dague
bc883df1c2 add networking write up for devstack
This explains the current state of networking in devstack, and a
couple of scenarios that people might want to try out for local
testing.

Change-Id: I2be35f4345bf9306c981ef6f0186b48da7d06772
2016-08-12 07:21:59 -04:00
Sean Dague
bd6614a8e0 Add development page with devstack
It turns out we never really had a document on how to work with
devstack in the devstack docs. At one point this was just cultural
knowledge passed down, but with the size of our community, we can't
rely on that any more.

Change-Id: I28f896ea507ccbba5164ebfc5415d22207f52e98
2016-08-11 09:06:18 -04:00
Sean Dague
cea7ec8d4b update front page of devstack docs
The devstack docs have gotten a bit meandering so even the quick start
guide doesn't get you to a working setup without referencing other
pages. This attempts to pull this back in a bit.

Change-Id: I608331cbdae9cbe4f3e8bd3814415af0390a54d0
2016-08-05 14:04:23 -04:00
Vasyl Saienko
04d51e4943 Fix doc formating issue
Change-Id: I9aa8c1fd114e4f4329e06ac263f337ea566d8355
2016-08-05 13:48:23 +03:00
OpenStack Proposal Bot
7d89a79874 Updated from generate-devstack-plugins-list
Change-Id: I222ecc69427f1ddf4498f5af29664544efe43b46
2016-07-23 08:03:03 +00:00
OpenStack Proposal Bot
2381f33629 Updated from generate-devstack-plugins-list
Change-Id: Ieffddf42e1b5d77dea651208a18b3de320489745
2016-07-21 08:07:43 +00:00