From 00dbf37fbef1a698d105951d04d365137afa22d2 Mon Sep 17 00:00:00 2001 From: deniseschannon Date: Tue, 20 Dec 2016 09:49:22 -0800 Subject: [PATCH] Hide external DNS from windows orchestration --- infra-templates/bind9/config.yml | 2 ++ infra-templates/cloudflare/config.yml | 2 ++ infra-templates/dnsimple/config.yml | 2 ++ infra-templates/dnsupdate-rfc2136/config.yml | 2 ++ infra-templates/pointhq/config.yml | 2 ++ infra-templates/powerdns-external-dns/config.yml | 2 ++ 6 files changed, 12 insertions(+) diff --git a/infra-templates/bind9/config.yml b/infra-templates/bind9/config.yml index 01482f1..e330b4e 100644 --- a/infra-templates/bind9/config.yml +++ b/infra-templates/bind9/config.yml @@ -3,3 +3,5 @@ description: | Bind9 DNS server, compatible with the "DNS Update (RFC2136)" version: v1.0.0-rancher1 category: External DNS +labels: + io.rancher.orchestration.supported: 'cattle,mesos,swarm,kubernetes' diff --git a/infra-templates/cloudflare/config.yml b/infra-templates/cloudflare/config.yml index 6d09ec2..45af600 100644 --- a/infra-templates/cloudflare/config.yml +++ b/infra-templates/cloudflare/config.yml @@ -3,3 +3,5 @@ description: | Rancher External DNS service powered by CloudFlare version: v0.6.0-rancher1 category: External DNS +labels: + io.rancher.orchestration.supported: 'cattle,mesos,swarm,kubernetes' diff --git a/infra-templates/dnsimple/config.yml b/infra-templates/dnsimple/config.yml index 6cb7c36..0f1b5e0 100644 --- a/infra-templates/dnsimple/config.yml +++ b/infra-templates/dnsimple/config.yml @@ -3,3 +3,5 @@ description: | Rancher External DNS service powered by DNSimple version: v0.6.0-rancher1 category: External DNS +labels: + io.rancher.orchestration.supported: 'cattle,mesos,swarm,kubernetes' diff --git a/infra-templates/dnsupdate-rfc2136/config.yml b/infra-templates/dnsupdate-rfc2136/config.yml index b28aea1..5e689de 100644 --- a/infra-templates/dnsupdate-rfc2136/config.yml +++ b/infra-templates/dnsupdate-rfc2136/config.yml @@ -3,3 +3,5 @@ description: | Rancher External DNS service powered by any RFC2136 compatible DNS version: v0.6.0-rancher1 category: External DNS +labels: + io.rancher.orchestration.supported: 'cattle,mesos,swarm,kubernetes' diff --git a/infra-templates/pointhq/config.yml b/infra-templates/pointhq/config.yml index 289a4a6..5639810 100644 --- a/infra-templates/pointhq/config.yml +++ b/infra-templates/pointhq/config.yml @@ -3,3 +3,5 @@ description: | Rancher External DNS service powered by PointHQ version: v0.2.1-rancher1 category: External DNS +labels: + io.rancher.orchestration.supported: 'cattle,mesos,swarm,kubernetes' diff --git a/infra-templates/powerdns-external-dns/config.yml b/infra-templates/powerdns-external-dns/config.yml index bdf5324..bc3ae73 100644 --- a/infra-templates/powerdns-external-dns/config.yml +++ b/infra-templates/powerdns-external-dns/config.yml @@ -3,3 +3,5 @@ description: | Rancher External DNS service for PowerDNS version: v0.5.0-rancher1 category: External DNS +labels: + io.rancher.orchestration.supported: 'cattle,mesos,swarm,kubernetes'