forked from virtuozzo/cloudscripting-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Target page:
http://docs.cloudscripting.com/creating-manifest/basic-configs/
Reporter:
Comment:
- need to add param type "boolean"
- inaccuracy in description:
"The following parameters are available for Docker:
startService [optional] ..."
"The startService flag works only for custom dockers and for dockerized templates ..."
Selected text:
YAML
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
jpsType: install
name: MyNodes
settings:
fields:
- caption: Arbitrary number of Nodes
type: spinner
name: nodes
increment: 1
default: 1
min: 1 - caption: Cloudlets
type: spinner
name: cldts
increment: 2
default: 4
min: 4
nodes:
nodeType: apache2
nodeGroup: cp
count: ${settings.nodes}
cloudlets: ${settings.cldts}
JSON
startService Parameter
The startService flag is responsible for a service launch and its addition to the autoload while container creation. By default, this parameter is enabled but can be deactivated by changing the startService value to false.
The startService flag works only for custom dockers and for dockerized templates, and, accordingly, does not affect the cartridges and legacy native templates.