updated OpenFaaS meta data for catalog.

This commit is contained in:
Ken Fukuyama 2017-09-19 22:16:25 +09:00
parent 75f4db112a
commit 9e464b4340
2 changed files with 6 additions and 5 deletions

View File

@ -1,12 +1,12 @@
.catalog: .catalog:
name: "OpenFaaS" name: "OpenFaaS"
version: "v0.0.1" version: "v0.0.2"
description: "Enable Rancher as a backend for Functions as a Service (OpenFaaS)" description: "Enable Rancher as a backend for Functions as a Service (OpenFaaS)"
uuid: "openfaas-0" uuid: "openfaas-0"
minimum_rancher_version: v1.5.0 minimum_rancher_version: v1.5.0
questions: questions:
- variable: "CATTLE_URL" - variable: "CATTLE_URL"
description: "The v2-beta Rancher Server Endpoint" description: "The v2-beta Rancher Server Endpoint. e.g. https://try.rancher.com/v2-beta"
label: "Rancher Server Endpoint URL" label: "Rancher Server Endpoint URL"
required: true required: true
type: "string" type: "string"
@ -21,7 +21,8 @@
required: true required: true
type: "string" type: "string"
- variable: "FUNCTION_STACK_NAME" - variable: "FUNCTION_STACK_NAME"
description: "The stack name faas functions will be deployed to. Don't forget to create it!" description: "The stack name faas functions will be deployed to. It will automatically be created."
default: "faas-functions"
label: "Functions Stack Name" label: "Functions Stack Name"
required: true required: true
type: "string" type: "string"

View File

@ -1,7 +1,7 @@
name: OpenFaaS name: OpenFaaS
description: | description: |
Functions as a Service - a serverless framework for Docker Functions as a Service - a serverless framework for Docker
version: v0.0.1 version: v0.0.2
category: Platform category: Platform
license: MIT license: MIT
projectURL: https://github.com/kenfdev/rancher-cattle-openfaas projectURL: https://github.com/alexellis/faas