Compare commits

...

5 Commits

Author SHA1 Message Date
Denise
a142e87be2 Merge pull request #629 from rancher/v2.0-development
v2.0 - hide more catalogs
2017-09-25 18:48:20 -07:00
Denise
79e3f1f11c Merge pull request #628 from deniseschannon/v2.0-testing
fixing max versions for more templates
2017-09-25 18:44:40 -07:00
Denise Schannon
88cd665f10 hide dns entries from infra-templates 2017-09-25 18:00:31 -07:00
Denise
23441eadc6 Merge pull request #627 from deniseschannon/v2.0-testing
max versions to hide for 2.0
2017-09-23 18:19:22 -07:00
Denise Schannon
4219fbbef4 max versions to hide for 2.0 2017-09-22 11:36:08 -07:00
145 changed files with 147 additions and 13 deletions

View File

@ -4,6 +4,7 @@
version: "v0.1.0"
description: "Rancher External DNS service powered by Alibaba Cloud"
minimum_rancher_version: v1.6.8-rc1
maximum_rancher_version: v1.9.99
questions:
- variable: "ALICLOUD_ACCESS_KEY_ID"
label: "Access Key ID"

View File

@ -3,6 +3,7 @@
version: "v1.0.0-rancher1"
description: "Domain Name Server powered by Bind9"
minimum_rancher_version: v1.2.0-pre4-rc1
maximum_rancher_version: v1.9.99
questions:
- variable: "BIND9_ROOTDOMAIN"
label: "The root domain to manage in bind9"

View File

@ -4,6 +4,7 @@
version: "v0.6.0-rancher2"
description: "Rancher External DNS service powered by CloudFlare. Requires Rancher version v1.1.0"
minimum_rancher_version: v1.6.0-rc1
maximum_rancher_version: v1.9.99
questions:
- variable: "CLOUDFLARE_EMAIL"
label: "CloudFlare email address"

View File

@ -4,6 +4,7 @@
version: "v0.6.4.1"
description: "Rancher External DNS service powered by DigitalOcean"
minimum_rancher_version: v1.6.0-rc1
maximum_rancher_version: v1.9.99
questions:
- variable: "DO_PAT"
label: "DigitalOcean Personal Access Token"

View File

@ -4,6 +4,7 @@
version: "v0.6.0-rancher2"
description: "Rancher External DNS service powered by DNSimple. Requires Rancher version v1.1.0"
minimum_rancher_version: v1.6.0-rc1
maximum_rancher_version: v1.9.99
questions:
- variable: "DNSIMPLE_EMAIL"
label: "DNSimple Account Email Address"

View File

@ -4,6 +4,7 @@
version: "v0.6.2-rancher2"
description: "Rancher External DNS service powered by any RFC2136 compatible DNS server. Requires Rancher version v1.1.0"
minimum_rancher_version: v1.6.0-rc1
maximum_rancher_version: v1.6.0-rc1
questions:
- variable: "RFC2136_HOST"
label: "DNS Server IP"

View File

@ -4,6 +4,7 @@
version: "v0.7.2-rancher1"
description: "Rancher External DNS service powered by any RFC2136 compatible DNS server. Requires Rancher version v1.1.0"
minimum_rancher_version: v1.6.0-rc1
maximum_rancher_version: v1.9.99
questions:
- variable: "RFC2136_HOST"
label: "DNS Server IP"

View File

@ -5,7 +5,7 @@
description: "Rancher External DNS service powered by Gandi. Requires Rancher version v1.1.0"
maintainer: "Frederic Leger <contact@webofmars.com>"
minimum_rancher_version: v1.6.0-rc1
#maximum_rancher_version:
maximum_rancher_version: v1.9.99
questions:
- variable: "GANDI_APIKEY"
label: "Gandi API key"

View File

@ -1,6 +1,7 @@
.catalog:
version: v0.28.1
minimum_rancher_version: v1.2.0-pre4-rc1
maximum_rancher_version: v1.9.99
questions:
- variable: ZOOKEEPER_SCALE
label: ZooKeeper Count

View File

@ -3,6 +3,7 @@
version: "v0.2.0-rancher1"
description: "Rancher External DNS service powered by PointHQ. Requires Rancher version 0.44.0"
minimum_rancher_version: v1.2.0-pre4-rc1
maximum_rancher_version: v1.9.99
questions:
- variable: "POINTHQ_EMAIL"
label: "PointHQ account email address"

