Commit Graph

2098 Commits

Author SHA1 Message Date
Jenkins da591bc543 Merge "Add step-by-step examples for Cells V2 setup" 2017-02-06 22:45:55 +00:00
Jenkins 9ae5b2306b Merge "Clarify the deployment of placement for cellsv1 users" 2017-02-06 16:40:06 +00:00
Jenkins 06e400384c Merge "Update the upgrades part of devref" 2017-02-06 15:56:12 +00:00
Dan Smith 4f86207285 Update the upgrades part of devref
This removes some references to "online schema migrations", as well
as some references to in-progress things that have been (long since)
completed. It also clarifies some of the upgrade steps, and unifies
the notion of "offline" and "live" upgrades, calling out only a couple
places where the process differs.

This came from me explaining the document to someone and calling out
things that were no longer accurate.

Change-Id: Iec1d73c3fd0038d9bca7e7fa746caad06c329ed3
2017-02-06 06:54:52 -08:00
Dan Smith 56d982851a Clarify the deployment of placement for cellsv1 users
Change-Id: I86818968b8d01c4b8297aa091d875d5df9eeb55c
2017-02-03 13:59:09 -08:00
melanie witt dd198d11f8 Add step-by-step examples for Cells V2 setup
This starts off with two examples: fresh install and minimal upgrade.

Change-Id: Id6a1fe694abc6069b6728434b5400f13f8f24c0e
2017-02-03 20:14:00 +00:00
Jenkins 6f3338612d Merge "Removes unnecessary utf-8 encoding" 2017-02-03 06:00:47 +00:00
Jenkins 60ec9cbf4b Merge "doc: add upgrade notes to the placement devref" 2017-02-02 16:45:11 +00:00
Matt Riedemann 21a04c859b doc: add upgrade notes to the placement devref
This just adds some more detailed docs for upgrading
to Ocata and notable things for the Placement service
and related components as part of that upgrade.

The Ocata release notes will have some of this
information too, but I think it's good to also have
a single place for some of this, like an install/upgrade
guide for Placement.

Change-Id: Id33b9c852bb36ae80a6f29ae33d963a78cbff193
Depends-On: Ie12acb76ec5affba536c3c45fbb6de35d64aea1b
2017-02-02 08:55:13 -05:00
Jenkins 5dad7eaef7 Merge "doc: update the man page entry for nova-manage db sync" 2017-02-02 09:52:37 +00:00
Jenkins 0a45b739e0 Merge "doc: refer to the cell_v2 man pages from the cells v2 doc" 2017-02-02 09:52:03 +00:00
Jenkins 1847c81440 Merge "doc: add some detail to the map_cell0 man page" 2017-02-02 09:48:25 +00:00
Jenkins 1d3ba1beda Merge "Fix tag attribute disappearing in 2.33 and 2.37" 2017-02-02 03:35:05 +00:00
Matt Riedemann a8aa093925 doc: update the man page entry for nova-manage db sync
The docs for this command were woefully out of date. This
change clarifies the wording since we're really upgrading
the schema in the database, not "synchronizing" it even
though that's the name of the command - the migration scripts
run the 'upgrade' method only. Also, it was saying this was
how you created the main database, which is totally wrong
since this command doesn't create the database. The deployer
creates the database, this command migrates the schema on that
database.

Then I also added the arguments along with a description of each
and noted that this will by default upgrade the cell0 schema.

Change-Id: I3d40cb32c325bc3f665e727b921082efba043192
2017-02-01 15:09:55 -05:00
Matt Riedemann a3563ed37e doc: refer to the cell_v2 man pages from the cells v2 doc
This is just a simple change that provides a references section
for setting up cells v2 and points to the nova-manage cell_v2
man pages.

Change-Id: I94d3de97f4ff2120e250ac40ac82c31372d90a2b
2017-02-01 15:09:50 -05:00
Matt Riedemann 9ca2a51ec4 doc: add some detail to the map_cell0 man page
There are two changes here:

1. Removes the mention of the message queue since the cell0
   mapping has a transport_url but it's effectively none meaning
   we don't use RPC for accessing cell0 objects.
2. Adds boilerplate wording on the config option used to determine
   the database connection if the --database_connection argument
   is not specified. This was particularly confusing at one point
   because it originally started out as the CONF.api_database.connection
   but we changed that mid-cycle in Ocata since the schema for cell0
   is the cell (nova) DB, not the nova_api DB.

