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
+20-20Lines changed: 20 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Any container operation can be performed using a [*cmd*](#cmd) action. Moreover,
51
51
52
52
### cmd
53
53
54
-
The *cmd* action executes *[commands](https://docs.jelastic.com/ssh-overview)* in synchronous and asynchronous modes. Within one container the *cmd* actions can be performed in synchronous mode only. Within one environment *cmd* actions can be performed asynchronously in case similar actions are required to be executed on different nodeGroups.
54
+
The *cmd* action executes *[commands](https://www.virtuozzo.com/application-platform-docs/ssh-gate/)* in synchronous and asynchronous modes. Within one container the *cmd* actions can be performed in synchronous mode only. Within one environment *cmd* actions can be performed asynchronously in case similar actions are required to be executed on different nodeGroups.
The same action can be performed asynchronously on all nodes of specific *[nodeGroup](https://docs.jelastic.com/paas-components-definition#layer)* or several ones provided as the list: [cp, bl].
96
+
The same action can be performed asynchronously on all nodes of specific *[nodeGroup](https://www.virtuozzo.com/application-platform-docs/paas-components-definition/#layer)* or several ones provided as the list: [cp, bl].
-`extip`*[optional]* - attaching the external IP address to a container. The default value is *'false'*.
839
839
-`fixedCloudlets`*[optional]* - number of reserved cloudlets. The default value is *'0'*.
840
840
-`flexibleCloudlets`*[optional]* - number of dynamic cloudlets. The default value is *'1'*.
841
-
-`displayName`*[optional]* - node's display name (i.e. <ahref="https://docs.jelastic.com/environment-aliases"target="_blank">alias</a>)
842
-
The following parameters are required for <ahref="https://docs.jelastic.com/dockers-overview"target="_blank">Docker</a> containers only:
841
+
-`displayName`*[optional]* - node's display name (i.e. <ahref="https://www.virtuozzo.com/application-platform-docs/environment-aliases/"target="_blank">alias</a>)
842
+
The following parameters are required for <ahref="https://www.virtuozzo.com/application-platform-docs/container-types/"target="_blank">Docker</a> containers only:
843
843
-`dockerName`*[optional]* - name and tag of Docker image
-`nodeId`, `nodeGroup`, `nodeType` - parameters that determine target containers for the action execution (at least one of these parameters is required)
873
-
-`string` - node’s display name (i.e. <ahref="https://docs.jelastic.com/environment-aliases"target="_blank">alias</a>)
873
+
-`string` - node’s display name (i.e. <ahref="https://www.virtuozzo.com/application-platform-docs/environment-aliases/"target="_blank">alias</a>)
874
874
875
875
The action `setNodeDisplayName` has the default parameter called **displayName**. It is useful to set display name for few node layers in the same `action`. For example:
876
876
@@@
@@ -1419,11 +1419,11 @@ script [cp, 12345]: |
1419
1419
```
1420
1420
@@!
1421
1421
1422
-
The `script` action provides an ability to execute Jelastic API in custom scripts. Therefore, it is easy to manage Jelastic environments by `scripts`.
1423
-
There are [ready-to-go solutions](/samples/#complex-ready-to-go-solutions) certified by Jelastic team.
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.
1424
1424
1425
1425
!!! note
1426
-
Learn more about using <ahref="http://docs.jelastic.com/api"target="_blank">Jelastic Cloud API</a>.
1426
+
Learn more about using <ahref="http://docs.jelastic.com/api"target="_blank">Virtuozzo PaaS Cloud API</a>.
1427
1427
1428
1428
### setGlobals
1429
1429
@@ -1924,7 +1924,7 @@ where:
1924
1924
-`jps` - URL to your custom JPS manifest
1925
1925
-`settings` - user custom parameters
1926
1926
1927
-
The `nodeGroup`[filtering](../selecting-containers/#selector-types) can be applied to the `install` action in order to carry out addon installation on different [layers](https://docs.jelastic.com/paas-components-definition#layer) within one environment.
1927
+
The `nodeGroup`[filtering](../selecting-containers/#selector-types) can be applied to the `install` action in order to carry out addon installation on different [layers](https://www.virtuozzo.com/application-platform-docs/paas-components-definition/#layer) within one environment.
-`envName` - short domain name of a new environment
2397
2397
-`name` - JPS name
2398
2398
-`nodes` - nodes description
@@ -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 Jelastic dashboard.
2451
+
You can locate the installed add-ons within the **Add-ons** tab at the Virtuozzo PaaS 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 Jelastic Platform.
2530
+
The result window also returns the compute node's unique identifier at Virtuozzo PaaS 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.
0 commit comments