Skip to content

Commit 611883a

Browse files
authored
Apply suggestions from code review
1 parent c3c29b9 commit 611883a

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

dedibox-network/rpn/how-to/use-rpn-san-proxmox.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Proxmox requires the Open-iSCSI software to support mounting of iSCSI volumes. I
7979

8080
## Discover and connect to targets in Proxmox
8181

82-
1. In the **Server View**, click **Data center**, then **Storage**.
82+
1. In the **Server View**, click **Datacenter**, then **Storage**.
8383
2. Click **Add** and then **iSCSI Target**. Fill in the form:
8484
* **ID**: any identifier used to name this RPN SAN volume.
8585
* **Portal**: the server on which your space is available (ex: san-1.rpn.online.net).

dedibox/dedicated-servers/how-to/order-a-server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ categories:
2323
1. Click **Order** on your Dedibox console homepage.
2424
2. Click **Server**. The server offers page displays.
2525
<Message type="note">
26-
You can view all servers available in your preferred data center by clicking the **Data center selection** drop-down menu in the top right corner.
26+
You can view all servers available in your preferred data center by clicking the **Datacenter selection** drop-down menu in the top right corner.
2727
</Message>
2828
3. Select a server model and click the **Order** button next to your choice. The server creation wizard displays.
2929
4. Complete the following steps in the wizard:

dedibox/dedicated-servers/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ categories:
2525
1. Click **Order** on your Dedibox console homepage.
2626
2. Click **Server**. The server offers page displays.
2727
<Message type="note">
28-
You can view all servers available in your preferred data center by clicking the **Data center selection** drop-down menu in the top right corner.
28+
You can view all servers available in your preferred data center by clicking the **Datacenter selection** drop-down menu in the top right corner.
2929
</Message>
3030
3. Select a server model and click the **Order** button next to your choice. The server creation wizard displays.
3131
4. Complete the following steps in the wizard:

environmental-footprint/environmental-footprint/additional-content/environmental-footprint-calculator.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This page details the methodology used to calculate the environmental footprint
2323

2424
Our calculation methodology was developed in collaboration with the green IT specialist consultancy firm [IJO](https://ijo.tech/index.html), ensuring a rigorous and expert-validated approach to assessing environmental impact accurately and transparently.
2525

26-
Our Methodology is based on the [ADEME (French Government Agency for Ecological Transition) Product Category Rules (PCR) for Data center and Cloud services](https://librairie.ademe.fr/produire-autrement/6105-methodological-standard-for-the-environmental-assessment-of-datacenter-it-hosting-services-and-cloud-services.html), which provide a standardized framework for calculating and reporting the environmental impact of data centers and cloud services. These rules are designed to ensure consistency, transparency, and comparability in the assessment of environmental footprints across the industry.
26+
Our Methodology is based on the [ADEME (French Government Agency for Ecological Transition) Product Category Rules (PCR) for Datacenter and Cloud services](https://librairie.ademe.fr/produire-autrement/6105-methodological-standard-for-the-environmental-assessment-of-datacenter-it-hosting-services-and-cloud-services.html), which provide a standardized framework for calculating and reporting the environmental impact of data centers and cloud services. These rules are designed to ensure consistency, transparency, and comparability in the assessment of environmental footprints across the industry.
2727

2828
The ADEME PCR specifies the methodology for conducting [Life Cycle Analysis (LCA)](/environmental-footprint/environmental-footprint/concepts/#life-cycle-analysis-lca) for data center operations, which includes the evaluation of energy consumption, greenhouse gas emissions, resource usage, and other environmental impacts associated with the lifecycle of data center infrastructures and cloud services. This lifecycle covers all stages from raw material extraction, manufacturing, and transportation, to the use and end-of-life disposal of data center equipment.
2929
The stages of the lifecycle that are really significant in the total impact of a server are its manufacturing and its use. We will therefore focus on these two stages in the rest of this documentation.

tutorials/load-overflow-proxmox-and-elastic-metal/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ Finally, we can introduce and configure a Load Balancer to evenly distribute tra
4545

4646
## Preparing Proxmox
4747

48-
1. Log into the Proxmox web interface and select your server in the data center view. Then click **Network** in the menu.
48+
1. Log into the Proxmox web interface and select your server in the datacenter view. Then click **Network** in the menu.
4949
2. Click **Create** > **Linux Bridge**. The configuration wizard displays. Enter a private IP for your Elastic Metal server in CIDR format. The **Bridge port** is the name of your primary network interface, followed by a dot and your VLAN-ID. Tick the boxes **Autostart** and **VLAN aware**, then click **Create** to create the bridge.
5050
<Lightbox src="scaleway-px-create-linux-bridge.webp" alt="" />
5151
3. Click **Apply configuration** to activate the new configuration.
52-
4. Go to the **Data center** view and click **Create Cluster**.
52+
4. Go to the **Datacenter** view and click **Create Cluster**.
5353
5. Enter a name for the cluster and select your Private Network bridge `vmbr1` as the cluster network. Then click **Create** to launch cluster creation.
5454
6. Select the cluster in the cluster list and click **Join Information**. The cluster join information displays.
5555
7. Click **Copy Information** to copy the cluster join information into the clipboard.
56-
8. Go to the Proxmox interface of your second Elastic Metal server and click **Cluster** to enter the cluster configuration from the Data center view of the machine.
56+
8. Go to the Proxmox interface of your second Elastic Metal server and click **Cluster** to enter the cluster configuration from the Datacenter view of the machine.
5757
9. Click **Join Cluster** and paste the cluster join information in the form.
5858
10. Enter your first Elastic Metal server's `root` password and click **Join** to link the machine to the cluster.
5959

0 commit comments

Comments
 (0)