Currently, this puppet module uses this command for installing the Debian
archive keyring:
apt-get install -y openstack-backports-archive-keyring
It is in fact missing the --allow-unauthenticated option, which is
necessary since the package is not authenticated before it is installed.
Therefore, the command fails and ./all-in-one.sh just stops.
Change-Id: I396eefa6408656a36c8debb13bbab608b52e0d68
This patch fixes the URLs for the stretch-queens Debian repo.
First, it uses the now standardized scheme for the backport
URL: http://<debian-release>-<openstack-release>.debian.net/debian,
maintained by the Debian OpenStack team.
Then it uses $::lsbdistcodename everywhere, to be able to work
with all Debian releases.
Finally, this patch fixes unit tests to work with stretch and queens
as default.
Change-Id: I96af5021c51d6db9946197f8bc187a386ae04f25
Co-Authored-By: Alex Schultz <aschultz@redhat.com>
OSC does not use service-specific environment variables for choosing
endpoints. It requires a common OS_INTERFACE variable that is used for
--os-interface.
OS_ENDPOINT_TYPE is the analog for older service-specific clients and is
used for --os-endpoint-type.
Change-Id: I5dd8de00e72631d578cf7e0b7028705a5cda1ddb
Zuul no longer requires the project-name for in-repo configuration.
Omitting it makes forking or renaming projects easier.
Change-Id: I722be35a23c2cd35f700a05fb55eedd0c6a1857e
As we are using the upper constraints when running the release
notes task using tox, we do not need to set a specific version
and we can rely on whatever is configured in upper constraints.
Change-Id: Ibcfa0e6ca3a174c817528a72167631af7ad05a51
Co-Authored-By: Mohammed Naser <mnaser@vexxhost.com>
We need Puppet package deployed from bindep so we can
run puppet module build with the new zuul v3 job.
Change-Id: Id16b50fa67af263a3f829ea5667a1c8eb96e0172
Prepare the metadata configuration for the first Queens milestone.
Depends-On: Id68ee1b443a4172d0c1d6d58a04908c52a566623
Change-Id: I6e83138e9fe9a58791f43357e2f4bc000f408098
Some services like Gnocchi can not get proper endpoint from
Keystone service.
Exporting variable: OS_AUTH_TYPE with value 'password'
will fix the problem.
Change-Id: I96aa50f152297dd406c505de1305fe6c796e7f96
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: I5fbd8f780674d0a028e3b78d57689e7f45aff515
After releasing Pike M3, we need to bump the metadata version
information for the next release with a -dev.
Change-Id: Ie3c232ee9d571475e8ef77f65905dd7eac579a8e
2017-07-20 14:39:54.305432 | manifests/pacemaker/service.pp:207:WARNING: arrow should be on the right operand's line
2017-07-20 14:39:54.305595 | manifests/repo/debian/debian.pp:54:WARNING: arrow should be on the right operand's line
Change-Id: Ia70ad9caa46221ab68edbba32d001dd4c08e6e6f
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: I810f268def6cc0f831ed1795632f8c3453e9813d
Pin reno version to reno!=2.0.0,!=2.3.1,>=1.8.0
Pin sphinx version to sphinx!=1.6.1,>=1.5.1
reno=2.3.1 and sphinx=1.6.1 break releasenotes and doc tests.
Change-Id: If2145428d9226fda5cddf3578fea98d25c6c0ea3
We're coming up on the Pike M2 release and we need to prepare the
metadata.json and reno configuration for the release.
Change-Id: I01506d36b535bff1a3ea64ed06a88a662c28df73
Update the tox configuration to pull in the openstack
upper-constraints.txt when running releasenotes. This will
fix the releasenotes job that is currently failing due to
a new version of sphinx. Additionally this change includes
updates from puppet-modulesync-configs.
Change-Id: I76389a64426f0461ebcdb0db8f1d126216837218
Depends-On: I0aafadfc3f9bc4b0643ba82d1d8cde52bd518b58