362 Commits

Author SHA1 Message Date
John L. Villalovos
64edfd47ca Correct spelling for 'lose' from 'loose'
We can 'lose' networking configuration, not 'loose' it.

Change-Id: I538270c05da6fce63340cc75ec53c3834efcecfe
2017-08-17 13:21:25 -07:00
OpenStack Proposal Bot
cdfcff511f Updated from generate-devstack-plugins-list
Change-Id: I38170528cf78a89b71a616a4d9c6179c4e3f49c5
2017-08-16 08:06:13 +00:00
OpenStack Proposal Bot
0ed3b62089 Updated from generate-devstack-plugins-list
Change-Id: Ibb3f6cd6aa01daf79413b2abfb5adb3d5f121321
2017-08-11 08:26:44 +00:00
Jenkins
f7c250128b Merge "doc: Switch from oslosphinx to openstackdocstheme" 2017-07-31 14:34:01 +00:00
Jenkins
8c3720e589 Merge "Add instructions for discovering hosts in the multinode guide" 2017-07-28 00:00:07 +00:00
OpenStack Proposal Bot
97430cd9e0 Updated from generate-devstack-plugins-list
Change-Id: I4e47d524df32d3d41cc00c608edc6c9c588726b5
2017-07-27 08:21:35 +00:00
OpenStack Proposal Bot
2f09dcfc98 Updated from generate-devstack-plugins-list
Change-Id: Ic5ccbd05b9be0739b486d0b816b94eaa5d8f355f
2017-07-26 08:12:17 +00:00
Matt Riedemann
c63ecadb08 Add instructions for discovering hosts in the multinode guide
When doing a multi-node devstack deployment starting in Ocata
the child compute nodes must be discovered and mapped to the
single nova cell (cell1). In the upstream CI we do this discovery
in devstack-gate after the subnodes are stacked, but for anyone
doing this manually we need to provide some notes on what needs
to happen after child compute nodes are stacked for a multinode
environment.

Change-Id: I68418bcf28d86c60fe42537186d89458fa778bda
Closes-Bug: #1688397
2017-07-25 17:08:50 -04:00
Ian Wienand
d2fbcd275d doc: Switch from oslosphinx to openstackdocstheme
Per the manuals migration effort, switch to openstackdocstheme [1]

[1] https://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html

Change-Id: I0463f7d39bd72f1d27cfe3f6d5395608b9ed6b29
2017-07-24 10:34:22 +10:00
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
2017-07-22 09:12:59 +09:00
OpenStack Proposal Bot
580a506f25 Updated from generate-devstack-plugins-list
Change-Id: I6e040449252aae43f330d545d979b3bdba6f855a
2017-06-25 08:01:06 +00:00
Jenkins
b9f00f4539 Merge "docs: add "kvm on s390x" specific configuration in local.conf" 2017-06-19 13:25:03 +00:00
OpenStack Proposal Bot
41da1a9feb Updated from generate-devstack-plugins-list
Change-Id: Ida1d6d012e1e05f35ba45670436acd6f920c9575
2017-06-19 08:55:47 +00:00
OpenStack Proposal Bot
a40e036d80 Updated from generate-devstack-plugins-list
Change-Id: I5980980fe5071a781b5b95efd69f479359f8ee6e
2017-06-07 08:24:31 +00:00
Markus Zoeller
14728c7a51 docs: add "kvm on s390x" specific configuration in local.conf
The upstream CI runs exclusively on nodes with x86 architectures, but
OpenStack supports even more platforms. One of them is the KVM
on s390x (IBM z systems), which is supported since the *Kilo* release.
This change describes the additional settings in the ``local.conf`` file
to enable Devstack on that platform. This is useful for PoCs.

Change-Id: I943b552ca2e36210ac57f36c16db930eb5e58623
2017-05-30 13:53:36 +02:00
Nir Magnezi
ac2ae8c047 Remove nova cert from devstack
As a followup to I2c78a0c6599b92040146cf9f0042cff8fd2509c3, the nova
cert service should be removed from devstack.

Without this fix, stacking will fail is USE_SCREEN=True

Change-Id: I115580352fa380b896bae290f9a4efbfe4ff0dfd
2017-05-22 12:40:57 +03:00
Jenkins
6a62619cbc Merge "add a table of contents" 2017-05-18 14:28:18 +00:00
Eric Fried
8cd310d763 Restore log colors under devstack/systemd
One of the pending issues with the conversion to systemd was the loss of
log coloring.  It turns out that journalctl by default strips out
characters it considers "unprintable" - including the color codes
emitted by the old-style logging.  However, journalctl can be made to
print them by adding the `-a` flag.

This change makes devstack's log formatter conf settings include color
codes like the old screen-based setup used to

We also remove stackrc's setting of JOURNALCTL_F, whose usage was
removed via I6af6d1857effaf662a9d72bd394864934eacbe70.

Change-Id: I2401e267913a24d18dae355aa933072dbbdab1d8
2017-05-16 14:56:57 -05:00
Jenkins
ac042d4122 Merge "remove out of date heat references" 2017-05-16 15:15:34 +00:00
Doug Hellmann
84ce2f1c9b add a table of contents
Add a table of contents help readers find the information they need
without having to read all of the prose on every page. Remove the
site-map file, which doesn't appear to be linked anywhere.

Change-Id: Ib5761c9cfdd5a083df562413d727cb4ac7547c9e
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-05-16 10:47:09 -04:00
Jenkins
2b88b323c9 Merge "Fix systemctl option: removes --unit option in doc" 2017-05-07 17:03:50 +00:00
Ian Y. Choi
c2200bc880 Fix systemctl option: removes --unit option in doc
--unit option is for journalctl, not systemctl.
Just executing systemctl without "--unit=" works.

