Add openstack-helm-plugin git repository
This repository will contain the code of the OSH Helm plugin which provides some convenience for end users while deploying Openstack using OSH Helm charts. Helm allows installing plugins from git repos but it assumes cloning the whole git repo to the user's machine. To avoid this we create this separate repository which will contain only the plugin code. Needed-By: Ib4b5e3baa22f87a19b3f75952eb8b587acd8283b Change-Id: I1ec3e19c0dd8c83382e803525dd0b9612cfa75f8
This commit is contained in:
parent
e14c4fbf96
commit
3dc66f157a
15
gerrit/acls/openstack/openstack-helm-plugin.config
Normal file
15
gerrit/acls/openstack/openstack-helm-plugin.config
Normal file
@ -0,0 +1,15 @@
|
||||
[access]
|
||||
inheritFrom = openstack/meta-config
|
||||
|
||||
[access "refs/heads/*"]
|
||||
abandon = group openstack-helm-core
|
||||
create = group openstack-helm-release
|
||||
label-Code-Review = -2..+2 group openstack-helm-core
|
||||
label-Workflow = -1..+1 group openstack-helm-core
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -4697,6 +4697,11 @@
|
||||
groups:
|
||||
- openstack-helm
|
||||
description: Repository for OpenStack Helm infrastructure-related code
|
||||
- project: openstack/openstack-helm-plugin
|
||||
use-storyboard: true
|
||||
groups:
|
||||
- openstack-helm
|
||||
description: OSH plugin for Helm
|
||||
- project: openstack/openstack-manuals
|
||||
options:
|
||||
- translate
|
||||
|
@ -754,6 +754,7 @@
|
||||
- openstack/openstack-helm
|
||||
- openstack/openstack-helm-images
|
||||
- openstack/openstack-helm-infra
|
||||
- openstack/openstack-helm-plugin
|
||||
- openstack/openstack-manuals
|
||||
- openstack/openstack-nose
|
||||
- openstack/openstack-planet
|
||||
|
Loading…
x
Reference in New Issue
Block a user