Commit Graph

15 Commits

Author SHA1 Message Date
Guilherme Steinmüller c30e4a5a34 Retire openstack-ansible-os_zaqar
Change-Id: Id1b0aa720d293298ab48fae2e926e79fb7df4511
2019-04-17 23:43:21 +00:00
OpenStack Release Bot c9bfbf4906 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: Ia1de1f05707c19b5aeca582250466d01dd5fc936
Sem-Ver: feature
2019-04-08 09:22:22 +00:00
OpenStack Release Bot ded1adf12a Update reno for stable/rocky
Change-Id: I792912c50468897caa1c9121c5420a4194c416b2
2018-08-10 16:48:55 +00:00
Andreas Jaeger f87606d35d 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: Ia4b2519f81238b7fb314f6763f7f4c0aa8fb73be
2017-11-17 08:09:00 +01:00
Jesse Pretorius 9990de8551 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: I52b289966ad7a9d2a056e79b1decc218ee65b857
2017-10-17 20:57:20 +00:00
ZhongShengping 503bfd355e 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: Ie52889f146600d386c0c865c8440c34870cf83a4
2017-07-03 16:24:14 +08:00
ZhongShengping e00048e68c 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: I9527fda4f8549c71779f4951137ef2419ef8a475
2017-06-26 11:40:36 +08:00
ZhongShengping 1e3a4a4463 Deprecate auth_plugin option
Option "auth_plugin" is deprecated, use option "auth_type" instead.

Change-Id: Ibe125dc89b7c59daf83b950692319ec18457d3f2
Implements: blueprint deprecate-auth-plugin
2017-03-25 12:25:28 +08:00
gecong1973 e595724fe5 Use https instead of http for git.openstack.org
TrivialFix

Change-Id: Ib1bcb6ae5e2ef97579d39bceb93bf076c2492099
2017-02-06 11:39:31 +08:00
Andreas Jaeger 87d6932d5a 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: I49375cd83b1a95e8d88f122950e783eb3ac69870
2016-10-06 20:38:57 +02:00
Jesse Pretorius 65cd7cde31 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: I3e99a77fb53ba91367c6548523b9e0f3b910e469
2016-08-02 15:37:11 +01:00
Jesse Pretorius 6c04399170 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: I849d0aaaa45f0cc166648480ac0c9ab45caad35f
2016-07-12 16:54:32 +01:00
Anton Khaldin e3d63ab1ef Only install to virtual environment
Remove all tasks and variables related to toggling between installation
of zaqar 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: I4a67a53d3d685c1e2f937114352569c9f45a74a0
Implements: blueprint only-install-venvs
2016-07-08 02:10:49 -07:00
Jesse Pretorius b09671581c Remove Liberty/Mitaka releasenote indexes
Change-Id: Ib8c372039d0fea341d50b397d1fa3416af8f840f
2016-04-20 22:37:24 +01:00
Jesse Pretorius 4f3680b1b5 Add reno scaffolding for release notes management
Change-Id: I49ae5f843b317b0369d42f993e8a251f3da086dc
2016-04-09 19:21:37 +01:00