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/install/configure_a4c_yorc_locations.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Yorc supports the following locations :
14
14
15
15
The following sections will describe in details how to configure a Google Compute
16
16
Engine location from Alien4Cloud UI, and a Hosts Pool.
17
-
For the other locations, see Yorc Alien4Cloud plugin documentation section [Configure a Yorc Orchestrator and a Location](https://yorc-a4c-plugin.readthedocs.io/en/v4.0.3/location.html).
17
+
For the other locations, see Yorc Alien4Cloud plugin documentation section [Configure a Yorc Orchestrator and a Location](https://yorc-a4c-plugin.readthedocs.io/en/v4.0.6/location.html).
18
18
19
19
[Configuring a Google Compute Engine location](configure_a4c_google_location.md)
Copy file name to clipboardexpand all lines: docs/install/install_yorc_docker.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ It can be done through different ways, that you can combine:
34
34
Command line flags take precedence over environment variables, which take precedence
35
35
over values defined in the configuration file.
36
36
37
-
See [Yorc Server configuration](https://yorc.readthedocs.io/en/v4.0.3/configuration.html)
37
+
See [Yorc Server configuration](https://yorc.readthedocs.io/en/v4.0.6/configuration.html)
38
38
documentation for details on how to configure the Yorc server using these three different methods.
39
39
40
40
This section will show the use of a configuration file.
@@ -58,12 +58,12 @@ ansible:
58
58
locations_file_path: /etc/yorc/locations.yaml
59
59
```
60
60
61
-
All properties defined above are described in the [Yorc Server configuration](https://yorc.readthedocs.io/en/v4.0.3/configuration.html) documentation.
61
+
All properties defined above are described in the [Yorc Server configuration](https://yorc.readthedocs.io/en/v4.0.6/configuration.html) documentation.
62
62
63
63
As you can see the supported locations are configured in a separate file. This file is read once during the initial
64
64
cluster startup then it is ignored. This allows to have the same configuration for locations on all Yorc instances of
65
65
the cluster.
66
-
Locations can then be created/read/updated/deleted at runtime using the [REST API](https://github.com/ystia/yorc/blob/v4.0.3/rest/http_api.md#locations) or the [CLI](https://yorc.readthedocs.io/en/v4.0.3/cli.html#cli-commands-related-to-locations).
66
+
Locations can then be created/read/updated/deleted at runtime using the [REST API](https://github.com/ystia/yorc/blob/v4.0.6/rest/http_api.md#locations) or the [CLI](https://yorc.readthedocs.io/en/v4.0.6/cli.html#cli-commands-related-to-locations).
67
67
68
68
Locations are identified by their names that should be unique and several locations of the same type are supported.
69
69
@@ -115,7 +115,7 @@ locations:
115
115
116
116
Note that locations properties above are provided in plain text, but it is possible
117
117
to keep them secret by storing them in a vault.
118
-
See Yorc documentation on Hashicorp vault [integration](https://yorc.readthedocs.io/en/v4.0.3/vault.html) and [configuration](https://yorc.readthedocs.io/en/v4.0.3/configuration.html#option-hashivault).
118
+
See Yorc documentation on Hashicorp vault [integration](https://yorc.readthedocs.io/en/v4.0.6/vault.html) and [configuration](https://yorc.readthedocs.io/en/v4.0.6/configuration.html#option-hashivault).
119
119
120
120
One type of infrastructure is not defined here, this is the Hosts Pool infrastructure.
121
121
@@ -185,14 +185,14 @@ container can be started. This container expects to read its configuration from
185
185
file under `/etc/yorc` within the container (or from environment variables or CLI flags as explained above).
186
186
187
187
So we will mount the host directory `$HOME/yorc` as `/etc/yorc` on the container.
188
-
And use the image of Yorc 4.0.3 stored on docker hub at <https://hub.docker.com/r/ystia/yorc/>.
188
+
And use the image of Yorc 4.0.6 stored on docker hub at <https://hub.docker.com/r/ystia/yorc/>.
189
189
The port 8800 used by Yorc by default needs also to be exported.
0 commit comments