Change-Id: Ie869f8565460600da767d99e9e397abc5e8bf0e0
2017-02-01 15:07:18 -05:00
Jenkins 63d2e4a4c9 Merge "Block starting compute unless placement conf is provided" 2017-01-31 20:43:44 +00:00
Jenkins 8c0b832dc4 Merge "ironic: Add trigger crash dump support to ironic driver" 2017-01-31 19:10:18 +00:00
Jenkins 380313b0d4 Merge "nova-manage docs: cell_v2 delete_cell" 2017-01-31 19:02:04 +00:00
Jenkins 233c390d7b Merge "nova-manage docs: cell_v2 list_cells" 2017-01-31 19:01:29 +00:00
Jenkins 61fb9c1957 Merge "nova-manage docs: cell_v2 discover_hosts" 2017-01-31 19:00:57 +00:00
Jenkins d273b6cecc Merge "nova-manage docs: cell_v2 create_cell" 2017-01-31 19:00:30 +00:00
Jenkins 55c669bda3 Merge "nova-manage docs: cell_v2 verify_instance" 2017-01-31 19:00:03 +00:00
Jenkins 6823e47f58 Merge "nova-manage docs: cell_v2 map_cell_and_hosts" 2017-01-31 18:59:35 +00:00
Diana Clarke dec7505935 nova-manage docs: cell_v2 delete_cell
Document the `nova-manage cell_v2 delete_cell` command.

This is part of a series to document the nova-manage cells
commands.

Change-Id: I280b87ad38feeaa68728f51c78b1c6a0dc895ca7
2017-01-30 20:49:05 -05:00
Diana Clarke 218d26c5bc nova-manage docs: cell_v2 list_cells
Document the `nova-manage cell_v2 list_cells` command.

This is part of a series to document the nova-manage cells
commands.

Change-Id: I0cd0c3d8c6cd0229a62b3eaf18679d4931c6e4eb
2017-01-30 20:49:05 -05:00
Diana Clarke fb7599db49 nova-manage docs: cell_v2 discover_hosts
Document the `nova-manage cell_v2 discover_hosts` command.

This is part of a series to document the nova-manage cells
commands.

Change-Id: I7ce9a93384741e42f409324cf0ee3cb1fc4c6a67
2017-01-30 20:49:05 -05:00
Diana Clarke 94687a9074 nova-manage docs: cell_v2 create_cell
Document the `nova-manage cell_v2 create_cell` command.

This is part of a series to document the nova-manage cells
commands.

Change-Id: Ic9ddef319aaf8a377d733633cc279a0fc1558cb2
2017-01-30 20:48:57 -05:00
Diana Clarke 4d5998f09a nova-manage docs: cell_v2 verify_instance
Document the `nova-manage cell_v2 verify_instance` command.

This is part of a series to document the nova-manage cells
commands.

Change-Id: Id243299bdf0f115e86200cee38634791ea359b2a
2017-01-30 20:48:57 -05:00
Diana Clarke 42b7df072a nova-manage docs: cell_v2 map_cell_and_hosts
Document the `nova-manage cell_v2 map_cell_and_hosts` command.

This is part of a series to document the nova-manage cells
commands.

Change-Id: I4ed1e77f100e9d90d6a1ebd5e20bdd1f1ff5ce6e
2017-01-30 20:48:50 -05:00
Artom Lifshitz e80e2511cf Fix tag attribute disappearing in 2.33 and 2.37
In the context of device tagging, bugs have caused the tag attribute
to disappear starting with version 2.33 for block_devices and starting
with version 2.37 for network interfaces. In other words, block
devices could only be tagged in 2.32 and network interfaces between
2.32 and 2.36 inclusively.

This patch documents this behaviour in api-ref and introduces
microversion 2.42, which re-adds the tag in all the right places.

Change-Id: Ia0869dc6f7f5bd347ccbd0930d1d668d37695a22
Closes-bug: 1658571
Implements: blueprint fix-tag-attribute-disappearing
2017-01-30 19:38:46 -05:00
Jenkins b3f54cbda8 Merge "Document testing process for zero downtime upgrade" 2017-01-28 02:18:09 +00:00
Jenkins 181f744aad Merge "nova-manage docs: cell_v2 map_instances" 2017-01-28 00:54:59 +00:00
Jenkins 0b93747bb4 Merge "nova-manage docs: cell_v2 map_cell0" 2017-01-28 00:54:12 +00:00
Sylvain Bauza d486315e0c Block starting compute unless placement conf is provided
We need to signal that the compute is Ocata and since the placement is now
mandatory for Ocata, we want to hard-fail if the conf is not correct.

