Skip to content

Commit

Permalink
Add some missing variables in portainer templates (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
dancn authored and taliaga committed May 8, 2018
1 parent 857db15 commit d164e5b
Show file tree
Hide file tree
Showing 7 changed files with 139 additions and 99 deletions.
218 changes: 123 additions & 95 deletions portainer/templates.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
env:
- name: ORION_VERSION
label: Orion Version
- name: ORION_LOG_LEVEL
label: Orion Log Level
- name: MONGO_SERVICE_URI
label: Mongo Service URI
- name: REPLICASET_NAME
Expand Down
6 changes: 4 additions & 2 deletions recipes/data-management/quantumleap/portainer-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
label: QuantumLeap Verions
- name: CRATE_HOST
label: CRATE Host
- name: CRATE_VERSION
label: CRATE Version
- name: TRAEFIK_VERSION
label: Traefik Version
- name: CLUSTER_DOMAIN
label: CLUSTER Domain
- name: EXPECTED_NODES
Expand All @@ -29,8 +33,6 @@
label: Minimum Master Nodes
- name: DOCKER_MTU
label: Docker MTU
- name: CRATE_VERSION
label: CRATE Version

- title: QuantumLeap Addons
type: stack
Expand Down
4 changes: 3 additions & 1 deletion recipes/data-management/sth/ha/portainer-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
env:
- name: COMET_VERSION
label: Comet Version
- name: REPLICA_SET
- name: MONGO_SERVICE_URI
label: Mongo Service Uri
- name: REPLICASET_NAME
label: Replica Set Name
- name: DOCKER_MTU
label: Docker MTU
4 changes: 4 additions & 0 deletions recipes/iot-services/iotagent-lwm2m/portainer-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,9 @@
env:
- name: IOTA_VERSION
label: IOT Agent Version
- name: IOTA_LWM
- label: IOT Agent LWM
- name: IOTA_NORTH_PORT
- label: IOT Agent North Port
- name: DOCKER_MTU
label: Docker MTU
2 changes: 1 addition & 1 deletion recipes/security/api-umbrella/portainer-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
url: https://github.com/smartsdk/smartsdk-recipes
stackfile: recipes/security/api-umbrella/docker-compose.yml
env:
- name: API_UMBRELLA_VERSION
- name: API_UMBRELLA_VERSION
label: API Umbrella Version
- name: DOCKER_MTU
label: Docker MTU
2 changes: 2 additions & 0 deletions recipes/utils/mongo-replicaset/portainer-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
env:
- name: MONGO_VERSION
label: MONGO Version
- name: MONGO_PORT
label: MONGO Port
- name: REPLICASET_NAME
label: Replica Set Name
- name: BACKEND_NETWORK_NAME
Expand Down

0 comments on commit d164e5b

Please sign in to comment.