diff options
| author | Qiang Wu <qiang.q.wu@oracle.com> | 2018-01-09 13:04:08 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-09 13:04:08 +0800 |
| commit | ca6d798a2171dad8283b437755a0184948a3ea03 (patch) | |
| tree | e65b6f3dad7c4b51db848c793ca4568dcae41434 /sig-openstack | |
| parent | 121935fa24e31786816181d4bc0426dffd22ddb6 (diff) | |
| parent | ab26472187fa8a0b02b80e67e71c6ffe7a6d9647 (diff) | |
Merge pull request #3 from wu-qiang/kms-plugin-grpc-api
gRPC-based KMS plugin service
Diffstat (limited to 'sig-openstack')
| -rw-r--r-- | sig-openstack/OWNERS | 8 | ||||
| -rw-r--r-- | sig-openstack/README.md | 34 |
2 files changed, 24 insertions, 18 deletions
diff --git a/sig-openstack/OWNERS b/sig-openstack/OWNERS index 1f7a6b84..32f44bdd 100644 --- a/sig-openstack/OWNERS +++ b/sig-openstack/OWNERS @@ -1,6 +1,6 @@ reviewers: - - idvoretskyi - - xsgordon + - sig-openstack-leads approvers: - - idvoretskyi - - xsgordon + - sig-openstack-leads +labels: + - sig/openstack diff --git a/sig-openstack/README.md b/sig-openstack/README.md index 826f8aa1..afd85ed0 100644 --- a/sig-openstack/README.md +++ b/sig-openstack/README.md @@ -4,35 +4,41 @@ This is an autogenerated file! Please do not edit this file directly, but instead make changes to the sigs.yaml file in the project root. -To understand how this file is generated, see generator/README.md. +To understand how this file is generated, see https://git.k8s.io/community/generator/README.md --> # OpenStack SIG Coordinates the cross-community efforts of the OpenStack and Kubernetes communities. This includes OpenStack-related contributions to Kubernetes projects with OpenStack as: a deployment platform for Kubernetes; a service provider for Kubernetes; a collection of applications to run on Kubernetes. ## Meetings -* [Wednesdays at 15:00 UTC](https://zoom.us/j/417251241) (biweekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=15:00&tz=UTC). +* [Thursdays at 00:00 UTC](https://zoom.us/j/417251241) (biweekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=00:00&tz=UTC). Meeting notes and Agenda can be found [here](https://docs.google.com/document/d/1iAQ3LSF_Ky6uZdFtEZPD_8i6HXeFxIeW4XtGcUJtPyU/edit?usp=sharing_eixpa_nl&ts=588b986f). Meeting recordings can be found [here](https://www.youtube.com/watch?v=iCfUx7ilh0E&list=PL69nYSiGNLP20iTSChQ_i2QQmTBl3M7ax). ## Leads -* [Ihor Dvoretskyi](https://github.com/idvoretskyi), Mirantis -* [Steve Gordon](https://github.com/xsgordon), Red Hat +* Ihor Dvoretskyi (**[@idvoretskyi](https://github.com/idvoretskyi)**), CNCF +* Steve Gordon (**[@xsgordon](https://github.com/xsgordon)**), Red Hat ## Contact * [Slack](https://kubernetes.slack.com/messages/sig-openstack) * [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-openstack) - -## GitHub Teams -* [@sig-openstack-misc](https://github.com/kubernetes/teams/sig-openstack-misc) -* [@sig-openstack-test-failures](https://github.com/kubernetes/teams/sig-openstack-test-failures) -* [@sig-openstack-bugs](https://github.com/kubernetes/teams/sig-openstack-bugs) -* [@sig-openstack-feature-requests](https://github.com/kubernetes/teams/sig-openstack-feature-requests) -* [@sig-openstack-proposals](https://github.com/kubernetes/teams/sig-openstack-proposals) -* [@sig-openstack-pr-reviews](https://github.com/kubernetes/teams/sig-openstack-pr-reviews) -* [@sig-openstack-api-reviews](https://github.com/kubernetes/teams/sig-openstack-api-reviews) - +* [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/sig%2Fopenstack) + +## GitHub Teams + +The below teams can be mentioned on issues and PRs in order to get attention from the right people. +Note that the links to display team membership will only work if you are a member of the org. + +| Team Name | Details | Description | +| --------- |:-------:| ----------- | +| @kubernetes/sig-openstack-api-reviews | [link](https://github.com/orgs/kubernetes/teams/sig-openstack-api-reviews) | API Changes and Reviews | +| @kubernetes/sig-openstack-bugs | [link](https://github.com/orgs/kubernetes/teams/sig-openstack-bugs) | Bug Triage and Troubleshooting | +| @kubernetes/sig-openstack-feature-requests | [link](https://github.com/orgs/kubernetes/teams/sig-openstack-feature-requests) | Feature Requests | +| @kubernetes/sig-openstack-misc | [link](https://github.com/orgs/kubernetes/teams/sig-openstack-misc) | General Discussion | +| @kubernetes/sig-openstack-pr-reviews | [link](https://github.com/orgs/kubernetes/teams/sig-openstack-pr-reviews) | PR Reviews | +| @kubernetes/sig-openstack-proposals | [link](https://github.com/orgs/kubernetes/teams/sig-openstack-proposals) | Design Proposals | +| @kubernetes/sig-openstack-test-failures | [link](https://github.com/orgs/kubernetes/teams/sig-openstack-test-failures) | Test Failures and Triage | <!-- BEGIN CUSTOM CONTENT --> |