View File

@ -3,6 +3,7 @@
version: "v0.2.1-rancher1"
description: "Rancher External DNS service powered by PointHQ. Requires Rancher version 0.44.0"
minimum_rancher_version: v1.2.0-pre4-rc1
maximum_rancher_version: v1.9.99
questions:
- variable: "POINTHQ_EMAIL"
label: "PointHQ account email address"

View File

@ -3,3 +3,5 @@
version: "1.11.4"
description: Open-source lightweight management UI for a Docker host or Swarm cluster
minimum_rancher_version: v1.5.0-rc1
maximum_rancher_version: v1.9.99

View File

@ -3,6 +3,7 @@
version: "v0.5.0-rancher1"
description: Rancher External DNS service for PowerDNS.
minimum_rancher_version: v1.2.0-pre4-rc1
maximum_rancher_version: v1.9.99
uuid: powerdns-external-dns:v0.5.0-rancher1
questions:
- variable: POWERDNS_URL

View File

@ -3,6 +3,7 @@
version: "v0.7.1"
description: Rancher External DNS service for PowerDNS.
minimum_rancher_version: v1.2.0-pre4-rc1
maximum_rancher_version: v1.9.99
uuid: powerdns-external-dns:v0.7.1
questions:
- variable: POWERDNS_URL

View File

@ -1,6 +1,7 @@
.catalog:
version: v1.12.3
minimum_rancher_version: 1.2.0-pre4-rc1
maximum_rancher_version: v1.9.99
questions:
- variable: MANAGER_SCALE
label: Number of Managers

View File

@ -1,6 +1,7 @@
.catalog:
version: v1.12.3-2
minimum_rancher_version: 1.2.0-pre4-rc1
maximum_rancher_version: v1.9.99
questions:
- variable: MANAGER_SCALE
label: Number of Managers

View File

@ -1,6 +1,7 @@
.catalog:
version: v1.12.3-3
minimum_rancher_version: 1.2.2
maximum_rancher_version: v1.9.99
questions:
- variable: MANAGER_SCALE
label: Number of Managers

View File

@ -1,6 +1,7 @@
.catalog:
version: v1.13.0-beta.1
minimum_rancher_version: 1.2.2
maximum_rancher_version: v1.9.99
questions:
- variable: MANAGER_SCALE
label: Number of Managers

View File

@ -4,6 +4,7 @@
description: "Concrete5 CMS"
uuid: Concrete5-0
minimum_rancher_version: v0.51.0
maximum_rancher_version: v1.9.99
questions:
- variable: root_password
description: "MySQL root password - keep this password complex and secure"

View File

@ -4,6 +4,7 @@
description: "Concrete5 CMS"
uuid: Concrete5-1
minimum_rancher_version: v0.51.0
maximum_rancher_version: v1.9.99
questions:
- variable: root_password
description: "MySQL root password - keep this password complex and secure"

View File

@ -4,6 +4,7 @@
description: "MongoDB Replica Set"
uuid: mongodb-0
minimum_rancher_version: v0.46.0
maximum_rancher_version: v1.9.99
questions:
- variable: replset_name
description: "Name of the MongoDB replicaSet"

View File

@ -4,6 +4,7 @@
description: "MongoDB Replica Set"
uuid: mongodb-1
minimum_rancher_version: v0.46.0
maximum_rancher_version: v1.9.99
questions:
- variable: replset_name
description: "Name of the MongoDB replicaSet"

View File

@ -4,6 +4,7 @@
description: "MongoDB Replica Set"
uuid: mongodb-1
minimum_rancher_version: v0.46.0
maximum_rancher_version: v1.9.99
questions:
- variable: replset_name
description: "Name of the MongoDB replicaSet"

View File

@ -5,6 +5,7 @@ catalog:
description: "MongoDB Replica Set"
uuid: mongodb-1
minimum_rancher_version: v0.46.0
maximum_rancher_version: v1.9.99
questions:
- variable: replset_name
description: "Name of the MongoDB replicaSet"

View File

