Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/creating-manifest/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ cmd [nginx]:

### api

Executing actions available by means of [Virtuozzo Application Platform Cloud API](http://docs.jelastic.com/api).
Executing actions available by means of [Virtuozzo Application Platform Cloud API](https://docs.jelastic.com/api/).

There are a number of parameters required by Virtuozzo Application Platform API that are defined automatically:

Expand Down Expand Up @@ -1423,7 +1423,7 @@ The `script` action provides an ability to execute Virtuozzo Application Platfor
There are [ready-to-go solutions](/samples/#complex-ready-to-go-solutions) certified by Virtuozzo Application Platform team.

!!! note
Learn more about using <a href="http://docs.jelastic.com/api" target="_blank">Virtuozzo Application Platform Cloud API</a>.
Learn more about using <a href="https://docs.jelastic.com/api/" target="_blank">Virtuozzo Application Platform Cloud API</a>.

### setGlobals

Expand Down
8 changes: 4 additions & 4 deletions docs/creating-manifest/basic-configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,15 +374,15 @@ The *startService* flag works only for custom dockers and for dockerized templat

The service doesn’t start as it is not added to autoload in the following cases:

- the [RestartContainersByGroup](http://apidoc.devapps.jelastic.com/5.4-private/#!/api/environment.Control-method-RestartContainersByGroup) or [RestartContainer](http://apidoc.devapps.jelastic.com/5.4-private/#!/api/environment.Control-method-RestartContainer) methods are called through the API
- the [RestartNodes](https://docs.jelastic.com/api/#!/api/environment.Control-method-RestartNodes) method is called through the API

- the environment is stopped/started

- the environment is cloned

- the environment is created with *startServiceOnCreation=false*

- the Restart button is pressed at the dashboard calling the [RestartContainersByGroup](http://apidoc.devapps.jelastic.com/5.4-private/#!/api/environment.Control-method-RestartContainersByGroup) and [RestartContainer](http://apidoc.devapps.jelastic.com/5.4-private/#!/api/environment.Control-method-RestartContainer) API methods (only for managed dockerized containers)
- the Restart button is pressed at the dashboard calling the [RestartNodes](https://docs.jelastic.com/api/#!/api/environment.Control-method-RestartNodes) API method (only for managed dockerized containers)


You can force adding the service to autoload by calling the *ExecDockerRunCmd* method
Expand All @@ -394,7 +394,7 @@ The service starts if:

- the container is scaled (starts at the newly added nodes)

- the Restart button is pressed at the dashboard calling the [RestartNodesByGroup](http://apidoc.devapps.jelastic.com/5.4-private/#!/api/environment.Control-method-RestartNodesByGroup) and [RestartNodeById](http://apidoc.devapps.jelastic.com/5.4-private/#!/api/environment.Control-method-RestartNodeById) API methods (only for native Docker containers)
- the Restart button is pressed at the dashboard calling the [RestartNodes](https://docs.jelastic.com/api/#!/api/environment.Control-method-RestartNodes) API method (only for native Docker containers)

<!-- end of startService section -->

Expand Down Expand Up @@ -1338,7 +1338,7 @@ success: text.txt
```
@@!

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.
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.

The Cloud Scripting engine also supports a `${baseUrl}` placeholder. It can be used throughout the users’ customs scripts (within the <a href="../actions/#cmd" target="_blank">*cmd*</a> and <a href="../actions/#script" target="_blank">*script*</a> actions).

Expand Down
4 changes: 2 additions & 2 deletions docs/creating-manifest/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -1718,7 +1718,7 @@ The event is executed after swapping the external domain names between two envir
- `result` - result code. The successful action result is '0'

### onBeforeSwapExtIps
The event is executed before swapping the external IPs between two environments via [API](https://docs.jelastic.com/api/#!/api/environment.Binder-method-SwapExtIps) or [Jelastic CLI](https://docs.jelastic.com/cli-ip-swap).
The event is executed before swapping the external IPs between two environments via [API](https://docs.jelastic.com/api/#!/api/environment.Binder-method-SwapExtIps) or [Virtuozzo Application Platform CLI](https://www.virtuozzo.com/application-platform-docs/cli-ip-swap/).

**Event Placeholders:**

Expand All @@ -1734,7 +1734,7 @@ The event is executed before swapping the external IPs between two environments
- `source` - “string” error description

### onAfterSwapExtIps
The event is executed after swapping the external IPs between two environments via [API](https://docs.jelastic.com/api/#!/api/environment.Binder-method-SwapExtIps) or [Jelastic CLI](https://docs.jelastic.com/cli-ip-swap).
The event is executed after swapping the external IPs between two environments via [API](https://docs.jelastic.com/api/#!/api/environment.Binder-method-SwapExtIps) or [Virtuozzo Application Platform CLI](https://www.virtuozzo.com/application-platform-docs/cli-ip-swap/).

**Event Placeholders:**

Expand Down
5 changes: 4 additions & 1 deletion docs/creating-manifest/visual-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ You can use the parameters from the following example to fetch your input data.
```yaml
settings:
prepopulate: URL
submitUnchanged: boolean
fields:
- showIf: object
type: string
Expand All @@ -45,6 +46,7 @@ settings:
{
"settings": {
"prepopulate": "URL",
"submitUnchanged": "boolean",
"fields": [
{
"showIf": "object",
Expand Down Expand Up @@ -74,6 +76,7 @@ settings:
where:

- `prepopulate` *[optional]* - link to a script, that will fetch default field values
- `submitUnchanged` *[optional]* - allows (*true*) or forbids (*false*) the user to submit via the add-on’s input fields the same values as were provided the previous time. Default value is *'false'*
- `fields` - array of fields that will be displayed in a custom form
- `showIf` - shows/hides field by condition
- `type` *[optional]* - input field type. The default value is *'string'*. Possible values:
Expand Down Expand Up @@ -3114,7 +3117,7 @@ Style 1 | Style 2
\# Heading 1 | Heading 1<br>\=\=\=\=\=\=\=\=\= | <h1 class='default'>Heading 1</h1>
\#\# Heading 2 | Heading 2<br>\-\-\-\-\-\-\-\-\-\-\-\- | <h2 class='default'>Heading 2</h2>
\[Link](https://virtuozzo.com) | [Link][1]<br>.<br>.<br>.<br>[1]: https://virtuozzo.com |[virtuozzo.com URL](https://virtuozzo.com)
\!\[Image](https://example.com/logo.png)| ![Image][1]<br>.<br>.<br>.<br>[1]: https://example.com/logo.png |![Image](https://jelastic.com/wp-content/themes/salient/assets/img/logo.png)
\!\[Image](https:<span>//</span>example.com/logo.png)| ![Image][1]<br>.<br>.<br>.<br>[1]: https:<span>//</span>example.com/logo.png |![Image](/img/favicon.ico)
\> Blockquote | |![blockquote](/img/markdown_blockquote.jpg) Blockquote
A paragraph.<br> <br>A paragraph after 1 blank line.| |A paragraph.<br><br>A paragraph after 1 blank line.
\* List<br>\* List| \- List<br>\- List |* List<br>* List
Expand Down
16 changes: 0 additions & 16 deletions docs/samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,6 @@
Add-on for advanced application security with automated firewall rules tuning
</td>
</tr>
<tr>
<td id="first-col">
<a target="_blank" href="https://github.com/jelastic-jps/payara/tree/master/addons/haproxy-load-balancing">Managed Haproxy Load Balancer</a>
</td>
<td>
Add-on to complement environment with auto-configured Docker Haproxy LB container
</td>
</tr>
<tr>
<td id="first-col">
<a target="_blank" href="https://github.com/jelastic-jps/managecat">Managecat</a>
Expand Down Expand Up @@ -159,14 +151,6 @@
Highly available GlassFish cluster on Docker containers with scalable Worker Nodes amount
</td>
</tr>
<tr>
<td id="first-col">
<a target="_blank" href="https://github.com/jelastic-jps/payara">Payara Micro Cluster</a>
</td>
<td>
Java-based app server cluster with autoscaling and session replication
</td>
</tr>
<tr>
<td id="first-col">
<a target="_blank" href="https://github.com/jelastic-jps/git-push-deploy">CI from Git Repo</a>
Expand Down