499 Commits

Author SHA1 Message Date
OpenStack Proposal Bot
7f3248229b Updated from generate-devstack-plugins-list
Change-Id: I0648e5cd08bb88d5972726241da3d396ad1d0129
2018-01-26 06:19:49 +00:00
Zuul
66c893f25c Merge "Bump the Cinder LVM backing file size to 24Gb." 2018-01-25 19:26:49 +00:00
chengebj5238
789301240a URL changes are modified to be correct
Change-Id: Ied5ee7da0a37405f130f7cecff48919f16435952
2018-01-18 15:56:17 +08:00
Peter Penchev
6bcd8cad16 Bump the Cinder LVM backing file size to 24Gb.
This follows a change made to devstack-gate in commit 841ebc3 to allow
tempest to succeed even if it happens to run several volume tests in
parallel.  Right now it's possible for a tempest-full test (run without
devstack-gate) to fail with an "Insufficient free virtual space" error in
the cinder-scheduler log.

Suggested by: Clark Boylan <clark.boylan@gmail.com>
Closes-Bug: 1743597
Change-Id: I16ccb9976d1bc7c9f56a6a4d73e35042a5867ef9
2018-01-16 18:05:06 +02:00
OpenStack Proposal Bot
4eb998fd5a Updated from generate-devstack-plugins-list
Change-Id: I6b1214c9b080fbad43609548bf89be50c8191d87
2018-01-13 06:17:40 +00:00
Toshiaki Takahashi
b3ed561c7a Fix "Centos" to official notation "CentOS".
Change-Id: I2f76fe3a19cd2ebf004d0a7c14852f20f3dadd9e
2018-01-04 02:23:09 +09:00
OpenStack Proposal Bot
b040af4d85 Updated from generate-devstack-plugins-list
Change-Id: Ib7ed514446fbb39f87369fa941dfa87c28046942
2017-12-20 06:18:43 +00:00
Monty Taylor
4187d2fc4a
Add doc/requirements.txt file with doc requirements
The sphinx jobs need to find doc requirements in either
test-requiremnts.txt or doc/requirements.txt. Putting them directly in
to tox.ini, not so much.

Change-Id: I98a43b511a6949fa4f00c26eec224d24d6fa6588
2017-12-18 11:12:42 -06:00
Zuul
d37119e797 Merge "Allow plugins to express dependency info" 2017-12-07 11:00:29 +00:00
James E. Blair
c5853ac1af Allow plugins to express dependency info
Add a no-op function, "plugin_requires" to allow plugins to indicate
their dependencies on each other.  This will be used by the Devstack
Ansible module when writing local.conf files.

Also add define_plugin to allow plugins to indicate their canonical
names.

Change-Id: Ibd8c7222ed7dfb08d7ea821d871fc6f3b88de24b
2017-11-21 16:33:23 -08:00
OpenStack Proposal Bot
e340a7bfff Updated from generate-devstack-plugins-list
Change-Id: I884ae2ff23f8c23874e166dd7643b188f7450109
2017-11-16 06:17:45 +00:00
Zuul
29bc8e645c Merge "Add "sudo" before the journalctl command" 2017-11-02 03:38:13 +00:00
OpenStack Proposal Bot
a794b12cf2 Updated from generate-devstack-plugins-list
Change-Id: Ic6d3cdb0b1fcc674ab5adcbaf45fa5a80f10b10f
2017-11-01 06:34:13 +00:00
caowei
32ecccaeef Add "sudo" before the journalctl command
Change-Id: I41c396f704918e88168c9a9c6cc9e633e7a81437
2017-11-01 11:45:21 +08:00
OpenStack Proposal Bot
c0d9373e86 Updated from generate-devstack-plugins-list
Change-Id: I474294bdbb1052f8f99522415dd0c1d26d8a995b
2017-10-15 08:26:37 +00:00
Jenkins
39ec80222e Merge "Add a note about overriding the journalctl nowrap default" 2017-10-06 03:17:09 +00:00
Jens Harbott
59251693e7 Add a note about overriding the journalctl nowrap default
Hoping that this helps people who consider this as annoying as I do.

Change-Id: I45e71301efb8d9a17989b57232a142e786175c2a
2017-09-28 12:01:16 +00:00
Matt Riedemann
5085dc0fa5 doc: add journalctl example for grepping the logs
I had to dig around for awhile to figure this out, so
this adds an example on how to grep journalctl nova logs
for a server instance UUID.

Change-Id: I6a5c47fbcba3af1822e2f9efc2ac20ebe0387f3f
2017-09-25 19:17:31 +00:00
Matt Riedemann
66a14df49e doc: prefix journalctl examples with sudo
In a devstack environment you likely need to use sudo
to run the journalctl command, so this adds that to
the examples.

