Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
docs: rm old TF provider, migrate links to Equinix
Browse files Browse the repository at this point in the history
Mention the Terraform provider which is maintained instead of one which
has a flashing "unsupported" banner.

Use phrasing "Kubernetes CCM" instead of "Kubernetes driver for ... CCM"
because neither the Kubernetes official docs nor CCM docs refer to it
as a "driver".

Remove link to CSI, since it has been sunset.

Bypass the redirects in all remaining `packethost/*` links.

Signed-off-by: Jakub Bielecki <[email protected]>
  • Loading branch information
jabielecki committed Aug 31, 2022
1 parent 2edef8d commit 4a36f9c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
18 changes: 8 additions & 10 deletions OWNERS.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
# Owners

This project is governed by [Equinix Metal] and benefits from a community of users that
collaborate and contribute to its use in Go powered projects, such as the [Equinix Metal
Terraform provider], [Docker machine driver], Kubernetes drivers for [CSI] and [CCM],
collaborate and contribute to its use in Go powered projects, such as the [Equinix
Terraform provider], the [Docker machine driver], the Kubernetes [CCM],
the [Equinix Metal CLI], and others.

Members of the Equinix Metal Github organization will strive to triage issues in a
timely manner, see [SUPPORT.md] for details.

See the [packethost/standards glossary] for more details about this file.
See the [Equinix Labs Glossary] for more details about this file.

## Maintainers

Maintainers of this repository are defined within the [CODEOWNERS] file.

[Equinix Metal]: https://metal.equinix.com
[Equinix Metal Terraform provider]: https://github.com/packethost/terraform-provider-packet
[Docker machine driver]: https://github.com/packethost/docker-machine-driver-packet
[CSI]: https://github.com/packethost/csi-packet
[CCM]: https://github.com/packethost/packet-ccm
[Equinix Metal CLI]: https://github.com/packethost/packet-cli
[Equinix Terraform provider]: https://github.com/equinix/terraform-provider-equinix
[Docker machine driver]: https://github.com/equinix/docker-machine-driver-metal
[CCM]: https://github.com/equinix/cloud-provider-equinix-metal
[Equinix Metal CLI]: https://github.com/equinix/metal-cli
[SUPPORT.md]: SUPPORT.md
[packethost/standards
glossary]: https://github.com/packethost/standards/blob/master/glossary.md#ownersmd
[Equinix Labs Glossary]: https://github.com/equinix-labs/equinix-labs/blob/main/glossary.md#ownersmd
[CODEOWNERS]: CODEOWNERS
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# packngo

[![](https://img.shields.io/badge/stability-maintained-green.svg)](https://github.com/packethost/standards/blob/master/maintained-statement.md)
[![Maintained](https://img.shields.io/badge/stability-maintained-green.svg)](https://github.com/equinix-labs/equinix-labs/blob/main/maintained-statement.md)
[![Release](https://img.shields.io/github/v/release/packethost/packngo)](https://github.com/packethost/packngo/releases/latest)
[![GoDoc](https://godoc.org/github.com/packethost/packngo?status.svg)](https://godoc.org/github.com/packethost/packngo)
[![Go Report Card](https://goreportcard.com/badge/github.com/packethost/packngo)](https://goreportcard.com/report/github.com/packethost/packngo)
Expand All @@ -27,7 +27,7 @@ go get github.com/packethost/packngo

## Stability and Compatibility

This repository is [Maintained](https://github.com/packethost/standards/blob/master/maintained-statement.md) meaning that this software is supported by Equinix Metal and its community - available to use in production environments.
This repository is [Maintained](https://github.com/equinix-labs/equinix-labs/blob/main/maintained-statement.md) meaning that this software is supported by Equinix Metal and its community - available to use in production environments.

Packngo is currently provided with a major version of [v0](https://blog.golang.org/v2-go-modules). We'll try to avoid breaking changes to this library, but they will certainly happen as we work towards a stable v1 library. See [CHANGELOG.md](CHANGELOG.md) for details on the latest additions, removals, fixes, and breaking changes.

Expand Down Expand Up @@ -67,7 +67,7 @@ func main() {

```

This library is used by the official [terraform-provider-packet](https://github.com/packethost/terraform-provider-packet).
This library is used by the official [terraform-provider-equinix](https://github.com/equinix/terraform-provider-equinix).

You can also learn a lot from the `*_test.go` sources. Almost all out tests touch the Equinix Metal API, so you can see how auth, querying and POSTing works. For example [devices_test.go](devices_test.go).

Expand Down

0 comments on commit 4a36f9c

Please sign in to comment.