Update Consul-Registrator template to ask for Consul DC name. (#225)

This commit is contained in:
John Engelman
2016-07-26 11:35:55 -05:00
committed by Bill Maxwell
parent 07cd1c2665
commit 2881ae2839
4 changed files with 103 additions and 1 deletions
@@ -0,0 +1,15 @@
.catalog:
name: "Consul-Registrator"
description: "Consul Agent with Registrator Auto Configuration"
version: "0.6-rancher2"
uuid: consul-registrator-1
questions:
- variable: consul_server
label: "Consul Server Hostname/IP"
type: "string"
required: true
- variable: consul_datacenter
label: "Consul Server Datacenter"
type: "string"
required: true
default: "dc1"