"description":"number of slappart to deploy inside the runner",
"description":"number of slappart to deploy inside the runner. Needs instance to be restarted.",
"type":"integer",
"default":10
},
...
...
@@ -14,7 +14,7 @@
"description":"a relative path from the slapos git repo to a folder containing a software release, which will be automaticaly deployed while the runner instanciation, and only if the parameter auto-deploy is set to 'true'. For example: 'software/helloworld",
"type":"string"
},
"auto-deploy":{"description":"authorizes the software declared with 'slapos-software' to be automatically deployed, or not",
"auto-deploy":{"description":"authorizes the software declared with 'slapos-software' to be automatically deployed, or not. Needs instance to be restarted.",
"type":"boolean",
"default":"false"
},
...
...
@@ -29,12 +29,12 @@
"default":"master"
},
"auto-deploy-instance":{
"description":"prevent the runner from deploying and starting instances",
"description":"prevent the runner from deploying and starting instances. Needs instance to be restarted.",
"type":"boolean",
"default":"true, but is set to false for instances of type 'import' in resiliency"
},
"autorun":{
"description":"let automaticaly build and run a declared software with 'slapos-software'. Only works if 'slapos-software' is set, and 'auto-deploy' is true",
"description":"let automaticaly build and run a declared software with 'slapos-software'. Only works if 'slapos-software' is set, and 'auto-deploy' is true. Needs instance to be restarted.",