Change-Id: Ibe6b71285a3014e80e06a50130f18bfbdb4ff3ab
2017-09-22 20:51:38 -04:00
OpenStack Proposal Bot
df17927fe8 Updated from generate-devstack-plugins-list
Change-Id: I3012b07f87a1d9c432e1b97b7400fae693c9331a
2017-09-15 10:09:54 +00:00
Andreas Scheuring
941940a92c Add etcd3 support for s390x
Since [1] devstack is failing on s390x with "Distro not supported".
The reason for this is the missing etcd3 support. It worked before
[1] as we were able to disable etcd3 via local.conf. But as etcd3 is
a base service, we might not be able to rely on this workarond in
the future anymore.

As there is no etcd3 binary hosted on github like it is for other
architectures, the user needs to specify an alternative download
URL via local.conf. Otherwise devstack will exit with an appropriate
error message.

  ETCD_DOWNLOAD_URL=<custom-download-url>

[1] d8bb220606

Change-Id: I1c378a0456dcf2e94d79a02de9d3e16753d946d6
Partial-Bug: #1693192
2017-09-13 00:52:41 +02:00
Jenkins
91f62818c3 Merge "Update OS_AUTH_URL in Configuration.rst" 2017-09-10 18:31:13 +00:00
Jenkins
f524ef79be Merge "Correct spelling for 'lose' from 'loose'" 2017-09-10 18:28:46 +00:00
Jenkins
0f75c57ad6 Merge "doc: How to remote-pdb under systemd" 2017-09-08 02:24:21 +00:00
Jenkins
0ad8fc5be9 Merge "doc: How to pdb under systemd" 2017-09-07 22:17:52 +00:00
Eric Fried
16ab25c187 doc: How to remote-pdb under systemd
Add instructions for installing and enabling remote-pdb [1] under
systemd.

[1] https://pypi.python.org/pypi/remote-pdb

Thanks to clarkb for pointing me to this.  TIL.

Change-Id: I640ac36cfbcc5b199e911c0e3f6b18705c3fbbc4
2017-09-07 20:52:14 +00:00
Eric Fried
12fcd61930 doc: How to pdb under systemd
Add a section to the systemd doc describing how to use regular pdb in a
systemd environment.

Change-Id: Ib1f616f407eccc087de1c60624fa74e2555971c2
2017-09-07 13:36:00 -05:00
Sean Dague
a7f3272022 Fix up main readme
A few tweaks to make this more accurate.

Change-Id: I36ae24870be2ca6b5ac0e0507dd457b688739348
2017-09-07 11:16:48 -04:00
Jens Harbott
acb48a1a19 Update link to nova config reference
For devstack master branch we should point to the latest version and not
to some possibly outdated older branch.

Change-Id: I4af3aef90a2c295df3de4a5b49d127e85ab517ac
2017-09-06 10:55:39 +00:00
Jenkins
6500fa8251 Merge "Make reference to service-types-authority from plugins.rst" 2017-09-06 02:25:28 +00:00
OpenStack Proposal Bot
5f2ed3697c Updated from generate-devstack-plugins-list
Change-Id: Ifbb6d64834d6f3609c56c85163dc367d778ed21f
2017-09-04 08:48:08 +00:00
zhangbailin
c63d9331a7 Replace http with https for doc links in devstack's document
1) Update doc links according to OpenStack document migration
2) Use https instead of http for docs links

Change-Id: I81b560d1e4c5210dc00a6a6ac06c03bb1e69d595
2017-09-01 19:48:04 -07:00
OpenStack Proposal Bot
f96f675ddb Updated from generate-devstack-plugins-list
Change-Id: I0dae4374fcfc05ae883d782635954dbd8268accd
2017-08-30 09:27:06 +00:00
Le Hou
c09eaf8e40 Update OS_AUTH_URL in Configuration.rst
I am a new participant, and when I read the document I found that the command in the OS_AUTH_URL example is v2.0, so I want to update it.

Change-Id: I973adc303a3cb37ce377ca4e31d1d666cd41b358
2017-08-28 17:32:33 +08:00
OpenStack Proposal Bot
af9f71d693 Updated from generate-devstack-plugins-list
Change-Id: I4747e03aa29828cba364a5887fada0721c8da56e
2017-08-18 08:21:34 +00:00
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
Chris Dent
ebbbc0500c Make reference to service-types-authority from plugins.rst
We want people creating plugins (that add services) to be aware of the
service-types-authority (STA), so this change adds a Prerequisites
section and notes the existince of the STA there, and the need to apply
there to create a service-type.

Change-Id: I1aa48fe231aaa4499f8b4fe336abea668841b9af
2017-08-16 16:37:20 +01: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