Skip to content

Commit d036fd1

Browse files
swarooparosfrickler
authored andcommitted
add Huaweicloud as supported list of clouds for testbed.
Signed-off-by: swaroopar <[email protected]>
1 parent fae22a4 commit d036fd1

File tree

3 files changed

+46
-0
lines changed

3 files changed

+46
-0
lines changed

doc/quickstart.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ OVH | OVH | **ovh**
1717
OpenTelekomCloud | T-Systems | **otc**
1818
Wavestack | noris network | **wavestack**
1919
pluscloud open | plusserver | **pluscloudopen**
20+
HuaweiCloud | HuaweiCloud | **huaweicloud**
2021

2122
Terraform must be installed and usable. Information on installing Terraform can be found in the [Terraform documentation](https://learn.hashicorp.com/tutorials/terraform/install-cli)
2223
Currently Terraform **>= 1.2.0** is supported.

doc/requirements.md

+28
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,32 @@ export ENVIRONMENT=betacloud
203203
> auth_type: "v3applicationcredential"
204204
> ```
205205
206+
* [HuaweiCloud](https://www.huaweicloud.com/eu/)
207+
208+
:::note
209+
210+
>**note:**
211+
>
212+
> * Registration is possible via https://www.huaweicloud.com/eu/
213+
> * The credentials are stored in **clouds.yaml** and **secure.yaml** with the name **huaweicloud**.
214+
> * Credential details can be taken from the "MyCredentials" option in the admin console: <https://console.eu.huaweicloud.com/iam>.
215+
>
216+
> ```yaml
217+
> ---
218+
> clouds:
219+
> huaweicloud:
220+
> auth:
221+
> auth_url: https://iam.myhuaweicloud.eu/
222+
> password: xxxx
223+
> username: xxxx
224+
> project_name: 'PROJECT_NAME'
225+
> project_domain_name: 'PROJECT_DOMAIN_NAME'
226+
> user_domain_name: 'USER_DOMAIN_NAME'
227+
> identity_api_version: 3
228+
> block_storage_api_version: 3
229+
> regions:
230+
> - name: Dublin
231+
232+
233+
206234
:::
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# customisation:access_floatingip
2+
# customisation:default
3+
# customisation:neutron_floatingip
4+
# override:manager_boot_from_volume
5+
# override:neutron_router_enable_snat
6+
# override:nodes_boot_from_volume
7+
availability_zone = "eu-west-101b"
8+
volume_availability_zone = "eu-west-101b"
9+
network_availability_zone = "eu-west-101b"
10+
flavor_node = "c6s.4xlarge.2"
11+
flavor_manager = "s6.2xlarge.2"
12+
image = "Ubuntu 22.04 server 64bit"
13+
image_node = "Ubuntu 22.04 server 64bit"
14+
volume_size_storage = 50
15+
public = "admin_external_net"
16+
dns_nameservers = ["9.9.9.9"]
17+
number_of_volumes = 3

0 commit comments

Comments
 (0)