You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/creating-manifest/actions.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -246,9 +246,9 @@ cmd [nginx]:
246
246
247
247
### api
248
248
249
-
Executing actions available by means of [Virtuozzo PaaS Cloud API](http://docs.jelastic.com/api).
249
+
Executing actions available by means of [Virtuozzo Application Platform Cloud API](http://docs.jelastic.com/api).
250
250
251
-
There are a number of parameters required by Virtuozzo PaaS API that are defined automatically:
251
+
There are a number of parameters required by Virtuozzo Application Platform API that are defined automatically:
252
252
253
253
-*envName* - environment domain name where the API method is executed
254
254
@@ -280,7 +280,7 @@ api [cp]: api.environment.control.RestartNodes
280
280
where:
281
281
282
282
-`api [cp]` - target node group for the API method execution (*[cp]*)
283
-
-*api.environment.control.RestartNodes* - Virtuozzo PaaS API method for restarting nodes by group
283
+
-*api.environment.control.RestartNodes* - Virtuozzo Application Platform API method for restarting nodes by group
284
284
285
285
This method (*api.environment.control.RestartNodes*) can be simplified like shown in the next example.
286
286
@@@
@@ -1419,11 +1419,11 @@ script [cp, 12345]: |
1419
1419
```
1420
1420
@@!
1421
1421
1422
-
The `script` action provides an ability to execute Virtuozzo PaaS API in custom scripts. Therefore, it is easy to manage Virtuozzo PaaS environments by `scripts`.
1423
-
There are [ready-to-go solutions](/samples/#complex-ready-to-go-solutions) certified by Virtuozzo PaaS team.
1422
+
The `script` action provides an ability to execute Virtuozzo Application Platform API in custom scripts. Therefore, it is easy to manage Virtuozzo Application Platform environments by `scripts`.
1423
+
There are [ready-to-go solutions](/samples/#complex-ready-to-go-solutions) certified by Virtuozzo Application Platform team.
1424
1424
1425
1425
!!! note
1426
-
Learn more about using <ahref="http://docs.jelastic.com/api"target="_blank">Virtuozzo PaaS Cloud API</a>.
1426
+
Learn more about using <ahref="http://docs.jelastic.com/api"target="_blank">Virtuozzo Application Platform Cloud API</a>.
1427
1427
1428
1428
### setGlobals
1429
1429
@@ -2448,7 +2448,7 @@ where:
2448
2448
2449
2449
-`id` - identifier of a custom add-on
2450
2450
2451
-
You can locate the installed add-ons within the **Add-ons** tab at the Virtuozzo PaaS dashboard.
2451
+
You can locate the installed add-ons within the **Add-ons** tab at the Virtuozzo Application Platform dashboard.
2452
2452
2453
2453

2454
2454
@@ -2527,7 +2527,7 @@ onInstall:
2527
2527
```
2528
2528
@@!
2529
2529
2530
-
The result window also returns the compute node's unique identifier at Virtuozzo PaaS Platform.
2530
+
The result window also returns the compute node's unique identifier at Virtuozzo Application Platform.
2531
2531

2532
2532
2533
2533
If the action returns an object, a response code can be redefined. So the *message* or *result* code parameters are required in the *return* object. Herewith, a zero (0) *result* code is not passed to the response code.
Copy file name to clipboardExpand all lines: docs/creating-manifest/basic-configs.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,15 +93,15 @@ envGroups: array/string
93
93
@@!
94
94
95
95
-`type`*[optional]* - type of the application installation. Available values are **install** and **update**. More details described above
96
-
-`version` - *[optional]* - JPS type supported by the Virtuozzo PaaS Platform. See the <ahref="/virtuozzo-cs-correspondence/"target="_blank">correspondence between version</a> page
96
+
-`version` - *[optional]* - JPS type supported by the Virtuozzo Application Platform. See the <ahref="/virtuozzo-cs-correspondence/"target="_blank">correspondence between version</a> page
97
97
-`name`*[required]* - JPS custom name
98
98
-`logo`*[optional]* - JPS image that will be displayed within custom add-ons
99
99
-`description` - text string that describes a template. This section should always follow the template format version section
100
100
-`homepage`*[optional]* - link to any external application source
101
101
-`categories` - categories available for manifests filtering
-`name`*[optional]*[string] - text or JavaScript RegExp argument to filtering region's by name
107
107
-`region`*[optional]* - region, where an environment will be installed. Option will be used only with **type**`install`
@@ -176,7 +176,7 @@ The list of available parameters are:
176
176
-`displayName`*[optional]* - node's display name (i.e. <ahref="https://www.virtuozzo.com/application-platform-docs/environment-aliases/"target="_blank">alias</a>)
177
177
-`extip`*[optional]* - attaching public IP address to a container. The default value is *'false'*
178
178
-`addons`*[optional]* - a list of addons, which will be installed in current `nodeGroup`. Addons will be installed after environment installation and `onInstall` action will be finished. [More details here](/creating-manifest/addons/)
179
-
-`tag`*[optional]* - an image tag for `dokerized` Virtuozzo PaaS templates with `nodeType` parameter. Full list of supported tag [here](/creating-manifest/selecting-containers/#dokerized-template-tags)
179
+
-`tag`*[optional]* - an image tag for `dokerized` Virtuozzo Application Platform templates with `nodeType` parameter. Full list of supported tag [here](/creating-manifest/selecting-containers/#dokerized-template-tags)
180
180
-`scalingMode`*[optional]* - *stateless* or *stateful*[scaling](https://www.virtuozzo.com/application-platform-docs/horizontal-scaling/) mode, the possible values are *'STATELESS'* or *'STATEFUL'* respectively. The default value is *'STATEFUL'* for *nodeGroup* types: *bl,cp,vds*. For the rest of *nodeGroup* types the default value is *'STATELESS'*
181
181
-`diskLimit`*[optional]* - sets a storage size limit. The default value is equal to disk quota for current *nodeGroup*. It is measured in GB by default. The MB and TB can be used as well. Examples:
182
182
- 10 = 10 GB
@@ -400,7 +400,7 @@ The service starts if:
400
400
401
401
#### Cluster
402
402
403
-
In Virtuozzo PaaS the following *[nodeTypes](https://docs.cloudscripting.com/creating-manifest/selecting-containers/#supported-stacks)* can be clusterized with help of built-in [Auto-Сlustering feature](https://www.virtuozzo.com/application-platform-ops-docs/auto-clustering-templates/):
403
+
In Virtuozzo Application Platform the following *[nodeTypes](https://docs.cloudscripting.com/creating-manifest/selecting-containers/#supported-stacks)* can be clusterized with help of built-in [Auto-Сlustering feature](https://www.virtuozzo.com/application-platform-ops-docs/auto-clustering-templates/):
404
404
405
405
* Application Servers: GlassFish, WildFly, Payara
406
406
* SQL Databases: MySQL, MariaDB, PostgreSQL
@@ -545,7 +545,7 @@ The setting is stored in *nodeGroup* settings and [can be overridden via API](#u
545
545
<!-- RegionFiltering section -->
546
546
### Regions Filtering
547
547
548
-
Virtuozzo PaaS provides a possibility to use multiple availability regions within a single PaaS installation. The number of hardware regions depends on user account and hosting provider.
548
+
Virtuozzo Application Platform provides a possibility to use multiple availability regions within a single PaaS installation. The number of hardware regions depends on user account and hosting provider.
549
549
550
550
If multiple regions are available, the environment will be created at one that is chosen based on the following filtering rules:
551
551
@@ -887,7 +887,7 @@ nodes:
887
887
```
888
888
@@!
889
889
890
-
Environment variables can manage to control nodes availability from outside to the platform. <ahref="https://www.virtuozzo.com/application-platform-docs/custom-firewall/"target="_blank">Virtuozzo PaaS Container Firewall</a> feature was implemented in Virtuozzo PaaS version 5.4 and new firewall rules can be set during creating new environment.<br>
890
+
Environment variables can manage to control nodes availability from outside to the platform. <ahref="https://www.virtuozzo.com/application-platform-docs/custom-firewall/"target="_blank">Virtuozzo Application Platform Container Firewall</a> feature was implemented in Virtuozzo Application Platform version 5.4 and new firewall rules can be set during creating new environment.<br>
891
891
The reserved environment variable for this option is - **JELASTIC_PORTS**. This parameter defines which ports will be added in *inbound* rules. All rules in this case will be added for both protocols (**TCP/UDP**).
892
892
893
893
@@@
@@ -917,7 +917,7 @@ nodes:
917
917
All ports for output traffic are opened by default.
918
918
919
919
Another one reserved environment variables is **ON_ENV_INSTALL**. This variable is responsible for executing new JPS installation after new nodeGroup (layer of nodes) has been created.<br>
920
-
This variable for **nodeGroup** can be set in JPS or via dashboard. More info about Docker configuration is Virtuozzo PaaS dashboard <ahref="https://www.virtuozzo.com/application-platform-docs/container-configuration/"target="_blank">here</a>.
920
+
This variable for **nodeGroup** can be set in JPS or via dashboard. More info about Docker configuration is Virtuozzo Application Platform dashboard <ahref="https://www.virtuozzo.com/application-platform-docs/container-configuration/"target="_blank">here</a>.
921
921
922
922
!!! note
923
923
> By default in manifest from the **ON_ENV_INSTALL** variable *\${settings.nodeGroup}* placeholder is defined. It will be a nodeGroup value where this manifest is executed.
By default in Virtuozzo PaaS, a user is informed via email about adding new nodes into environments. In Cloud Scripting there is an ability to set an option to skip these emails upon environment creation:
1120
+
By default in Virtuozzo Application Platform, a user is informed via email about adding new nodes into environments. In Cloud Scripting there is an ability to set an option to skip these emails upon environment creation:
1121
1121
- globally for all *nodeTypes*
1122
1122
- for specific *nodeTypes*
1123
1123
This option does not affect the email notification upon node addition by scaling.
@@ -1253,7 +1253,7 @@ The error 11022 is ignored and gets to no crash report.
1253
1253
1254
1254
##Relative Links
1255
1255
1256
-
The relative links functionality is intended to specify the JPS file’s base URL, in relation to which the subsequent links can be set throughout the manifest. This source destination (URL) can point either to the text of the file or its raw code. Therefore, it is passed in the manifest through the <b>*baseUrl*</b> parameter or specified while <ahref="https://www.virtuozzo.com/application-platform-docs/environment-export-import/"target="_blank">importing</a> a corresponding JPS file via the Virtuozzo PaaS dashboard.
1256
+
The relative links functionality is intended to specify the JPS file’s base URL, in relation to which the subsequent links can be set throughout the manifest. This source destination (URL) can point either to the text of the file or its raw code. Therefore, it is passed in the manifest through the <b>*baseUrl*</b> parameter or specified while <ahref="https://www.virtuozzo.com/application-platform-docs/environment-export-import/"target="_blank">importing</a> a corresponding JPS file via the Virtuozzo Application Platform dashboard.
1257
1257
1258
1258
!!! note
1259
1259
> The *baseUrl* value declared within the manifest has higher priority than installation via URL (i.e. <ahref="https://www.virtuozzo.com/application-platform-docs/environment-export-import/"target="_blank">Import</a>).
@@ -1289,7 +1289,7 @@ success: README.md
1289
1289
```
1290
1290
@@!
1291
1291
1292
-
In case of the manifest installation via URL by means of the Virtuozzo PaaS**Import** functionality, the `baseUrl` placeholder will be defined if the specified path is set as in the example below:
1292
+
In case of the manifest installation via URL by means of the Virtuozzo Application Platform**Import** functionality, the `baseUrl` placeholder will be defined if the specified path is set as in the example below:
1293
1293
1294
1294
```
1295
1295
${baseUrl}/manifest.jps
@@ -1338,7 +1338,7 @@ success: text.txt
1338
1338
```
1339
1339
@@!
1340
1340
1341
-
In the example above the text *text.txt* will be displayed in success email notification and in success window in Virtuozzo PaaS dashboard when JPS installation will be finished. If URL **https://example.com/text.txt** has any content then that content will be displayed.
1341
+
In the example above the text *text.txt* will be displayed in success email notification and in success window in Virtuozzo Application Platform dashboard when JPS installation will be finished. If URL **https://example.com/text.txt** has any content then that content will be displayed.
1342
1342
1343
1343
The Cloud Scripting engine also supports a `${baseUrl}` placeholder. It can be used throughout the users’ customs scripts (within the <ahref="../actions/#cmd"target="_blank">*cmd*</a> and <ahref="../actions/#script"target="_blank">*script*</a> actions).
0 commit comments