From b09f15ccdac5bbe6539d2c7de4d4087fb368b12c Mon Sep 17 00:00:00 2001 From: Jeremy JACQUEMIN Date: Mon, 14 Feb 2022 15:21:01 +0100 Subject: [PATCH 1/2] add Scaleway provider --- CONTRIBUTING.md | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fa9154b..d82ff98 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,7 +42,7 @@ Here are a few things you can do that will increase the likelihood of your pull ## Development setup ``` -./scipt/bootstrap +./script/bootstrap source env/bin/activate ``` diff --git a/README.md b/README.md index 277ca58..3e549a5 100644 --- a/README.md +++ b/README.md @@ -219,6 +219,7 @@ The table below lists the providers octoDNS supports. They are maintained in the | [OVHcloud DNS](https://www.ovhcloud.com/en/domains/dns-subdomain/) | [octodns_ovh](https://github.com/octodns/octodns-ovh/) | | | [PowerDNS](https://www.powerdns.com/) | [octodns_powerdns](https://github.com/octodns/octodns-powerdns/) | | | [Rackspace](https://www.rackspace.com/library/what-is-dns) | [octodns_rackspace](https://github.com/octodns/octodns-rackspace/) | | +| [Scaleway](https://www.scaleway.com/en/dns/) | [octodns_scaleway](https://github.com/octodns/octodns-scaleway/) | | | [Selectel](https://selectel.ru/en/services/additional/dns/) | [octodns_selectel](https://github.com/octodns/octodns-selectel/) | | | [TransIP](https://www.transip.eu/knowledgebase/entry/155-dns-and-nameservers/) | [octodns_transip](https://github.com/octodns/octodns-transip/) | | | [UltraDNS](https://www.home.neustar/dns-services) | [octodns_ultra](https://github.com/octodns/octodns-ultra/) | | @@ -262,7 +263,7 @@ Similar to providers, but can only serve to populate records into a zone, cannot It is worth noting that these errors will happen during the plan phase of things so that problems will be visible without having to make changes. -This concept is currently a work in progress and only partially implemented. While work is on-going `strict_supports` will default to `false`. Once the work is considered complete & ready the default will change to `true` as it's a much safer and less surprising default as what you configure is what you'll get unless an error is throw telling you why it cannot be done. You will then have the choice to explicitly request that things continue with work-arounds with `strict_supports` set to false`. In the meantime it is encouraged that you manually configure the parameter to `true` in your provider configs. +This concept is currently a work in progress and only partially implemented. While work is on-going `strict_supports` will default to `false`. Once the work is considered complete & ready the default will change to `true` as it's a much safer and less surprising default as what you configure is what you'll get unless an error is throw telling you why it cannot be done. You will then have the choice to explicitly request that things continue with work-arounds with `strict_supports` set to `false`. In the meantime it is encouraged that you manually configure the parameter to `true` in your provider configs. ### Configuring `strict_supports` From d2547443a9356b93ad9094c6a9ec4a21d376f54a Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Mon, 14 Feb 2022 08:54:38 -0800 Subject: [PATCH 2/2] Correct scaleway link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e549a5..7687391 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ The table below lists the providers octoDNS supports. They are maintained in the | [OVHcloud DNS](https://www.ovhcloud.com/en/domains/dns-subdomain/) | [octodns_ovh](https://github.com/octodns/octodns-ovh/) | | | [PowerDNS](https://www.powerdns.com/) | [octodns_powerdns](https://github.com/octodns/octodns-powerdns/) | | | [Rackspace](https://www.rackspace.com/library/what-is-dns) | [octodns_rackspace](https://github.com/octodns/octodns-rackspace/) | | -| [Scaleway](https://www.scaleway.com/en/dns/) | [octodns_scaleway](https://github.com/octodns/octodns-scaleway/) | | +| [Scaleway](https://www.scaleway.com/en/dns/) | [octodns_scaleway](https://github.com/scaleway/octodns-scaleway) | | | [Selectel](https://selectel.ru/en/services/additional/dns/) | [octodns_selectel](https://github.com/octodns/octodns-selectel/) | | | [TransIP](https://www.transip.eu/knowledgebase/entry/155-dns-and-nameservers/) | [octodns_transip](https://github.com/octodns/octodns-transip/) | | | [UltraDNS](https://www.home.neustar/dns-services) | [octodns_ultra](https://github.com/octodns/octodns-ultra/) | |