@ -4,6 +4,7 @@
description: "Prometheus Monitoring Solution"
uuid: prometheus-1
minimum_rancher_version: v0.56.0
maximum_rancher_version: v1.9.99
questions:
ranch-eye:

View File

@ -4,6 +4,7 @@
description: "Prometheus Monitoring Solution"
uuid: prometheus-2
minimum_rancher_version: v0.59.0
maximum_rancher_version: v1.9.99
questions:
ranch-eye:

View File

@ -4,6 +4,7 @@
description: "Prometheus Monitoring Solution"
uuid: prometheus-2
minimum_rancher_version: v0.59.0
maximum_rancher_version: v1.9.99
questions:
ranch-eye:

View File

@ -4,6 +4,7 @@
description: "Prometheus Monitoring Solution"
uuid: prometheus-2
minimum_rancher_version: v1.1.99
maximum_rancher_version: v1.9.99
questions:
node-exporter:

View File

@ -4,6 +4,7 @@
description: "Prometheus Monitoring Solution"
uuid: prometheus-2
minimum_rancher_version: v1.1.99
maximum_rancher_version: v1.9.99
questions:
node-exporter:

View File

@ -4,6 +4,7 @@
description: "Prometheus Monitoring Solution"
uuid: prometheus-2
minimum_rancher_version: v1.5.5
maximum_rancher_version: v1.9.99
questions:
- variable: "RANCHER_SERVER"
label: "Rancher Server"

View File

@ -4,6 +4,7 @@
description: "Alfresco Electronic Document Management"
uuid: alfresco-5.1-201605-1
minimum_rancher_version: v0.56.0
maximum_rancher_version: v1.9.99
questions:
- variable: database_name
description: "Name of the Alfresco database"

View File

@ -3,6 +3,7 @@ catalog:
name: "Artifactory"
version: "5.4.5"
description: "Artifactory is a universal Binary Repository Manager"
maximum_rancher_version: v1.9.99
questions:
- variable: "ARTIFACTORY_VERSION"
label: "Version"

View File

@ -5,6 +5,7 @@ catalog:
name: bitbucket
version: 0.0.1
description: Git Server
maximum_rancher_version: v1.9.99
questions:
- variable: BITBUCKET_PORT
label: Port

View File

@ -4,6 +4,7 @@
(Experimental) Cloud 9 SDK
version: 3.0-rancher1
minimum_rancher_version: v1.0.0
maximum_rancher_version: v1.9.99
maintainer: "Raul Sanchez <rawmind@gmail.com>"
uuid: cloud9-0
questions:

View File

@ -2,6 +2,7 @@
name: "Confluence"
version: "5.10.6"
description: "Create, organize, and discuss work with your team"
maximum_rancher_version: v1.9.99
questions:
- variable: "context_path"
label: "Context path"

View File

@ -2,6 +2,7 @@
name: "Confluence"
version: "6.0.1"
description: "Create, organize, and discuss work with your team"
maximum_rancher_version: v1.9.99
questions:
- variable: "context_path"
label: "Context path"

View File

@ -3,6 +3,7 @@
description: "Consul Agent with Registrator Auto Configuration"
version: "0.6-rancher1"
uuid: consul-registrator-0
maximum_rancher_version: v1.9.99
questions:
- variable: consul_server
label: "Consul Server Hostname/IP"

View File

@ -3,6 +3,7 @@
description: "Consul Agent with Registrator Auto Configuration"
version: "0.6-rancher2"
uuid: consul-registrator-1
maximum_rancher_version: v1.9.99
questions:
- variable: consul_server
label: "Consul Server Hostname/IP"

View File

@ -3,6 +3,7 @@
description: "Secure Consul cluster"
version: "0.6-rancher1"
uuid: consul-0
maximum_rancher_version: v1.9.99
questions:
- variable: ca_crt
label: "CA certificate"

View File

@ -4,6 +4,7 @@
version: "0.8-rancher1"
upgrade_from: 0.0.0-rancher1
uuid: consul-0
maximum_rancher_version: v1.9.99
questions:
- variable: ca_crt
label: "CA certificate"

View File

@ -3,6 +3,7 @@
version: "1.1.0-11.0.5123"
description: "Real-time performance tracking and visualization of your container-based application deployment"
minimum_rancher_version: v1.2.0
maximum_rancher_version: v1.9.99
questions:
- variable: "api_key"
label: "Datadog API Key"

