Skip to content

Commit

Permalink
Merge pull request #17 from packet-labs/bye-bye-packet
Browse files Browse the repository at this point in the history
update repo name to terraform-distributed-minio
  • Loading branch information
rainleander authored Nov 4, 2020
2 parents 43d185f + d094080 commit 23b8221
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
Thx for your interest! We're so glad you're here.

### Important Resources
- bugs: [https://github.com/packet-labs/terraform-packet-distributed-minio/issues](https://github.com/packet-labs/terraform-packet-distributed-minio/issues)
- bugs: [https://github.com/packet-labs/terraform-distributed-minio/issues](https://github.com/packet-labs/terraform-distributed-minio/issues)

### Code of Conduct
Available via [https://github.com/packet-labs/terraform-packet-distributed-minio/blob/master/CODE_OF_CONDUCT.md](https://github.com/packet-labs/terraform-packet-distributed-minio/blob/master/CODE_OF_CONDUCT.md)
Available via [https://github.com/packet-labs/terraform-distributed-minio/blob/master/CODE_OF_CONDUCT.md](https://github.com/packet-labs/terraform-distributed-minio/blob/master/CODE_OF_CONDUCT.md)

### Environment Details
[https://github.com/packet-labs/terraform-packet-distributed-minio/blob/master/MANIFEST.md](https://github.com/packet-labs/terraform-packet-distributed-minio/blob/master/MANIFEST.md)
[https://github.com/packet-labs/terraform-distributed-minio/blob/master/MANIFEST.md](https://github.com/packet-labs/terraform-distributed-minio/blob/master/MANIFEST.md)

### How to Submit Change Requests
Please submit change requests and / or features via [Issues](https://github.com/packet-labs/terraform-packet-distributed-minio/issues). There's no guarantee it'll be changed, but you never know until you try. I'll try to add comments as soon as possible, though.
Please submit change requests and / or features via [Issues](https://github.com/packet-labs/terraform-distributed-minio/issues). There's no guarantee it'll be changed, but you never know until you try. I'll try to add comments as soon as possible, though.

### How to Report a Bug
Bugs are problems in code, in the functionality of an application or in its UI design; you can submit them through [Issues](https://github.com/packet-labs/terraform-packet-distributed-minio/issues) as well.
Bugs are problems in code, in the functionality of an application or in its UI design; you can submit them through [Issues](https://github.com/packet-labs/terraform-distributed-minio/issues) as well.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This repository is [Maintained](https://github.com/packethost/standards/blob/mas

If you require support, please email [[email protected]]([email protected]), visit the Equinix Metal IRC channel (#equinixmetal on freenode), subscribe to the [Equinix Metal Community Slack](https://equinixmetal.slack.com/) channel or post an issue within this repository.

[Contributions](https://github.com/packet-labs/terraform-packet-distributed-minio/blob/master/CONTRIBUTING.md) are welcome to help extend this work!
[Contributions](https://github.com/packet-labs/terraform-distributed-minio/blob/master/CONTRIBUTING.md) are welcome to help extend this work!

# Minio Distributed on Equinix Metal with Terraform
Minio Distributed on Equinix Metal with Terraform is a [Terraform](http://terraform.io) template that will deploy [Minio](http://min.io) distributed on [Equinix Metal](https://metal.equinix.com/) baremetal. MinIO is a high performance object storage server compatible with Amazon S3. Minio is a great option for Equinix Metal users that want to have easily accessible S3 compatible object storage as Equinix Metal offers instance types with storage options including SATA SSDs, NVMe SSDs, and high capacity SATA HDDs.
Expand All @@ -20,7 +20,7 @@ This repository currently supports Terraform v0.13 or higher.
To download this project, run the following command:

```bash
git clone https://github.com/packet-labs/terraform-packet-distributed-minio.git
git clone https://github.com/packet-labs/terraform-distributed-minio.git
```

## Initialize Terraform
Expand Down
4 changes: 2 additions & 2 deletions manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Name

Terraform Packet Distributed MinIO
Terraform Distributed MinIO

## Repository Version

Expand All @@ -18,4 +18,4 @@ en

## Description

packet-distributed-minio is a Terraform template that will deploy Minio distributed on Packet baremetal. MinIO is a high performance object storage server compatible with Amazon S3. Minio is a great option for Packet users that want to have easily accessible S3 compatible object storage as Packet offers instance types with storage options including SATA SSDs, NVMe SSDs, and high capacity SATA HDDs.
terraform-distributed-minio is a Terraform template that will deploy Minio distributed on Packet baremetal. MinIO is a high performance object storage server compatible with Amazon S3. Minio is a great option for Packet users that want to have easily accessible S3 compatible object storage as Packet offers instance types with storage options including SATA SSDs, NVMe SSDs, and high capacity SATA HDDs.

0 comments on commit 23b8221

Please sign in to comment.