Fixes for typo in zammad template and match the service in rancher-compose with docker-compose (#481)

* fix typo

* update service name to match services in docker-compose.yml
This commit is contained in:
Denise 2017-04-08 12:18:40 -07:00 committed by Bill Maxwell
parent 3182faff66
commit f377ca033e
2 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@
name: "Nuxeo Platform" name: "Nuxeo Platform"
version: 8.1-rancher1 version: 8.1-rancher1
description: | description: |
Enterprise Content Management Enterprise Content Management
Platform for Business Applications Platform for Business Applications
uuid: nuxeo-1 uuid: nuxeo-1
questions: questions:
@ -16,14 +16,14 @@
type: "string" type: "string"
label: "List of Nuxeo packages" label: "List of Nuxeo packages"
description: | description: |
List of Nuxeo packages List of Nuxeo packages
default: nuxeo-web-mobile nuxeo-drive nuxeo-diff nuxeo-spreadsheet nuxeo-dam nuxeo-template-rendering nuxeo-template-rendering-samples nuxeo-showcase-content default: nuxeo-web-mobile nuxeo-drive nuxeo-diff nuxeo-spreadsheet nuxeo-dam nuxeo-template-rendering nuxeo-template-rendering-samples nuxeo-showcase-content
- variable: url - variable: url
description: "The URL that this nuxeo instance should serve" description: "The URL that this nuxeo instance should serve"
label: "Nuxeo URL" label: "Nuxeo URL"
type: "string" type: "string"
required: true required: true
default: "http://localhost:8080/" default: "http://localhost:8080/"
- variable: volumedriver - variable: volumedriver
type: "string" type: "string"
label: "Volume driver" label: "Volume driver"
@ -40,14 +40,14 @@ nuxeo:
interval: 5000 interval: 5000
unhealthy_threshold: 5 unhealthy_threshold: 5
# For TCP, request_line needs to be '' # For TCP, request_line needs to be ''
# TCP Example: # TCP Example:
# request_line: '' # request_line: ''
request_line: GET /nuxeo/login.jsp request_line: GET /nuxeo/login.jsp
healthy_threshold: 2 healthy_threshold: 2
# Response timeout is measured in milliseconds # Response timeout is measured in milliseconds
response_timeout: 2000 response_timeout: 2000
elasticsearch: elasticsearch-masters:
metadata: metadata:
elasticsearch: elasticsearch:
yml: yml:
@ -67,4 +67,4 @@ lb:
interval: 2000 interval: 2000
unhealthy_threshold: 3 unhealthy_threshold: 3
healthy_threshold: 2 healthy_threshold: 2
response_timeout: 2000 response_timeout: 2000

View File

@ -23,7 +23,7 @@ zammad-scheduler:
start_on_create: true start_on_create: true
zammad-railsserver: zammad-railsserver:
scale: 1 scale: 1
tart_on_create: true start_on_create: true
zammad-websocket: zammad-websocket:
scale: 1 scale: 1
start_on_create: true start_on_create: true