View File

@ -4,6 +4,7 @@
description: |
DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database.
minimum_rancher_version: v0.56.0
maximum_rancher_version: v1.9.99
maintainer: "Tim Kopplow <tim@arctium.io>"
uuid: dokuwiki-0
questions:

View File

@ -3,6 +3,7 @@
version: 0.4-rancher1
description: |
Drone CI Server
maximum_rancher_version: v1.9.99
questions:
- variable: "remote_driver"
type: "enum"

View File

@ -3,6 +3,7 @@
version: 0.4-rancher2
description: |
Drone CI Server
maximum_rancher_version: v1.9.99
questions:
- variable: "remote_driver"
type: "enum"

View File

@ -5,6 +5,7 @@ catalog:
upgrade_from: 0.5-rancher1
description: |
Drone CI Server ref http://readme.drone.io/admin/installation-guide/
maximum_rancher_version: v1.9.99
questions:
- variable: host_port
label: Drone server Host Port

View File

@ -5,6 +5,7 @@ catalog:
upgrade_from: 0.5-rancher1
description: |
Drone CI Server ref http://readme.drone.io/admin/installation-guide/
maximum_rancher_version: v1.9.99
questions:
- variable: host_port
label: Drone server Host Port

View File

@ -5,6 +5,7 @@ catalog:
upgrade_from: 0.5-rancher1
description: |
Drone CI Server ref http://readme.drone.io/admin/installation-guide/
maximum_rancher_version: v1.9.99
questions:
- variable: drone_host
label: Drone Host URL

View File

@ -5,6 +5,7 @@
(Experimental) Poll Rancher Metadata for Drone Agents
and add/remove nodes accordingly.
minimum_rancher_version: v0.56.0
maximum_rancher_version: v1.9.99
maintainer: cloudnautique
questions:
- variable: DRONE_TOKEN

View File

@ -5,6 +5,7 @@ catalog:
description: "Blog tool, publishing platform and CMS"
uuid: Drupal-0
minimum_rancher_version: v0.51.0
maximum_rancher_version: v1.9.99
questions:
- variable: "PUBLIC_PORT"
description: "public port to access the drupal site"

View File

@ -2,6 +2,7 @@
name: "Elasticsearch"
version: "2.2.2-rancher1"
description: "Elasticsearch. You know, for search"
maximum_rancher_version: v1.9.99
questions:
- variable: cluster_name
description: "Unique name to assign to your Elasticsearch cluster."

View File

@ -2,6 +2,7 @@
name: "Elasticsearch"
version: "2.4.3-rancher1"
description: "Elasticsearch. You know, for search"
maximum_rancher_version: v1.9.99
questions:
- variable: cluster_name
description: "Unique name to assign to your Elasticsearch cluster."

View File

@ -2,6 +2,7 @@
name: "Elasticsearch"
version: "1.7.1-rancher1"
description: "Elasticsearch. You know, for search"
maximum_rancher_version: v1.9.99
questions:
- variable: cluster_name
description: "Unique name to assign to your Elasticsearch cluster."

View File

@ -2,6 +2,7 @@
name: "Elasticsearch"
version: "1.7.3-rancher1"
description: "Elasticsearch. You know, for search"
maximum_rancher_version: v1.9.99
questions:
- variable: cluster_name
description: "Unique name to assign to your Elasticsearch cluster."

View File

@ -2,7 +2,7 @@
name: Elasticsearch Cluster
version: 5.4.0-rancher1
description: Scalable Elasticsearch Cluster
maximum_rancher_version: v1.9.99
questions:
- variable: "cluster_name"
type: "string"

View File

@ -2,7 +2,7 @@
name: Elasticsearch Cluster
version: 5.4.2-rancher1
description: Scalable Elasticsearch Cluster
maximum_rancher_version: v1.9.99
questions:
- variable: "cluster_name"
type: "string"

View File

@ -3,7 +3,7 @@ catalog:
name: Elasticsearch Cluster
version: 5.4.2-rancher2
description: Scalable Elasticsearch Cluster
maximum_rancher_version: v1.9.99
questions:
- variable: "cluster_name"
type: "string"

View File

