From 4c1ddd43a3a09dc009f3bdc92fde76369169585a Mon Sep 17 00:00:00 2001 From: Andrew Sy Kim Date: Mon, 15 Jul 2019 11:19:24 -0400 Subject: transition cloud provider SIGs as subprojects of SIG Cloud Provider Signed-off-by: Andrew Sy Kim --- sig-openstack/README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'sig-openstack') diff --git a/sig-openstack/README.md b/sig-openstack/README.md index a1891ddf..5e186190 100644 --- a/sig-openstack/README.md +++ b/sig-openstack/README.md @@ -6,16 +6,13 @@ sigs.yaml file in the project root. To understand how this file is generated, see https://git.k8s.io/community/generator/README.md ---> -# OpenStack Special Interest Group +# [DEPRECATED] OpenStack Special Interest Group -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. +The OpenStack Special Interest Group is now a subproject of [SIG Cloud Provider](https://github.com/kubernetes/community/tree/master/sig-cloud-provider). + +The [charter](charter.md) defines the scope and governance of the [DEPRECATED] OpenStack Special Interest Group. -The [charter](charter.md) defines the scope and governance of the OpenStack Special Interest Group. -## Meetings -* Regular SIG Meeting: [Wednesdays at 08:00 PT (Pacific Time)](https://docs.google.com/document/d/1bW3j4hFN4D8rv2LFv-DybB3gcE5ISAaOO_OpvDCgrGg/edit) (biweekly starting Wednesday March 20, 2019). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=08:00&tz=PT%20%28Pacific%20Time%29). - * [Meeting notes and Agenda](https://docs.google.com/document/d/15UwgLbEyZyXXxVtsThcSuPiJru4CuqU9p3ttZSfTaY4/edit). - * [Meeting recordings](https://www.youtube.com/watch?v=iCfUx7ilh0E&list=PL69nYSiGNLP20iTSChQ_i2QQmTBl3M7ax). ## Leadership -- cgit v1.2.3 From a30b81464d10d4a7c791e5aa00b4385272449789 Mon Sep 17 00:00:00 2001 From: Stephen Augustus Date: Tue, 30 Jul 2019 01:58:58 -0400 Subject: sig-cloud-provider: s/sig--leads/provider- in OWNERS Signed-off-by: Stephen Augustus --- sig-openstack/OWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sig-openstack') diff --git a/sig-openstack/OWNERS b/sig-openstack/OWNERS index 1268396e..c58380da 100644 --- a/sig-openstack/OWNERS +++ b/sig-openstack/OWNERS @@ -1,8 +1,8 @@ # See the OWNERS docs at https://go.k8s.io/owners reviewers: - - sig-openstack-leads + - provider-openstack approvers: - - sig-openstack-leads + - provider-openstack labels: - sig/openstack -- cgit v1.2.3 From 4b02fa4e23b4979b9b77ced5a07142d4f5808a7a Mon Sep 17 00:00:00 2001 From: Stephen Augustus Date: Tue, 30 Jul 2019 02:28:26 -0400 Subject: sig-cloud-provider: Add tombstones for consolidated SIG directories Signed-off-by: Stephen Augustus --- sig-openstack/README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sig-openstack') diff --git a/sig-openstack/README.md b/sig-openstack/README.md index 5e186190..e7be2f4c 100644 --- a/sig-openstack/README.md +++ b/sig-openstack/README.md @@ -10,6 +10,8 @@ To understand how this file is generated, see https://git.k8s.io/community/gener The OpenStack Special Interest Group is now a subproject of [SIG Cloud Provider](https://github.com/kubernetes/community/tree/master/sig-cloud-provider). +### (This directory is a placeholder to preserve links. Please remove after 6 months or the release of Kubernetes 1.17, whichever comes first.) + The [charter](charter.md) defines the scope and governance of the [DEPRECATED] OpenStack Special Interest Group. -- cgit v1.2.3