neuvector catalog for rancher

This commit is contained in:
atung
2017-02-22 14:26:20 -08:00
parent 1022ba1416
commit 16d0efc7c2
5 changed files with 84 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
.catalog:
name: "NeuVector"
version: "v0.9"
description: "Container Security Solution"
questions:
- variable: "NV_ALLINONE_LABEL"
label: "Allinone Host label"
description: "Specify a host label here that can be used to deploy the NeuVector AllInOne container, the NeuVector enforcer container will be deployed on any other hosts. Eg: neuvector.allinone_node=true (you could then add the label 'neuvector.allinone_node=true' to one host to use as management node)."
type: "string"
default: "neuvector.allinone_node=true"
required: true
- variable: "ALLINONE_ADDRESS"
description: Input the allinone service IP address here.
label: "NeuVector Allinone/Controller IP address"
default: "[allinone.neuvector.rancher.internal]"
required: true
type: "string"