@ -3,7 +3,7 @@ catalog:
name: Elasticsearch Cluster
version: 5.5.1-rancher1
description: Scalable Elasticsearch Cluster
maximum_rancher_version: v1.9.99
questions:
- variable: "cluster_name"
type: "string"

View File

@ -1,6 +1,7 @@
.catalog:
version: 2.3.7-beta.1
minimum_rancher_version: v1.1.1
maximum_rancher_version: v1.9.99
questions:
- variable: SCALE
description: Desired cluster size. 3, 5, or 7 are good choices. You will need this many hosts to reach your desired scale.

View File

@ -1,6 +1,7 @@
.catalog:
version: 2.3.7-beta.2
minimum_rancher_version: v1.2.0
maximum_rancher_version: v1.9.99
questions:
- variable: SCALE
description: Desired cluster size. 3, 5, or 7 are good choices. You will need this many hosts to reach your desired scale.

View File

@ -3,6 +3,7 @@
version: 10.0.22-rancher1
description: |
Galera Cluster based on MariaDB 10.0.22
maximum_rancher_version: v1.9.99
questions:
- variable: "mysql_root_password"
type: string

View File

@ -5,7 +5,7 @@ catalog:
version: "9.3.0"
description: "a Gitlab pipelines multi-runner, that will spawn privates runners in your infra."
minimum_rancher_version: v1.5.0
# maximum_rancher_version:
maximum_rancher_version: v1.9.99
# upgrade_from: # The previous versions that this template can be upgraded from
questions:
- variable: "GITLAB_URL"

View File

@ -5,7 +5,7 @@ catalog:
version: "9.4.1"
description: "a Gitlab pipelines multi-runner, that will spawn privates runners in your infra."
minimum_rancher_version: v1.5.0
# maximum_rancher_version:
maximum_rancher_version: v1.9.99
# upgrade_from: # The previous versions that this template can be upgraded from
questions:
- variable: "GITLAB_URL"

View File

@ -5,7 +5,7 @@ catalog:
version: "9.4.2"
description: "a Gitlab pipelines multi-runner, that will spawn privates runners in your infra."
minimum_rancher_version: v1.5.0
# maximum_rancher_version:
maximum_rancher_version: v1.9.99
# upgrade_from: # The previous versions that this template can be upgraded from
questions:
- variable: "GITLAB_URL"

View File

@ -4,6 +4,7 @@
description: |
Gitlab CE is a free GitHub alternative
minimum_rancher_version: v0.56.0
maximum_rancher_version: v1.9.99
maintainer: "Alexis Ducastel <alexis@ducastel.net>"
uuid: gitlab-0
questions:

View File

@ -4,6 +4,7 @@
description: |
Gitlab CE is a free GitHub alternative
minimum_rancher_version: v0.56.0
maximum_rancher_version: v1.9.99
maintainer: "Alexis Ducastel <alexis@ducastel.net>"
uuid: gitlab-0
questions:

View File

@ -4,6 +4,7 @@
description: |
Gitlab CE is a free GitHub alternative
minimum_rancher_version: v0.56.0
maximum_rancher_version: v1.9.99
maintainer: "Alexis Ducastel <alexis@ducastel.net>"
uuid: gitlab-0
questions:

View File

@ -4,6 +4,7 @@
description: |
Gitlab CE is a free GitHub alternative
minimum_rancher_version: v0.56.0
maximum_rancher_version: v1.9.99
maintainer: "Alexis Ducastel <alexis@ducastel.net>"
uuid: gitlab-0
questions:

View File

@ -5,6 +5,7 @@
(Experimental) Gocd agent.
maintainer: "Raul Sanchez <rawmind@gmail.com>"
minimum_rancher_version: v0.59.0
maximum_rancher_version: v1.9.99
uuid: goagent-0
questions:
- variable: "mem_initial"

View File

@ -5,6 +5,7 @@
(Experimental) Gocd server.
maintainer: "Raul Sanchez <rawmind@gmail.com>"
minimum_rancher_version: v0.59.0
maximum_rancher_version: v1.9.99
uuid: goserver-0
questions:
- variable: public_port

View File

@ -3,6 +3,7 @@ catalog:
name: GoCD
version: 17.3.0-rancher1
minimum_rancher_version: v1.5.0
maximum_rancher_version: v1.9.99
questions:
- variable: "DEPLOY_SERVER"
description: "Deploy GoCD server"

