Add file to the reno documentation build to show release notes for
stable/wallaby.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/wallaby.
Sem-Ver: feature
Change-Id: I37106cb013ca543a3631b54e4e0c2bc74339c617
Add file to the reno documentation build to show release notes for
stable/victoria.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/victoria.
Change-Id: I1ef79401ca20c68dd95c0d31ffd120bc5a5ded57
Sem-Ver: feature
The puropose of this element was to install osops-tools-monitoring-oschecks
package in overcloud images. This package is not supported in CentOS 8 so
this element can be removed.
Change-Id: I9ca6dc73f63ad20d047995b64376f941208c0859
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using
these versions will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems
Update Sphinx version as well.
Disable openstackdocs_auto_name to use 'project' variable as name.
Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.
openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.
See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html
Change-Id: I29bd46cb0d134f85ab6e8260339a943240a50568
Add file to the reno documentation build to show release notes for
stable/ussuri.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/ussuri.
Change-Id: I762599f4bda97444431638b83270f2e465d6b2a1
Sem-Ver: feature
Nova services are now running in the containers but we still have
libvirt packages installed on Overcloud systems. This change removes
libvirt packages that are not needed any more.
Depends-On: https://review.opendev.org/681092
Change-Id: I1220eda28cb8d21098c26aa548305004567e6e03
Closes-Bug: 1842932
Add file to the reno documentation build to show release notes for
stable/train.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/train.
Change-Id: Icdb286e7bd749877a3a8b85eb5a1403506878c98
Sem-Ver: feature
Some options are now automatically configured by the version 1.20:
- project
- html_last_updated_fmt
- latex_engine
- latex_elements
- version
- release.
Change-Id: I6e7c0b0ce266d359fc6db595b0201c43b3b40fc3
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: Ibd40ecf6c86d3c7c6c57fc20977988bafe6235e7
Sem-Ver: feature
We need to disable UseDNS in default sshd_config, which is something we
already do when deploying SSHD service in puppet/services/sshd.yaml but
the parameter is still enabled before Puppet has run, which causes
problems when Ansible has to execute remote tasks via ssh, it timeouts.
This patch adds an element that will allow us to override the default
openssh configuration and it'll disable UseDNS.
Change-Id: I2df6c45936ee88e0eb048998ae23c9334f295fdf
Related-Bug: #1774557
Leave the version fields blank, since the release notes document
applies to all versions.
That will avoid manual changes in the future like we did until now.
Change-Id: Ic5b7a7043fc9897626cf33487f589a610801b17c
This driver will be used for BGPVPN scenarios
Partially-Implements: blueprint bgpvpn-service-integration
Change-Id: I1e0227d8055f456043fe63c6a9cbd722d7bf84a7
Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
This puppet module is needed to configure Veritas HyperScale
Change-Id: Id188af5e2f7bf628a97a70b8f20bef28e42b372d
Signed-off-by: Dnyaneshwar Pawar <dnyaneshwar.pawar@veritas.com>
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: Iffe8047944add2d8f63cb8031a633c1fe8fff09c
networking-sfc has controller parts (neutron-server extension) and for
compute nodes with OVS, agent extension
Change-Id: I22669fb93e64b12aded3994f52421fedb1101388
Implements: blueprint networking-sfc-support
For DPDK deployments, the host machine has to be tuned for
better performance by isolating the CPUs. Tune-d's
cpu-partitioning profile takes care of isolating host processes
to the given set of CPUs only. Enabling the package in overcloud
image.
Implements: blueprint tuned-nfv-dpdk
Change-Id: Iba16092de850b6abfc1666b1dfa7b46d399820f2
truncate-nova-config was added as a workaround for the following
bug.
Duplicate sections in generated config
https://bugs.launchpad.net/oslo.config/+bug/1568820
This workaround is no longer needed, as the root causes are now
fixed in both nova and oslo-config.
This workaround is also unused, as it was recently changed and
accidentally installed in the wrong location (nested one level too
deep in configure.d, and maxdepth is 1 in dib-run-parts).
For example, compare configure.d/ in stable/newton vs master
(circa ocata), and note the path differences.
newton: http://paste.openstack.org/show/601802/
ocata: http://paste.openstack.org/show/601806/
newton: configure.d/40-truncate-nova-config
ocata: configure.d/40-truncate-nova-config/40-truncate-nova-config
But it was a happy accident because this workaround stripped the
comments from /etc/nova/nova.conf, but now they're back as of ocata.
Related-Bug: #1568820
Change-Id: Iddae03f2d66cf534908dad884af55e2ae7d18d4b
This puppet module is needed to manipulate systemd unit files and set
limits needed for MariaDB.
Partial-Bug: #1648181
Related-Bug: #1524809
Change-Id: I7ca7b5f7614971455cae2bf7c4bf8264b642b0dc
Signed-off-by: Tim Rozet <trozet@redhat.com>