Change-Id: I9752561332e62ec6327b17b12d2d868892718041
2017-05-04 21:17:40 +02:00
Sean Dague
3336b4bed6 remove out of date heat references
This removes some remnant heat code and references now that heat is
running in a plugin. Before merging this patch the heat team should
verify they got everything they needed into their heat plugin, as
there were more parts left than I was expecting.

Change-Id: I477e3a6e75591aa8ff836c28f7ef56aa1b5f8727
2017-05-03 08:23:29 -04:00
Sean Dague
2686b36c32 Correct various inaccuracies in overview.rst
This still was referencing nova-network

Change-Id: Id584d3fd26482330f42319aee4cb36981066db55
2017-05-02 09:26:28 -04:00
Sean Dague
8b8441f3be Default developer use case to systemd
This moves the developer use case over to systemd, and updates all the
relevant docs to discuss the systemd workflow instead of screen. It
does so by defaulting USE_SCREEN=False, so will not impact people that
set it explicitly.

Change-Id: I6d664612bc2b850eb7f56852afbc841867223ab7
2017-05-02 06:44:22 -04:00
Jenkins
d4df865c07 Merge "Adding placement-client to compute node local.conf for multinode setup " 2017-04-19 12:52:15 +00:00
OpenStack Proposal Bot
09a08aacf4 Updated from generate-devstack-plugins-list
Change-Id: If6c07fd6b56d776a5548564b72e637f6bd3dfbfc
2017-04-19 09:24:43 +00:00
Prabhuraj Kamaraj
921da2654b Adding placement-client to compute node local.conf for multinode setup
Change-Id: Ie98f908d5a932da259ae13934af45d535fcffb82
Closes-Bug: #1682362
2017-04-18 05:12:52 +00:00
Cyril Roelandt
a48ffa8c58 Do not ask users to overwrite their /etc/sudoers file
Give instructions to add permissions for stack user without touching
main config.

Closes-Bug: #1680459
Closes-Bug: #1681418
Change-Id: Idd27e684e63c616466de28c07551729a1e091bdd
2017-04-12 10:58:25 +10:00
OpenStack Proposal Bot
87535a5b9f Updated from generate-devstack-plugins-list
Change-Id: I68d8812558e1f1f09ab5f30145ce5c0943cae7db
2017-04-03 08:24:23 +00:00
OpenStack Proposal Bot
50686fe244 Updated from generate-devstack-plugins-list
Change-Id: Id1313b029df86ea446b90ad086cc436702379dc9
2017-03-29 08:28:40 +00:00
Jenkins
aef56b516d Merge "Update devstack supported OS's on documentation" 2017-03-28 18:23:12 +00:00
Luz Cazares
2954e337e2 Update devstack supported OS's on documentation
Since Feb 25th devstack supported operating systems changed
due to Nova increasing its minimum required libvirt version.
Further details see: I6617283afd798af37e64913b7865cea3c8a62aba

This patch is to update versions on devstack documentation.

Change-Id: I12bb59b0903a728376ee9422213c2903b9138249
2017-03-27 16:01:48 +00:00
Jenkins
9f95d171a9 Merge "Delete unnecessary groupadd in multinode-lab" 2017-03-24 00:21:31 +00:00
Jenkins
c36b08248e Merge "Create /opt/stack and make it home directory" 2017-03-24 00:21:24 +00:00
David Rabel
530d90c9c2 Delete unnecessary groupadd in multinode-lab
Change-Id: I13c86a19c421d8ef102f35bcae63f6dc69317268
Closes-Bug: #1674897
2017-03-22 08:25:26 +01:00
David Rabel
fca0da5069 Create /opt/stack and make it home directory
single-machine.rst and index.rst

Before this, one had to create /opt/stack
manually and chown it to the stack user.
Now it is created when the user is created.

This is the same way the multi-node guide
handles it. A stack group is created too.

Change-Id: I5363d81c8fb38796f565cc6ebf6ab2dee2673989
Closes-Bug: #1673787
Closes-Bug: #1671409
2017-03-22 08:23:10 +01:00
Jenkins
8ae0a2ea3b Merge "FAQ: remove references to stable/kilo: use stable/ocata instead" 2017-03-17 15:49:40 +00:00
OpenStack Proposal Bot
dab52d7554 Updated from generate-devstack-plugins-list
Change-Id: I55dea8141046350f9cf06afb7edc957c35397b38
2017-03-16 07:51:22 +00:00
Jordan Pittier
99d5d1ce82 FAQ: remove references to stable/kilo: use stable/ocata instead
It's 2017, some of our newest OpenStack developers/users may not
even know what stable/kilo is/was.

Change-Id: I00f39cc80af7e1632293bf057d95040b6bfa48e0
2017-03-15 13:42:25 +01:00
Jenkins
b06229070e Merge "Update the enabled service on compute nodes" 2017-03-14 02:36:04 +00:00
OpenStack Proposal Bot
1be04a0769 Updated from generate-devstack-plugins-list
Change-Id: I95309e2857f0361b65dc6fbaf686aab94626c086
2017-03-10 08:05:05 +00:00
Dave Chen
9bc7708c80 Update the enabled service on compute nodes
Change the service from 'n-network' to 'q-agt' since
Nova network is not supported by default.

Change-Id: I085aac75d4c1b721498afa568c8ecfd5abc7b20c
2017-03-10 05:34:21 +08:00
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