View File

@ -5,6 +5,7 @@ catalog:
description: "A painless self-hosted Git service"
uuid: gogs-0
minimum_rancher_version: v0.51.0
maximum_rancher_version: v1.9.99
questions:
- variable: http_port
description: "http port to access gogs webui"

View File

@ -3,6 +3,7 @@
version: "2.7.1-rancher1"
description: "Hadoop + Yarn"
minimum_rancher_version: v0.46.0
maximum_rancher_version: v1.9.99
questions:
- variable: "cluster"
label: "Cluster Name"

View File

@ -4,6 +4,7 @@
Influxdb
version: 1.2.2-rancher1
minimum_rancher_version: v1.0.0
maximum_rancher_version: v1.9.99
maintainer: "Raul Sanchez <rawmind@gmail.com>"
uuid: influxdb-0
questions:

View File

@ -4,6 +4,7 @@
description: |
(Experimental) Apache Kafka cluster.
minimum_rancher_version: v0.56.0
maximum_rancher_version: v1.9.99
maintainer: "Raul Sanchez <rawmind@gmail.com>"
uuid: kafka-0
questions:

View File

@ -4,6 +4,7 @@
description: |
(Experimental) Apache Kafka cluster.
minimum_rancher_version: v0.59.0
maximum_rancher_version: v1.9.99
maintainer: "Raul Sanchez <rawmind@gmail.com>"
uuid: kafka-0
questions:

View File

@ -4,6 +4,7 @@
description: |
(Experimental) Apache Kafka cluster.
minimum_rancher_version: v0.59.0
maximum_rancher_version: v1.9.99
maintainer: "Raul Sanchez <rawmind@gmail.com>"
uuid: kafka-0
questions:

View File

@ -4,6 +4,7 @@
description: |
(Experimental) Apache Kafka cluster.
minimum_rancher_version: v0.59.0
maximum_rancher_version: v1.9.99
maintainer: "Raul Sanchez <rawmind@gmail.com>"
uuid: kafka-0
questions:

View File

@ -2,6 +2,7 @@
name: "Kibana"
version: "4.1.1-rancher1"
description: "Kibana: Explore & Visualize Your Data"
maximum_rancher_version: v1.9.99
questions:
- variable: "elasticsearch_source"
description: "Link to elasticsearch service or stack/service"

View File

@ -2,6 +2,7 @@
name: "Kibana"
version: "4.4.2-rancher1"
description: "Kibana: Explore & Visualize Your Data"
maximum_rancher_version: v1.9.99
questions:
- variable: "elasticsearch_source"
description: "Link to elasticsearch service or stack/service"

View File

@ -2,6 +2,7 @@
name: "Kibana"
version: "4.6.3-rancher1"
description: "Kibana: Explore & Visualize Your Data"
maximum_rancher_version: v1.9.99
questions:
- variable: "elasticsearch_source"
description: "Link to elasticsearch service or stack/service"

View File

@ -2,6 +2,7 @@
name: "Kibana"
version: "5.3.0-rancher1"
description: "Kibana: Explore & Visualize Your Data"
maximum_rancher_version: v1.9.99
questions:
- variable: "elasticsearch_source"
description: "Link to elasticsearch service or stack/service"

View File

@ -3,6 +3,7 @@
version: 0.2.5
description: "Trusted SSL certificates at zero cost"
minimum_rancher_version: v0.63.0
maximum_rancher_version: v1.9.99
questions:
- variable: "EULA"
label: "I Agree to the Let's Encrypt TOS"

View File

@ -3,6 +3,7 @@
version: 0.2.7
description: "Trusted SSL certificates at zero cost"
minimum_rancher_version: v0.63.0
maximum_rancher_version: v1.9.99
questions:
- variable: "EULA"
label: "I Agree to the Let's Encrypt TOS"

View File

@ -3,6 +3,7 @@
version: 0.3.0
description: Trusted SSL certificates at zero cost
minimum_rancher_version: v0.63.0
maximum_rancher_version: v1.9.99
questions:
- variable: EULA
label: I Agree to the Let's Encrypt TOS

View File