Depends-On: I573149b9415da2a8bb3951a4c4ce71c4c3e48c6f
Change-Id: I3919f652040f2be2641420dd469af01b268e65c9
2017-01-27 16:35:09 -08:00
Jenkins 6e4d2bb637 Merge "nova-manage docs: cell_v2 simple_cell_setup" 2017-01-26 06:40:44 +00:00
xiexs b1556c2009 ironic: Add trigger crash dump support to ironic driver
This patch adds a new method "trigger_crash_dump" to Ironic virt
driver. Ironic supports this feature since Ironic API version 1.29.
It also requires python-ironicclient >= 1.11.0.

Change-Id: I33812abbff919e5e477334c3bc46309491d14b6a
Implements: blueprint inject-nmi-ironic
Co-Authored-By: Tang Chen <chen.tang@easystack.cn>
Co-Authored-By: xiexs <xiexs@cn.fujitsu.com>
Depends-On: Iac112b82bab9cdf8a383879f9424cb368df741d6
2017-01-26 04:27:25 +00:00
Jenkins 3ef7e7f0dd Merge "nova-manage docs: add cells commands prep" 2017-01-25 23:56:06 +00:00
Diana Clarke e5c41e5c4a nova-manage docs: cell_v2 map_instances
Document the `nova-manage cell_v2 map_instances` command.

This is part of a series to document the nova-manage cells
commands.

Change-Id: Ie7b8a3b54ca851485393e279d2355f57a097b4d2
2017-01-25 12:50:33 -05:00
Diana Clarke 30ea0f8651 nova-manage docs: cell_v2 map_cell0
Document the `nova-manage cell_v2 map_cell0` command.

This is part of a series to document the nova-manage cells
commands.

Change-Id: I088c959ee5e20e754c2bcfc4a3698db83abc570c
2017-01-25 12:23:18 -05:00
Diana Clarke 919bee6af5 nova-manage docs: cell_v2 simple_cell_setup
Document the `nova-manage cell_v2 simple_cell_setup` command.

This is part of a series to document the nova-manage cells
commands.

Change-Id: I236d47595b29dbfa18c2c26902301e764d086556
2017-01-25 12:23:09 -05:00
Jenkins 35a42c5b12 Merge "Fix and add some notes to the cells v2 first time setup doc" 2017-01-23 15:23:11 +00:00
Jenkins 5ba04f4335 Merge "Improve flavor sample in notification sample tests" 2017-01-23 15:03:31 +00:00
Matt Riedemann 5ba69008b6 Fix and add some notes to the cells v2 first time setup doc
There was a typo in here about the map_cell0 command creating
a db connection with a _nova suffix when it's actually a _cell0
suffix like in the example, nova_cell0.

This also adds a reminder to sync the API database schema before
running the commands and also gives a warning about being
specific when using map_cell0 and having the databases on different
hosts.

Depends-On: I541b072638b5d50985145391e76f610417fdcaa6

Change-Id: Ibf3355217bbd0139a020de352bb62ff7d973d27b
2017-01-23 11:49:07 +00:00
Jenkins 84ee056f51 Merge "Fix broken link of Doc" 2017-01-19 00:57:51 +00:00
Jenkins d6861ff5aa Merge "Remove nova-manage image from man pages" 2017-01-17 17:44:38 +00:00
Diana Clarke ce56fe45cc nova-manage docs: add cells commands prep
This is the first commit in a series to document the nova-manage cells
commands.

This scope of this first commit is limited to cleaning up the section
titles, and removing the hardcoded list of categories as it is prone to
becoming out of date (and is currently not up-to-date).

Change-Id: I59af436fca739de3d4d5033f7b5eb43a8dff287f
2017-01-17 10:32:59 -05:00
Dan Smith db79c53090 Add some cellsv2 setup docs
Change-Id: If0d4e435a5c687492d7d820031a3a0261e29d2ee
2017-01-16 17:03:10 -05:00
jichenjc b5790dd314 Fix broken link of Doc
TrivialFix

Change-Id: I668172a1e5346ec6089c37f77423347cad3ec3cb
Closes-Bug: 1656124
2017-01-16 14:30:41 +08:00
Matt Riedemann e88c0bbb79 Remove nova-manage image from man pages
There is no 'nova-manage image' subcommand so this removes
it's reference from the man pages.

Change-Id: Ia918006d58c8d7536c37187c37b8004c6f7d3aac
Closes-Bug: #1656686
2017-01-15 14:17:10 -05:00