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: pages/platform/network-services/getting-started-07-creating-vrack/guide.de-de.md
+52-9Lines changed: 52 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,14 @@ excerpt: 'Erfahren Sie hier, wie Sie Ihr vRack mit Public Cloud Instanzen einric
4
4
slug: public-cloud-vrack
5
5
section: Erste Schritte
6
6
order: 07
7
-
updated: 2023-01-10
7
+
updated: 2023-03-03
8
8
---
9
9
10
10
> [!primary]
11
11
> Diese Übersetzung wurde durch unseren Partner SYSTRAN automatisch erstellt. In manchen Fällen können ungenaue Formulierungen verwendet worden sein, z.B. bei der Beschriftung von Schaltflächen oder technischen Details. Bitte ziehen Sie beim geringsten Zweifel die englische oder französische Fassung der Anleitung zu Rate. Möchten Sie mithelfen, diese Übersetzung zu verbessern? Dann nutzen Sie dazu bitte den Button «Mitmachen» auf dieser Seite.
12
12
>
13
13
14
-
**Letzte Aktualisierung am 11.01.2023**
14
+
**Letzte Aktualisierung am 03.03.2023**
15
15
16
16
## Ziel
17
17
@@ -28,7 +28,7 @@ Das OVHcloud [vRack](https://www.ovh.de/loesungen/vrack/) ist ein privates Netzw
28
28
29
29
## Vorstellung der Interfaces
30
30
31
-
Ob Sie Ihr vRack neu erstellen oder eine Instanz zum Netzwerk hinzufügen möchten, Sie können dazu das OVHcloud Kundencenter, die OVHcloud APIv6, die OpenStack API oder das Horizon-Interface verwenden.
31
+
Ob Sie Ihr vRack neu erstellen oder eine Instanz zum Netzwerk hinzufügen möchten, Sie können dazu das OVHcloud Kundencenter verwenden, die OVHcloud APIv6, die OpenStack API, das Horizon-Interface oder Terraform.
32
32
33
33
Je nach Ihrem technischen Profil und Ihren Bedürfnissen müssen Sie entscheiden, welches Interface oder welche Methode Sie verwenden. Für jede Aktion werden nachfolgend die möglichen Vorgehensweisen erklärt.
34
34
@@ -51,7 +51,7 @@ Dieses umfassende technische Interface erlaubt es Ihnen, fast alle Aktionen in O
51
51
Lesen Sie die [Anleitung zu Horizon](https://docs.ovh.com/de/public-cloud/horizon/), um sich mit dem Interface vertraut zu machen.
52
52
53
53
> [!primary]
54
-
> Horizon mit Zonenfunktion: Denken Sie daran, Ihre Arbeitszone oben links in Ihrem Interface zu wählen (GRA5, SBG3, BHS1...).
54
+
> Horizon mit Zonenfunktion: Denken Sie daran, Ihre Arbeitszone oben links in Ihrem Interface zu wählen (GRA5, SBG3, BHS1, etc.).
55
55
>
56
56
57
57
### OVHcloud APIv6
@@ -95,9 +95,15 @@ Sie können dann bei Bedarf die dedizierten OpenStack APIs verwenden:
95
95
> In einigen Fällen wird es einfacher sein, die OpenStack API zu verwenden, in anderen Fällen die APIs von Nova oder Neutron.
96
96
>
97
97
> Je nach Version Ihres Clients und Betriebssystems können auch bestimmte Funktionen der OpenStack API fehlen. In dieser Anleitung werden je die einfachsten und intuitivsten Vorgehensweisen erklärt.<br>
98
-
> Sie können auch [die offizielle Dokumentation von OpenStack einsehen](https://docs.openstack.org/xena/){.external}, wenn Sie diese tiefergehend verwenden möchten.
98
+
> Sie können auch [die offizielle Dokumentation von OpenStack einsehen](https://docs.openstack.org/xena/){.external}, wenn Sie die API tiefergehend verwenden möchten.
99
99
>
100
100
101
+
### Terraform
102
+
103
+
Terraform kann auch für die Verwaltung von OVHcloud Infrastrukturen verwendet werden.
104
+
105
+
Dazu müssen Sie den richtigen Terraform-Anbieter und die richtige Terraform-Ressource auswählen. Weitere Informationen finden Sie in unserer Anleitung zur [Nutzung von Terraform mit OVHcloud (EN)](https://docs.ovh.com/de/api/terraform-at-ovhcloud/).
106
+
101
107
## In der praktischen Anwendung
102
108
103
109
### Schritt 1: vRack aktivieren und verwalten <aname="activation"></a>
@@ -126,7 +132,7 @@ Um die Konfiguration des vRack über das OVHcloud Kundencenter fortzusetzen, les
126
132
127
133
Um ein vRack mit der OVHcloud APIv6 zu aktivieren und zu verwalten, lesen Sie [diesen Abschnitt](https://docs.ovh.com/gb/en/publiccloud/network-services/public-cloud-vrack-apiv6/#step-1-activating-and-managing-a-vrack) (EN) der entsprechenden Anleitung.
128
134
129
-
### Schritt 2: Erstellen eines VLAN im vRack
135
+
### Schritt 2: Erstellen eines privaten Netzwerks im vRack
130
136
131
137
Es ist notwendig, ein virtuelles lokales Netzwerk (VLAN) zu erstellen, damit die mit dem vRack verbundenen Instanzen untereinander kommunizieren können.
132
138
@@ -152,7 +158,7 @@ Dies ist nützlich, um Ihr vRack in mehrere virtuelle Netzwerke aufzuteilen.
152
158
>Da OpenStack nicht auf derselben Ebene der Infrastruktur liegt, können Sie die VLANs nicht über das Horizon-Interface oder die OpenStack APIs personalisieren.
153
159
>
154
160
155
-
#### Erstellen eines VLAN im OVHcloud Kundencenter <aname="kundencenter"></a>
161
+
#### Erstellen eines privaten Netzwerks im OVHcloud Kundencenter <aname="kundencenter"></a>
156
162
157
163
Sobald das vRack erstellt ist, gehen Sie zum Abschnitt `Private Network`{.action}.
158
164
@@ -198,9 +204,46 @@ Wenn Sie Ihre Wahl getroffen haben, klicken Sie auf `Erstellen`{.action}, um den
198
204
> Die Erstellung des privaten Netzwerks kann einige Minuten in Anspruch nehmen.
199
205
>
200
206
201
-
#### Erstellen eines VLAN mit der OVHcloud APIv6 <aname="vlansetup"></a>
207
+
#### Erstellen eines privaten Netzwerks mit der OVHcloud APIv6 <aname="vlansetup"></a>
208
+
209
+
Um ein privates Netzwerk mit der OVHCloud APIv6 zu erstellen, folgen Sie [diesem Abschnitt](https://docs.ovh.com/de/publiccloud/network-services/public-cloud-vrack-apiv6/#step-3-creating-a-vlan-in-the-vrack_1) der entsprechenden Anleitung (EN).
210
+
211
+
212
+
#### Ein privates Netzwerk über OpenStack CLI erstellen
213
+
214
+
Um das gleiche private Netzwerk zu erstellen, müssen Sie 2 OpenStack-Objekte erstellen: *network* und *subnet*.
215
+
216
+
Im folgenden Beispiel geben wir die `VLAN_ID`, zu der das Netzwerk gehören soll, über `--provider-network-type` und `--provider-segment` an.
217
+
218
+
Sie können diese Einstellungen auch entfernen. In diesem Fall wird eine verfügbare `VLAN_ID` verwendet.
202
219
203
-
Um ein VLAN mit der OVHCloud APIv6 zu erstellen, folgen Sie [diesem Abschnitt](https://docs.ovh.com/gb/en/publiccloud/network-services/public-cloud-vrack-apiv6/#step-3-creating-a-vlan-in-the-vrack_1) (EN) der entsprechenden Anleitung.
#### Ein privates Netzwerk über Terraform erstellen
226
+
227
+
In Terraform muss der Provider *openstack* verwendet werden. Ein vollständiges Beispiel für ein Terraform-Skript können Sie in [diesem Repository](https://github.com/yomovh/tf-at-ovhcloud/tree/main/private_network) herunterladen.
228
+
229
+
Der bezüglich OVHcloud relevante Part für die vRack-Integration ist der Parameter `value_specs`.
Copy file name to clipboardExpand all lines: pages/platform/network-services/getting-started-07-creating-vrack/guide.en-asia.md
+52-10Lines changed: 52 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,10 @@ excerpt: 'Find out how to set up vRack for your Public Cloud instances'
4
4
slug: public-cloud-vrack
5
5
section: Getting started
6
6
order: 07
7
-
updated: 2023-01-10
7
+
updated: 2023-03-03
8
8
---
9
9
10
-
**Last updated 10th January 2023**
10
+
**Last updated 3rd March 2023**
11
11
12
12
## Objective
13
13
@@ -24,7 +24,7 @@ The OVHcloud [vRack](https://www.ovh.com/asia/solutions/vrack/) is a private net
24
24
25
25
## Interfaces
26
26
27
-
Creating a vRack or adding an instance into the network can be done using the OVHcloud Control Panel, the OVHcloud APIv6, the OpenStack API, or the Horizon interface.
27
+
Creating a vRack or adding an instance into the network can be done using the OVHcloud Control Panel, the OVHcloud APIv6, the OpenStack API, the Horizon interface or Terraform.
28
28
29
29
Depending on your technical profile and needs, it is mostly up to you which interface or method to use. For each option, the guide instructions below describe the necessary steps.
30
30
@@ -88,10 +88,16 @@ You will then be able to use the APIs dedicated to OpenStack as needed:
88
88
> In some cases, it will be easier to use the OpenStack APIs and in others, Nova, Neutron, etc.
89
89
>
90
90
> Moreover, some features may be missing from the OpenStack API depending on the version of your client and operating system.
91
-
For the purpose of making this guide more accessible, it presents the simplest and most intuitive options.
92
-
You may consult the [official OpenStack documentation](https://docs.openstack.org/){.external} if you wish to go further in learning about its use.
91
+
> For the purpose of making this guide more accessible, it presents the simplest and most intuitive options.
92
+
> You may consult the [official OpenStack documentation](https://docs.openstack.org/){.external} if you wish to go further in learning about its use.
93
93
>
94
94
95
+
### Terraform
96
+
97
+
Terraform can also be used to manage OVHcloud infrastructures.
98
+
99
+
For that you need to cherry-pick the correct terraform provider & resource. Find more information in our guide on [using Terraform with OVHcloud](https://docs.ovh.com/asia/en/api/terraform-at-ovhcloud/).
100
+
95
101
## Instructions
96
102
97
103
### Step 1: Activating and managing a vRack <aname="activation"></a>
@@ -118,9 +124,9 @@ To continue the configuration of your vRack in the OVHcloud Control Panel, skip
118
124
119
125
To activate and manage a vRack using the OVHcloud APIv6, please refer to [this section](https://docs.ovh.com/asia/en/publiccloud/network-services/public-cloud-vrack-apiv6/#step-1-activating-and-managing-a-vrack) of the corresponding guide.
120
126
121
-
### Step 2: Creating a VLAN in the vRack
127
+
### Step 2: Creating a private network in the vRack
122
128
123
-
It is necessary to create a VLAN so that the connected instances can communicate with each other.
129
+
It is necessary to create a private network so that the connected instances can communicate with each other.
124
130
125
131
With the Public Cloud service, you can create up to 4,000 VLANs within one vRack. This means that you can use each private IP address up to 4,000 times.
126
132
Thus, for example, 192.168.0.10 of VLAN 2 is different from IP 192.168.0.10 of VLAN 42.
@@ -143,7 +149,7 @@ Using the OVHcloud APIv6, you can customise all settings: IP range (10.0.0.0/16
143
149
> Because OpenStack is not located at the same level, you will not be able to customise VLANs through the Horizon interface or OpenStack APIs.
144
150
>
145
151
146
-
#### Creating a VLAN in the OVHcloud Control Panel
152
+
#### Creating a private network in the OVHcloud Control Panel
147
153
148
154
Once a vRack exists, click on `Private Network`{.action} in the left-hand menu under **Network**.
149
155
@@ -191,9 +197,45 @@ Once done, click on `Create`{.action} to start the process.
191
197
> Creating the private network may take several minutes.
192
198
>
193
199
194
-
#### Creating a VLAN with the OVHcloud APIv6 <aname="vlansetup"></a>
200
+
#### Creating a private network with the OVHcloud APIv6 <aname="vlansetup"></a>
201
+
202
+
To create a private network using the OVHcloud APIv6, please refer to [this section](https://docs.ovh.com/asia/en/publiccloud/network-services/public-cloud-vrack-apiv6/#step-3-creating-a-vlan-in-the-vrack_1) of the corresponding guide.
203
+
204
+
#### Creating a private network with the OpenStack CLI
205
+
206
+
In order to create the same private network, we need to create 2 OpenStack objects : network and subnet.
195
207
196
-
To create a VLAN using the OVHcloud APIv6, please refer to [this section](https://docs.ovh.com/asia/en/publiccloud/network-services/public-cloud-vrack-apiv6/#step-3-creating-a-vlan-in-the-vrack_1) of the corresponding guide.
208
+
In the following example we specify the `VLAN_ID` to which we want the network to be part of through `--provider-network-type` and `--provider-segment`.
209
+
210
+
You can remove those parameters. In that case, an available `VLAN_ID` will be used.
In Terraform, you will need to use the openstack provider. You can download an example of a complete terraform script in [this repository](https://github.com/yomovh/tf-at-ovhcloud/tree/main/private_network).
220
+
221
+
The OVHcloud specific part for vRack integration is the `value_specs` parameter.
Copy file name to clipboardExpand all lines: pages/platform/network-services/getting-started-07-creating-vrack/guide.en-au.md
+52-10Lines changed: 52 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,10 @@ excerpt: 'Find out how to set up vRack for your Public Cloud instances'
4
4
slug: public-cloud-vrack
5
5
section: Getting started
6
6
order: 07
7
-
updated: 2023-01-10
7
+
updated: 2023-03-03
8
8
---
9
9
10
-
**Last updated 10th January 2023**
10
+
**Last updated 3rd March 2023**
11
11
12
12
## Objective
13
13
@@ -24,7 +24,7 @@ The OVHcloud [vRack](https://www.ovh.com.au/solutions/vrack/) is a private netwo
24
24
25
25
## Interfaces
26
26
27
-
Creating a vRack or adding an instance into the network can be done using the OVHcloud Control Panel, the OVHcloud APIv6, the OpenStack API, or the Horizon interface.
27
+
Creating a vRack or adding an instance into the network can be done using the OVHcloud Control Panel, the OVHcloud APIv6, the OpenStack API, the Horizon interface or Terraform.
28
28
29
29
Depending on your technical profile and needs, it is mostly up to you which interface or method to use. For each option, the guide instructions below describe the necessary steps.
30
30
@@ -88,10 +88,16 @@ You will then be able to use the APIs dedicated to OpenStack as needed:
88
88
> In some cases, it will be easier to use the OpenStack APIs and in others, Nova, Neutron, etc.
89
89
>
90
90
> Moreover, some features may be missing from the OpenStack API depending on the version of your client and operating system.
91
-
For the purpose of making this guide more accessible, it presents the simplest and most intuitive options.
92
-
You may consult the [official OpenStack documentation](https://docs.openstack.org/){.external} if you wish to go further in learning about its use.
91
+
> For the purpose of making this guide more accessible, it presents the simplest and most intuitive options.
92
+
> You may consult the [official OpenStack documentation](https://docs.openstack.org/){.external} if you wish to go further in learning about its use.
93
93
>
94
94
95
+
### Terraform
96
+
97
+
Terraform can also be used to manage OVHcloud infrastructures.
98
+
99
+
For that you need to cherry-pick the correct terraform provider & resource. Find more information in our guide on [using Terraform with OVHcloud](https://docs.ovh.com/au/en/api/terraform-at-ovhcloud/).
100
+
95
101
## Instructions
96
102
97
103
### Step 1: Activating and managing a vRack <aname="activation"></a>
@@ -118,9 +124,9 @@ To continue the configuration of your vRack in the OVHcloud Control Panel, skip
118
124
119
125
To activate and manage a vRack using the OVHcloud APIv6, please refer to [this section](https://docs.ovh.com/au/en/publiccloud/network-services/public-cloud-vrack-apiv6/#step-1-activating-and-managing-a-vrack) of the corresponding guide.
120
126
121
-
### Step 2: Creating a VLAN in the vRack
127
+
### Step 2: Creating a private network in the vRack
122
128
123
-
It is necessary to create a VLAN so that the connected instances can communicate with each other.
129
+
It is necessary to create a private network so that the connected instances can communicate with each other.
124
130
125
131
With the Public Cloud service, you can create up to 4,000 VLANs within one vRack. This means that you can use each private IP address up to 4,000 times.
126
132
Thus, for example, 192.168.0.10 of VLAN 2 is different from IP 192.168.0.10 of VLAN 42.
@@ -143,7 +149,7 @@ Using the OVHcloud APIv6, you can customise all settings: IP range (10.0.0.0/16
143
149
> Because OpenStack is not located at the same level, you will not be able to customise VLANs through the Horizon interface or OpenStack APIs.
144
150
>
145
151
146
-
#### Creating a VLAN in the OVHcloud Control Panel
152
+
#### Creating a private network in the OVHcloud Control Panel
147
153
148
154
Once a vRack exists, click on `Private Network`{.action} in the left-hand menu under **Network**.
149
155
@@ -191,9 +197,45 @@ Once done, click on `Create`{.action} to start the process.
191
197
> Creating the private network may take several minutes.
192
198
>
193
199
194
-
#### Creating a VLAN with the OVHcloud APIv6 <aname="vlansetup"></a>
200
+
#### Creating a private network with the OVHcloud APIv6 <aname="vlansetup"></a>
201
+
202
+
To create a private network using the OVHcloud APIv6, please refer to [this section](https://docs.ovh.com/au/en/publiccloud/network-services/public-cloud-vrack-apiv6/#step-3-creating-a-vlan-in-the-vrack_1) of the corresponding guide.
203
+
204
+
#### Creating a private network with the OpenStack CLI
205
+
206
+
In order to create the same private network, we need to create 2 OpenStack objects : network and subnet.
195
207
196
-
To create a VLAN using the OVHcloud APIv6, please refer to [this section](https://docs.ovh.com/au/en/publiccloud/network-services/public-cloud-vrack-apiv6/#step-3-creating-a-vlan-in-the-vrack_1) of the corresponding guide.
208
+
In the following example we specify the `VLAN_ID` to which we want the network to be part of through `--provider-network-type` and `--provider-segment`.
209
+
210
+
You can remove those parameters. In that case, an available `VLAN_ID` will be used.
In Terraform, you will need to use the openstack provider. You can download an example of a complete terraform script in [this repository](https://github.com/yomovh/tf-at-ovhcloud/tree/main/private_network).
220
+
221
+
The OVHcloud specific part for vRack integration is the `value_specs` parameter.
0 commit comments