@ -3,6 +3,7 @@
version: 0.4.0
description: Trusted SSL certificates at zero cost
minimum_rancher_version: v1.2.0-pre4-rc1
maximum_rancher_version: v1.9.99
questions:
- variable: EULA
label: I Agree to the Let's Encrypt TOS

View File

@ -3,6 +3,7 @@
version: 0.5.0
description: Trusted SSL certificates at zero cost
minimum_rancher_version: v1.5.0
maximum_rancher_version: v1.9.99
questions:
- variable: EULA
label: I Agree to the Let's Encrypt TOS

View File

@ -4,6 +4,7 @@
description: "Ecommerce powered by Meanshop"
uuid: meanshop-0
minimum_rancher_version: v0.51.0
maximum_rancher_version: v1.9.99
questions:
- variable: "MEANSHOP_HOST"
description: "Hostname to use for the MEANSHOP server"

View File

@ -3,6 +3,7 @@
version: "v1.8"
description: "Minecraft server"
uuid: minecraft-0
maximum_rancher_version: v1.9.99
questions:
- variable: "EULA"
label: "Accept EULA"

View File

@ -3,6 +3,7 @@
version: "v1.11"
description: "Minecraft server"
uuid: minecraft-0
maximum_rancher_version: v1.9.99
questions:
- variable: "EULA"
label: "Accept EULA"

View File

@ -2,6 +2,7 @@ version: '2'
catalog:
name: Minio
version: 2017-03-16-rancher1
maximum_rancher_version: v1.9.99
questions:
- variable: "MINIO_SCALE"
description: "Number of minio nodes."

View File

@ -4,6 +4,7 @@
description: "A recommended stack for the MySQL RDBMS."
uuid: mysql-0
minimum_rancher_version: v1.0.0
maximum_rancher_version: v1.9.99
questions:
- variable: mysql_lb_port
description: "Public port for access to MySQL through the load balancer"

View File

@ -5,6 +5,7 @@ catalog:
name: nextcloud
version: 0.0.1
description: Nextcloud - Enterprise File Sync and Share
maximum_rancher_version: v1.9.99
questions:
- variable: NEXTCLOUD_PORT
label: Port

View File

@ -5,6 +5,7 @@
Enterprise Content Management
Platform for Business Applications
uuid: nuxeo-1
maximum_rancher_version: v1.9.99
questions:
- variable: clid
description: "A valid CLID to be able to download packages from Nuxeo Online Services. in the form part1\npart2"

View File

@ -5,6 +5,7 @@ catalog:
name: openproject
version: 0.0.1
description: Project planning and scheduling
maximum_rancher_version: v1.9.99
questions:
- variable: OPENPROJECT_PORT
label: Port

View File

@ -4,6 +4,7 @@
description: |
OpenVPN for Rancher with HTTP Basic authentication
minimum_rancher_version: v0.56.0
maximum_rancher_version: v1.9.99
maintainer: "Alexis Ducastel <alexis@ducastel.net>"
uuid: openvpn-httpbasic-0
questions:

View File

@ -4,6 +4,7 @@
description: |
OpenVPN for Rancher with HTTP Digest authentication
minimum_rancher_version: v0.56.0
maximum_rancher_version: v1.9.99
maintainer: "Alexis Ducastel <alexis@ducastel.net>"
uuid: openvpn-httpdigest-0
questions:

View File

@ -4,6 +4,7 @@
description: |
OpenVPN for Rancher with LDAP authentication
minimum_rancher_version: v0.56.0
maximum_rancher_version: v1.9.99
maintainer: "Alexis Ducastel <alexis@ducastel.net>"
uuid: openvpn-ldap-0
questions:

View File

@ -4,6 +4,7 @@
description: |
OpenVPN for Rancher with "Rancher local" authentication.
minimum_rancher_version: v0.56.0
maximum_rancher_version: v1.9.99
maintainer: "Alexis Ducastel <alexis@ducastel.net>"
uuid: openvpn-ldap-0
questions:

View File

@ -4,6 +4,7 @@
description: |
Plone CMS
uuid: plone-1
maximum_rancher_version: v1.9.99
questions:
- variable: "addons"
type: "string"

View File

@ -4,6 +4,7 @@
description: |
Plone CMS
uuid: plone-1
maximum_rancher_version: v1.9.99
questions:
- variable: "addons"
type: "string"

Some files were not shown because too many files have changed in this diff Show More