From fc018ffa2825c870e953bcc392205289c1cb326b Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Mon, 14 Aug 2017 18:38:02 -0700 Subject: [PATCH] Rename project and organization --- .github/ISSUE_TEMPLATE.md | 2 +- LICENSE | 2 +- README.md | 14 +++++--------- bare-metal/container-linux/kubernetes/bootkube.tf | 2 +- .../container-linux/kubernetes/bootkube.tf | 2 +- .../container-linux/kubernetes/bootkube.tf | 2 +- 6 files changed, 10 insertions(+), 14 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 06fa5c10..d7266717 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -8,7 +8,7 @@ * OS: container-linux, fedora-cloud * Terraform: `terraform version` * Plugins: Provider plugin versions -* Ref: Purenetes Git SHA (if applicable) +* Ref: Git SHA (if applicable) ### Problem diff --git a/LICENSE b/LICENSE index e39b5fa8..bd9a5eea 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2017 Purenetes Authors +Copyright (c) 2017 Typhoon Authors Copyright (c) 2017 Dalton Hubble Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/README.md b/README.md index 8b6caec9..75059002 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# purenetes +# Typhoon * Minimal, stable base Kubernetes distribution * Declarative infrastructure and configuration @@ -8,7 +8,7 @@ ## Status -Purenetes is [dghubble](https://twitter.com/dghubble)'s personal Kubernetes distribution. It powers his cloud and colocation clusters. While functional, it is not yet suited for the public. +Typhoon is [dghubble](https://twitter.com/dghubble)'s personal Kubernetes distribution. It powers his cloud and colocation clusters. While functional, it is not yet suited for the public. ## Features @@ -18,13 +18,9 @@ Purenetes is [dghubble](https://twitter.com/dghubble)'s personal Kubernetes dist * Ingress-ready (perhaps include by default) * Works with your existing Terraform infrastructure and secret management -## Documentation - -See [docs.purenetes.org](https://docs.purenetes.org) - ## Modules -Purenetes provides a Terraform Module for each supported operating system and platform. +Typhoon provides a Terraform Module for each supported operating system and platform. | Platform | Operating System | Terraform Module | |---------------|------------------|------------------| @@ -36,13 +32,13 @@ Purenetes provides a Terraform Module for each supported operating system and pl To customize clusters in ways that aren't supported by input variables, fork the repo and make changes to the Terraform module. Stay tuned for improvements to this strategy since its beneficial to stay close to this upstream. -To customize lower-level Kubernetes control plane bootstrapping, see the [purenetes/bootkube-terraform](https://github.com/purenetes/bootkube-terraform) Terraform module. +To customize lower-level Kubernetes control plane bootstrapping, see the [poseidon/bootkube-terraform](https://github.com/poseidon/bootkube-terraform) Terraform module. ## Social Contract *A formal social contract is being drafted, inspired by the Debian [Social Contract](https://www.debian.org/social_contract).* -For now, know that `purenetes` is not a product, trial, or free-tier. It is not run by a company, it does not offer support or services, and it does not accept or make any money. It is not associated with any operating system or cloud platform vendors. +For now, know that `typhoon` is not a product, trial, or free-tier. It is not run by a company, it does not offer support or services, and it does not accept or make any money. It is not associated with any operating system or cloud platform vendors. Disclosure: The author works for CoreOS, but that work is kept as separate as possible. Support for Fedora is planned to ensure no one distro is favored and because the author wants it. diff --git a/bare-metal/container-linux/kubernetes/bootkube.tf b/bare-metal/container-linux/kubernetes/bootkube.tf index b747ffac..971ef664 100644 --- a/bare-metal/container-linux/kubernetes/bootkube.tf +++ b/bare-metal/container-linux/kubernetes/bootkube.tf @@ -1,6 +1,6 @@ # Self-hosted Kubernetes assets (kubeconfig, manifests) module "bootkube" { - source = "git::https://github.com/purenetes/bootkube-terraform.git?ref=v0.6.0" + source = "git::https://github.com/poseidon/bootkube-terraform.git?ref=v0.6.0" cluster_name = "${var.cluster_name}" api_servers = ["${var.k8s_domain_name}"] diff --git a/digital-ocean/container-linux/kubernetes/bootkube.tf b/digital-ocean/container-linux/kubernetes/bootkube.tf index 5f94ab94..92046624 100644 --- a/digital-ocean/container-linux/kubernetes/bootkube.tf +++ b/digital-ocean/container-linux/kubernetes/bootkube.tf @@ -1,6 +1,6 @@ # Self-hosted Kubernetes assets (kubeconfig, manifests) module "bootkube" { - source = "git::https://github.com/purenetes/bootkube-terraform.git?ref=v0.6.0" + source = "git::https://github.com/poseidon/bootkube-terraform.git?ref=v0.6.0" cluster_name = "${var.cluster_name}" api_servers = ["${format("%s.%s", var.cluster_name, var.dns_zone)}"] diff --git a/google-cloud/container-linux/kubernetes/bootkube.tf b/google-cloud/container-linux/kubernetes/bootkube.tf index 5f94ab94..92046624 100644 --- a/google-cloud/container-linux/kubernetes/bootkube.tf +++ b/google-cloud/container-linux/kubernetes/bootkube.tf @@ -1,6 +1,6 @@ # Self-hosted Kubernetes assets (kubeconfig, manifests) module "bootkube" { - source = "git::https://github.com/purenetes/bootkube-terraform.git?ref=v0.6.0" + source = "git::https://github.com/poseidon/bootkube-terraform.git?ref=v0.6.0" cluster_name = "${var.cluster_name}" api_servers = ["${format("%s.%s", var.cluster_name, var.dns_zone)}"]