Stackforge has been retired as a namespace. Any projects
remaining in the stackforge namespace are retired.
This patch makes them all read-only by deleted all acls in
gerrit/acls/stackforge and pointing all remaining projects at
the lone new acl file for stackforge retired.config, which is
set to read-only permissions.
Change-Id: I9336323f52006e7cf856e797a2013456c214fd73
When we set the stable branch policies for sahara we missed the extras
and image-elements repositories.
Change-Id: I49177e996cac37ed9e6b38a480548e1201403216
This is a new project to create a cookiecutter template repo for
use in creating tempest-plugin repos.
Change-Id: Ieb97af5837888ba4b0aab4d7dda37e7796f9f0f0
Depends-On: I5c7c7fc2ba274b651954c27b0acce3d6ebd0a57d
This commit adds a new repository which
will be used for common elements between
the App Catalog and the app-catalog-ui
Horizon plugin.
Change-Id: Ib111ecdccfdebe4578d7f5ae01c0fd7dae611b7b
This copies stable branch ACLs from ironic.config to
ironic-python-agent.config, in order to allow for stable maintenance.
It also removes the "refs/tags/*" section to match ironic.config, to
allow the release team to push tags for releases.
Change-Id: I3350851689459e0d36ade09dd15a80fdc96e91a2
This patch configures the ciwatch project. Initially there will be no
Jenkins jobs and just noop jobs for zuul.
Change-Id: I1a3dba0ea02a905beb6f7e2f9cce6682b202fbd2
renderspec is a new tool that renders generic RPM .spec templates into
distribution specific .spec files to build packages from.
This way, we can share one package dist-git between different RPM
distributions.
Change-Id: Id9982e9400a5bd350fce0fb2ca836e5dfe8277a1
pymod2pkg is a simple python module used to translate upstream python module
names to corresponding distribution package names.
Currently, RDO distros (CentOS/Fedora) and SUSE are supported.
Change-Id: Ic1e025f06c35950c119726627ff8877bfb5dcb3c
puppet-openstack_spec_helper will be a Gem library consummed by Puppet
OpenStack modules.
It will be first use to put common code used to configure beaker-rspec
but it could become later a common library used by our modules to
realize common tasks specific to OpenStack CI.
For now, use noop jobs since the library would be proof of concept
first.
Change-Id: I439f9dba5747f60f65240f5d5bdee42e31b85363
This change intends to create a networking-fortinet project for
building Neutron ML2/L3 plugin on for Fortinet's FortiGate devices.
Change-Id: I877300a18289fc6ac6d7b17184002c95cb5dbe62
The 'git-repo-manifests' project will hold manifest files which can be
used with the git-repo program to clone multiple projects at once.
git-repo also known as repo is developed hand-in-hand with Gerrit by
Google. https://gerrit.googlesource.com/git-repo
Manifest files are XML documents used to specify multiple git
repositories that are associated with each other. This will allow being
able to pull down all git repositories associated with a master project. For
example the Ironic project has multiple git repositories associated with
it. For example:
- openstack/bifrost
- openstack/coreos-image-builder
- openstack/ironic
- openstack/ironic-inspector
- openstack/ironic-lib
- openstack/ironic-python-agent
- openstack/ironic-specs
- openstack/ironic-webclient
- openstack/python-dracclient
- openstack/python-ironic-inspector-client
- openstack/python-ironicclient
With a correct manifest file and git-repo installed could do the
following to check out all the repositories:
$ repo init -u https://review.openstack.org/openstack/git-repo-manifests -m ironic
$ repo sync -c
This will be purely optional for usage by developers.
Change-Id: Ib685484dc0a237131c16952301ac55d7b6356a03