Commit Graph

14 Commits

Author SHA1 Message Date
Guilherme Steinmüller 1f61130240 Retire openstack-ansible-os_watcher
Change-Id: I0dfd5318a7b953618673eb4ffd17f89a1cf900c4
2019-04-24 16:51:54 -04:00
OpenStack Release Bot e15cec56c2 Update master for stable/stein
Add file to the reno documentation build to show release notes for
stable/stein.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/stein.

Change-Id: I9dc3fc12a7d0c02a60268700aa9c1eb8e3058f90
Sem-Ver: feature
2019-04-08 09:22:11 +00:00
OpenStack Release Bot 489aaff27e Update reno for stable/rocky
Change-Id: Iac976a8fa1b248a8e26713f2a4dab5d73306f98a
2018-08-10 16:48:49 +00:00
Andy Smith cbe8947272 Update to use oslo.messaging service for RPC and Notify
This introduces oslo.messaging variables that define the RPC and
Notify transports for the OpenStack services. These parameters replace
the rabbitmq values and are used to generate the messaging
transport_url for the service.

This patch:
* Add oslo.messaging variables for RPC and Notify to defaults
* Add transport_url generation to conf template
* Add oslo.messaging to tests inventory and update tests
* Update readme
* Install extra packages for optional drivers
* Add release note

Change-Id: Ie43bcf4c5a8414072f1917ab8b30a034a514c51b
2018-07-26 09:16:46 +00:00
Andreas Jaeger 26601a3fb4 Remove setting of version/release from releasenotes
Release notes are version independent, so remove version/release
values. We've found that projects now require the service package
to be installed in order to build release notes, and this is entirely
due to the current convention of pulling in the version information.

Release notes should not need installation in order to build, so this
unnecessary version setting needs to be removed.

This is needed for new release notes publishing, see
I56909152975f731a9d2c21b2825b972195e48ee8 and the discussion starting
at
http://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html
.

Change-Id: If153da05fb84dcf33f6f32dddb6c676653b03d26
2017-11-17 08:08:24 +01:00
Jesse Pretorius b52cc7af48 Initial OSA zuul v3 role jobs
This patch implements an initial set of jobs intended to match
the current job execution method. It does not intend to improve
how the jobs are executed - only to replicate what is currently
in openstack-infra/openstack-zuul-jobs and provide the platform
to iterate on.

Change-Id: I3b72774f0859c2453e2f9b219eefbebd4b631108
2017-10-17 20:50:58 +00:00
lidong 5e232d857d Fix a typo
Fix a typo in file :
releasenotes/notes/watcher-init-config-overrides-ffce7e419061c4da.yaml

Change-Id: I8e13cf67161d61cbe1f84289a529b7f714cacf62
2017-08-31 09:16:01 +08:00
ZhongShengping 7602400415 Fix openstackdocstheme settings
To use openstackdocstheme 1.11.0 properly, this patch fixes
some settings according to follow[0].

[0]https://docs.openstack.org/openstackdocstheme/latest/

Change-Id: I57f55f957f9f437a02a18f2da166a48c7f4a8061
2017-07-03 16:23:57 +08:00
ZhongShengping fabd1e964f Switch from oslosphinx to openstackdocstheme
As part of the docs migration work[0] for Pike we need to switch to use the
openstackdocstheme.

[0]https://review.openstack.org/#/c/472275/

Change-Id: I99ba8d553b63b62bdbd98e5eb0aa079e87d7fc6f
2017-06-26 11:40:11 +08:00
Jesse Pretorius 7cfbf9f424 Reduce init restart/kill times
The systemd unit 'TimeoutSec' value which controls the time
between sending a SIGTERM signal and a SIGKILL signal when
stopping or restarting the service has been reduced from 300
seconds to 120 seconds. This provides 2 minutes for long-lived
sessions to drain while preventing new ones from starting
before a restart or a stop.

The 'RestartSec' value which controls the time between the
service stop and start when restarting has been reduced from
150 seconds to 2 seconds to make the restart happen faster.

These values can be adjusted by using the *_init_config_overrides
variables which use the config_template task to change template
defaults.

Change-Id: I8b220ca95512dcaccce5524f51c044b16c09b1b4
2017-05-16 11:44:39 +00:00
Kevin Carter 539cc073ee Ensure the components are isolated from the system
This creates a specific slice which all OpenStack services will operate
from. By creating an independent slice these components will be governed
away from the system slice allowing us to better optimise resource
consumption.

See the following for more information on slices:

* https://www.freedesktop.org/software/systemd/man/systemd.slice.html

See for following for more information on resource controls:

* https://www.freedesktop.org/software/systemd/man/systemd.resource-control.html

Tools like ``systemd-cgtop`` and ``systemd-cgls`` will now give us
insight into specific processes, process groups, and resouce consumption
in ways that we've not had access to before. To enable some of this reporting
the accounting options have been added to the [Service] section of the unit
file.

Change-Id: I1edfb6bd1896f8c2b6f26c77ba02923e69fb2f37
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2017-03-30 15:07:48 +00:00
Cao Xuan Hoang 48fe4b2f5e Use https instead of http for git.openstack.org
Trivialfix

Change-Id: I2d515e089c79c28680c122de59b54c4cf1da133c
2017-02-06 17:17:19 +07:00
Andreas Jaeger 0f843464a6 Enable release notes translation
Releasenote translation publishing is being prepared. 'locale_dirs'
needs to be defined in conf.py to generate translated version of the
release notes.

Note that this repository might not get translated release notes - or
no translations at all - but we add the entry here nevertheless to
prepare for it.

Change-Id: I6615ddb83300b3db578c6ba45e6eb02888cc8937
2016-10-06 20:38:50 +02:00
Michael Gugino c62beb2372 Add scaffolding for OpenStack-CI tests
Change-Id: I760a5af77f6baccbc7ac87e001223b3f06233449
2016-08-24 10:38:52 -04:00