25 Commits

Author SHA1 Message Date
e10087749e Update reno for stable/queens
Change-Id: I8718dba9110b7d9fd87ff953cc4b5ed68957ea44
2018-02-14 15:48:53 +00:00
Andreas Jaeger
a530bc1225 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: If8ba5b7cc6ad78cc8a6a8988439ed8d45136280a
2017-11-17 07:58:30 +01:00
Jesse Pretorius
c69d80c4eb 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: I9763a35b0177693bce2904f0c9a0f70408c5d4de
2017-10-17 20:31:31 +00:00
3ae3d936e7 Update reno for stable/pike
Change-Id: I9db118fb8e4115b42ca57b21400d0239b630831e
2017-08-23 05:56:48 +00:00
ZhongShengping
e19f7343c8 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: Ibe5c7ea2f4b545ecabfc94a4f0c3c83c9f98dc53
2017-07-03 16:16:48 +08:00
ZhongShengping
c30153de96 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: Ib7bdf44bc85e8a0bbcfebaae4db9cba365fc63cb
2017-06-27 13:27:31 +00:00
Jesse Pretorius
34cc4bcd7b Rename release note to unique hash
Change-Id: Id88acc28dc1e7b0f1bd5811d7d0362bac958a63b
2017-04-28 11:38:58 +01:00
Jesse Pretorius
5ce9c107ad 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: Id721b89bd37df91192f48743ea3c32a305022a9f
2017-04-26 13:06:51 +00:00
Andy McCrae
904be81e9a Rename reno to avoid conflict on integrated repo
Change-Id: Ifdb28ed5dc5709e62f96e16eda4ca453a85b7777
2017-04-11 12:07:43 +01:00
Jimmy McCrory
57e8a0eaaa 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: Id82169f2f500045e0ff7dc348748400a4b116fe0
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2017-03-28 21:18:39 -05:00
Ravi Gummadi
6772dd503d Cap the number of worker processes
Users can configure the number of worker processes. However when
it's not specified the calculated number of workers can get too
large on hosts with a large number of CPUs.

Change-Id: Ieb1afbd5c872cc4a991b51287b57404b8932fafa
2017-03-02 12:10:44 -05:00
Cao Xuan Hoang
a23c4379bf Use https instead of http for git.openstack.org
Trivialfix

Change-Id: Ieeaa60e79b9e3f77ca87ff53c90ad7b44670c4f0
2017-02-06 16:59:32 +07:00
46e3c764de Update reno for stable/ocata
Change-Id: I76ddba429ec37e5d87ac8003308a747ed8c05ffc
2017-02-03 18:58:27 +00:00
Flávio Ramalho
d3edce127d Adds support for the ironic-oneview drivers [+Docs].
This change adds support for the oneview drivers (agent, iscsi).

Note that changes on the ironic installation will occur only when
the oneview drivers are being used (agent_pxe_oneview or
iscsi_pxe_oneview are in the ironic_openstack_driver_list). This
means that this patch should not change anything on the the default
ironic installation (using agent_ipmitool driver).

Change-Id: I969df888c6a8b68e7a1a0643b46eee4b546ec13c
2017-01-27 15:44:24 -03:00
Andy McCrae
9f084a910c Add support for neutron network names for cleaning/provisioning
This patch adds the ability to specify a cleaning and provisioning
network for Ironic. If none are specified then Ironic continues to
function as it does now.

Ironic role will calculate the UUID of the neutron network assuming a
network name is provided.

Additionally, this is added to testing by configuring a network to add
with the network-name.

Change-Id: I9be6f351c0da292ac8b861d2168e73d1861e1603
2016-12-08 15:54:15 +00:00
Jesse Pretorius
47b5a171ca Simplify pip options/constraints mechanism
The current constraints generation for the
installation involves multiple tasks and multiple
variables.

Using multiple tasks extends the installation time
unnecessarily and the additional variables are
unnecessary.

This patch aims to simplify the mechanism and
hopes to speed it up a little.

Change-Id: Ie860ef9bc223621140205d465298c4009b86118a
2016-11-03 07:45:32 +00:00
Andreas Jaeger
a7e96f6189 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: Ib9c0bf013bc56a770c63ca49e280abd7c255539d
2016-10-06 20:37:05 +02:00
Major Hayden
e2684075c8 Update reno for stable/newton
Change-Id: I701c98c04fea0c653abcd33622466d8ce9b92b9c
2016-09-29 14:20:04 -05:00
Jesse Pretorius
581ce2053c Rename package lists (and related vars) appropriately
In order to make it easier to differentiate between the lists of
python packages, distribution packages, downloaded packages,
package pins and other similar variables the variable names are
being changed to ensure that they have a more explicit suffix
that defines the purpose and makes the naming more consistent.

This is to facilitate a lookup plugin which will be able to look
up all the package lists and present them as a consolidated piece
of data which may be used for artifact preparation.

Change-Id: I6f61216d318ea1adbcbf544066e9c71205fa5daf
2016-08-30 18:32:27 +01:00
Jesse Pretorius
2a28918663 Add ability to change apt/yum package state
The current method of installing the distribution packages required is
set in the tasks and cannot be changed by a deployer.

Currently the apt task always installs the latest package. This results
in unexpected binary changes when a deployer may simply be trying to
execute a configuration change.

This patch adds the ability for a deployer to change the desired state
so that the results are predictable.

Change-Id: I16a81da2b61cd69bafc59ac113fe546a748e8675
2016-08-02 14:37:27 +01:00
Jesse Pretorius
ad97caea63 Update sphinx configuration
This patch updates the sphinx configuration for docs and releasenotes
to make it easier to replicate across repositories and to comply with
pep8 testing without exceptions.

Change-Id: I2b46927a22150d2a0d21fdec73eb404114cbdb7e
2016-07-12 16:53:12 +01:00
Jimmy McCrory
e3004ccd15 Only install to virtual environment
Remove all tasks and variables related to toggling between installation
of ironic inside or outside of a Python virtual environment.
Installing within a venv is now the only supported deployment.

Additionally, a few changes have been made to make the creation of the
venv more resistant to interruptions during a run of the role.
* unarchiving a pre-built venv will now also occur when the venv
  directory is created, not only after being downloaded
* virtualenv-tools is run against both pre-built and non pre-built venvs
  to account for interruptions during or prior to unarchiving

Change-Id: I9df953f69eb86606ce8a6fe9f77e60c710549b8e
Implements: blueprint only-install-venvs
2016-07-08 05:49:42 -07:00
Andy McCrae
1e51088398 Add 16.04 support
Implements: blueprint support-ubuntu-1604
Change-Id: Ide4d2c5e7753aa56bd82f0de913217f0df8860b9
2016-06-02 14:39:39 +00:00
Jesse Pretorius
fa0234cf79 Remove Liberty releasenote index
Change-Id: Ice3ae789d3b1a270b5aa98ad0ffa45fc4a1ed640
2016-04-20 22:18:47 +01:00
Jesse Pretorius
f5f4621db2 Add reno scaffolding for release notes management
Change-Id: Idd59b182fcc81b79e5ccd6593351f773fbbd440a
2016-04-09 18:19:48 +00:00