Skip to content

Commit 296821f

Browse files
Merge pull request #140 from cloudops/docs/mcdocs-97-translate-vmware-spanish
Translated overview, networking, and virtual machines
2 parents 0f24fda + 4ccbf70 commit 296821f

11 files changed

+337
-6
lines changed

en/vmware-compute-service/vmware-networking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The following different types of networks are supported:
1616

1717
- **Isolated**
1818

19-
The most basic networking mode, an isolated network provides connectivity between interfaces attached to it. Isolated provides no connectivity to the outside world. Only virtual machines within the same environment as a isolated network can connect to that network.
19+
The most basic networking mode, an isolated network provides connectivity between interfaces attached to it. Isolated networks provide no connectivity to the outside world. Only virtual machines within the same environment as a isolated network can connect to that network.
2020

2121
- **Routed**
2222

en/vmware-compute-service/vmware-virtual-machines.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ A virtual machine may also transition through the following sub-states:
4747

4848
- **Powering off**
4949

50-
Is being powered off
50+
Is being powered off.
5151

5252
- **Deletion**
5353

54-
Is being deleted
54+
Is being deleted.
5555

5656
- **Unknown**
5757

58-
Part of the deletion process
58+
Part of the deletion process.
5959

6060

6161
## Virtual machines list

es/aws-compute-service/aws_service_overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ slug: aws-resumen-de-servicios
66

77
## Resumen
88

9-
CloudMC permite a los operadores de la nube acceder y administrar la infraestructura y los recursos que se han implementado en la plataforma de Amazon Web Services \(AWS\). Este artículo presentará los conceptos básicos de AWS y el trabajo con los recursos de AWS en CloudMC.
9+
CloudMC permite a los operadores de la nube acceder y administrar la infraestructura y los recursos que se han implementado en la plataforma de Amazon Web Services \(AWS\). Este artículo presentará los conceptos básicos de AWS y de trabajar con los recursos de AWS en CloudMC.
1010

11-
## Resumen detallado
11+
## Descripción detallada
1212

1313
La plataforma de AWS es una nube pública, donde los clientes pueden asignar recursos para construir una infraestructura para sus aplicaciones. CloudMC proporciona una interfaz unificada para acceder a AWS y otros servicios desde un único portal. A través de CloudMC, los usuarios pueden gestionar:
1414

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
title: "VMware: Add a network"
3+
slug: vmware-add-a-network
4+
---
5+
6+
## About this task
7+
8+
This article will guide you through the process of adding a new network to a VMware environment. The CloudMC interface provides a single-page wizard for selecting and deploying a new network configuration.
9+
10+
## Before you begin
11+
12+
- Your VMware environment must already exist
13+
- To create a routed network, you must have an edge gateway already configured
14+
15+
## Procedure
16+
17+
1. Navigate to the desired environment. The **Virtual Machines** page appears.
18+
19+
2. Click on the **Networking** tab.
20+
21+
3. Click on the **Add Network** button. The **Add Network** wizard appears.
22+
23+
4. Configure the new network:
24+
25+
1. Enter a name into the **Name** field, or accept the default.
26+
27+
2. *\(Optional\)* Enter a description into the **Description** field.
28+
29+
3. Enter an IP address in CIDR format for the gateway into the **Gateway CIDR** field.
30+
31+
The system will interpret this entry for network number and subnet mask and use them to configure the network address and size. The IP address itself will be automatically assigned to the gateway that will be created for this network.
32+
33+
4. Select the desired type of network from the **Network Type** popup menu.
34+
35+
To provide external connectivity to your network, choose **Routed**. You will be asked to specify an edge gateway from the **Edge Gateways** popup menu. If no edge gateway is configured for this environment, the new network will be unable to connect to the public Internet.
36+
37+
If you do not need external connectivity for your network, choose **Isolated**. This is useful for networks that have privileged or sensitive information, or for compliance with access restrictions and other business rules.
38+
39+
5. Enter one or more IP addresses, or IP ranges, into the **Static IP Pools** field to reserve for static assignment.
40+
41+
These addresses will not be offered by the new network's DHCP server. This is useful for manually assigning IP addresses to interfaces on the network. All of the addresses must be within the address space of the new network, as specified in the **Gateway CIDR** field.
42+
43+
You may enter a single IP address or a single contiguous range \(specify the lowest and highest IP addresses in the range, separated by a hyphen\). To specify multiple individual IP addresses or ranges, use the **+** button to reveal additional input fields.
44+
45+
6. *\(Optional\)* To override the default primary \(and, if desired, secondary\) DNS servers that will be offered by the DHCP server, enter the IP addresses of your name servers into the **Primary DNS** and **Secondary DNS** fields.
46+
47+
5. Click the **Submit** button.
48+
49+
50+
## Results
51+
52+
- The network with the specified configuration is realized in the active environment
53+
- The address space, network size, and gateway IP address are as specified in the **Gateway CIDR** field
54+
- The network is listed in the **Networking** tab
55+
56+
- **[Example: Add a network](vmware-example-add-a-network.md)**
57+
58+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
## About this task
3+
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
title: "VMware: Add a virtual machine"
3+
slug: vmware-add-virtual-machine
4+
---
5+
6+
## About this task
7+
8+
This article will guide you through the process of adding a new virtual machine to a VMware environment.
9+
10+
## Before you begin
11+
12+
- You must have a network already realized in your VMware environment
13+
14+
## Procedure
15+
16+
1. Navigate to the desired environment. The **Virtual Machines** page appears.
17+
18+
2. Click on the **Add Virtual Machine** buttton. The **Add Virtual Machine** wizard appears.
19+
20+
3. Enter a name for the new virtual machine in the **Name** field, or accept the default.
21+
22+
4. To have the virtual machine automatically power on at creation time, mark the **Power On** checkbox.
23+
24+
5. If you wish to have the virtual machine be a part of an existing virtual application, select the desired application from the **Virtual Application** popup menu.
25+
26+
6. Select from the **Network** popup menu which network to attach the new virtual machine to, or accept the default.
27+
28+
7. Select the manner in which to configure the new virtual machine using the **Type** popup menu:
29+
30+
1. To configure a virtual machine from a template using predefined configurations, select **From Template**.
31+
32+
You will be able to select from a set of templates with various operating systems and versions already installed. Additionally, the default vCPU and memory sizes may be overridden by making a selection from the **VM Sizing Policy** popup menu.
33+
34+
2. To configure a virtual machine with your own settings, select **Custom**.
35+
36+
For vCPU and memory sizes, use the **VM Sizing Policy** popup menu to select from a set of predefined offerings, or select **System Default** to enter your own settings \(limited by the system defaults defined by your administrator\).
37+
38+
For the operating system, first identify the type of operating system that you will install on the new virtual machine, and then select the corresponding ISO image to attached to the virtual machine at creation time from the **Boot Image** popup menu. You may also choose **None** and no ISO will be attached to the new virtual machine, useful for network-boot scenarios.
39+
40+
8. Click the **Submit** button to create the new virtual machine.
41+
42+
43+
## Results
44+
45+
- The virtual machine is created using the specified settings
46+
- If **Power On** was selected, the system starts the virtual machine immediately after creating it
47+
- The virtual machine is listed in the **Virtual Machines** screen
48+
49+
- **[Example: Add a virtual machine](vmware-example-add-a-virtual-machine.md)**
50+
51+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
name: VMware Cloud Director
3+
---
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: "VMware: Redes"
3+
slug: vmware-redes
4+
---
5+
6+
7+
La creación de redes es una parte fundamental de cualquier infraestructura en la nube. Este artículo presenta los conceptos básicos de redes en VMware y las funciones correspondientes en la interfaz de usuario.
8+
9+
Se puede acceder a todas las funciones de red a través de la sección **Redes** del entorno VMware seleccionado.
10+
11+
## Descripción detallada
12+
13+
VMware proporciona un conjunto completo de funciones de redes virtuales. Se puede crear una red básica y aislada sin ningún otro requisito previo. La red proporciona un servidor DHCP para configurar automáticamente los dispositivos que se conectan a la red, utilizando un espacio de direcciones IP que usted define en el momento de la creación. También se puede configurar manualmente las interfaces que se conectan a la red, si lo desea. Una red aislada permitirá la creación de máquinas virtuales que podrán comunicarse entre sí, pero no tendrán conectividad con ninguna otra red. Para poder conectarse a otras redes o al Internet público, se debe configurar una puerta de enlace Edge en su entorno.
14+
15+
Se admiten los siguientes tipos diferentes de redes:
16+
17+
- **Aislada**
18+
19+
El modo de red más básico, una red aislada, proporciona conectividad entre las interfaces conectadas a ella. Redes aisladas no proporcionan conectividad con el mundo exterior. Sólo las máquinas virtuales dentro del mismo entorno que una red aislada pueden conectarse a esa red.
20+
21+
- **Con enrutamiento**
22+
23+
Esto también se conoce como red enrutada NAT. Una red enrutada proporciona conectividad externa junto con servicios NAT, firewall y VPN.
24+
25+
26+
## Estados de red
27+
28+
Las redes VMware tienen los siguientes estados:
29+
30+
- **Realizado**
31+
32+
La red ha sido creada y está lista para su uso.
33+
34+
- **Pendiente**
35+
36+
La configuración de red ha sido enviada y está esperando para comenzar a realizarse.
37+
38+
- **Configurando**
39+
40+
Actualmente se está realizando la configuración de la red.
41+
42+
- **Realización fallida**
43+
44+
El sistema no pudo realizar la configuración de la red.
45+
46+
- **Desconocido**
47+
48+
No se conoce el estado actual de la red.
49+
50+
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "VMware: Resumen de servicios"
3+
slug: vmware-resumen-de-servicios
4+
---
5+
6+
7+
## Resumen
8+
9+
CloudMC permite a los operadores de la nube acceder y administrar la infraestructura y los recursos que se han implementado en una plataforma de prestación de servicios VMware Cloud Director. Este artículo presentará los conceptos básicos de VMware y de trabajar con los recursos de VMWare Cloud Director en CloudMC.
10+
11+
## Descripción detallada
12+
13+
VMware Cloud Director les da a las empresas la habilidad de crear nubes y centros de datos privados, que pueden utilizarse para implementar aplicaciones basadas en la nube. CloudMC proporciona una interfaz unificada para acceder a una plataforma VMware y otros servicios desde un único portal. A través de CloudMC, los usuarios pueden gestionar:
14+
15+
- [Redes](vmware-networking.md)
16+
- [Máquinas virtuales](vmware-virtual-machines.md)
17+
- [Aplicaciones virtuales](vmware-virtual-applications.md)
18+
- [Almacenamiento](vmware-storage.md)
19+
20+
Debido a que CloudMC actúa como un portal para los servicios de VMware Cloud Director, es posible que algunas operaciones parezcan comportarse de manera diferente que cuando interactúan directamente con VMware. Sin embargo, entre bastidores, todas las operaciones se ejecutan exactamente como lo harían normalmente. Los cambios realizados en las entidades de VMware en CloudMC se reflejarán inmediatamente en los recursos reales.
21+
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
title: "VMware: Virtual Applications"
3+
slug: vmware-vapps
4+
---
5+
6+
7+
A virtual application is a container of virtual machines which provide the infrastructure for a cloud-native application. This article discusses the concept of virtual applications and how they are managed in CloudMC.
8+
9+
Virtual applications are listed under the **Virtual Applications** section of the selected VMware environment.
10+
11+
## Detailed overview
12+
13+
A virtual application serves as a container for managing and executing an application as a single entity. It is composed of virtual machines that have been created as part of that virtual application, either from the **Virtual Applications** page or from the **Add Virtual Machine** wizard.
14+
15+
A virtual application is created with its own network, which allows the virtual machines in the application to communicate with each other. A virtual application's network may be isolated or routed. It is automatically destroyed when the virtual application is deleted.
16+
17+
## Virtual application status
18+
19+
- **Powered on**
20+
21+
All of the virtual machines assigned to this virtual application are powered on.
22+
23+
- **Partially powered off**
24+
25+
During the normal boot process, a virtual application will briefly enter this state.
26+
27+
- **Partially running**
28+
29+
One or more virtual machines assigned to this virtual application is either suspended or powered off.
30+
31+
32+
## Virtual application list
33+
34+
Virtual applications are listed under the **Virtual Applications** section of the selected VMware environment.
35+
36+
![A screenshot of the VMware virtual applications page, with numbered dots indicating features of interest](/assets/vmware-vapps-list-en.png)
37+
38+
1. **List of virtual applications**
39+
40+
A list of all virtual applications in the selected environment appears here in this area.
41+
42+
2. **Search box**
43+
44+
Type in the search box to filter the virtual applications list. The system will search through the name field, as well as the internal UUID, and returns any virtual application that matches the string in the search box.
45+
46+
3. **Add virtual application**
47+
48+
Clicking this button will open the **Add virtual application** wizard.
49+
50+
4. **Virtual application row**
51+
52+
Each row includes the name of the virtual application, its status, the total amount of vCPUs, memory, and storage provisioned among all the virtual machines in the virtual application, and a couple of the number of virtual machines in the application. Click on an entry to navigate to a page with configuration details and a list of all operations for that individual virtual application.
53+
54+
5. **Hidden Actions menu**
55+
56+
Each entry in the virtual applications list has a Hidden Actions menu. Click on the Hidden Actions menu to access a list of frequently-used operations for the virtual application.
57+
58+
Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
---
2+
title: "VMware: Máquinas virtuales"
3+
slug: vmware-vms
4+
---
5+
6+
7+
Las máquinas virtuales son un tipo fundamental de infraestructura proporcionada por VMware Cloud Director. Este artículo analiza el concepto de máquinas virtuales y cómo se administran en CloudMC.
8+
9+
Las máquinas virtuales se enumeran en la sección **Máquinas virtuales** del entorno VMware seleccionado.
10+
11+
## Descripción detallada
12+
13+
Al igual que otras plataformas en la nube, una máquina virtual es una abstracción de una computadora física, que ejecuta un sistema operativo completo y proporciona dispositivos virtualizados como almacenamiento, interfaces de red y consolas. Una vez que se aprovisiona una máquina virtual, se puede utilizar para ejecutar los distintos componentes de sus aplicaciones.
14+
15+
Una máquina virtual puede basarse en una imagen predefinida, llamada plantilla, o se puede instalar y configurar su propio sistema operativo desde una ISO. VMware ofrece múltiples ofertas predefinidas de vCPU y memoria, o usted puede definir las suyas propias según las necesidades de su negocio.
16+
17+
Cada máquina virtual se crea con un disco duro ya conectado. El tamaño de este disco está determinado por la plantilla seleccionada en el momento de la configuración. Se puede crear almacenamiento adicional y adjuntarlo a una máquina virtual, según sea necesario.
18+
19+
Al implementar una nueva máquina virtual, debe hacerse dentro de una red existente. Si no hay ninguna red en el entorno activo, no se le permitirá agregar una nueva máquina virtual.
20+
21+
## Estados de máquinas virtuales
22+
23+
Las máquinas virtuales tienen tres estados de poder principales:
24+
25+
- **Encendida**
26+
27+
La máquina virtual está en funcionamiento y puede ejecutar su sistema operativo y otros procesos. En este estado, la consola web o la consola remota están disponibles.
28+
29+
- **Apagada**
30+
31+
La máquina virtual está parada y no se está ejecutando ningún proceso. Este es el único estado desde el cual se puede eliminar una máquina virtual.
32+
33+
- **Suspendida**
34+
35+
VMware puede detener la ejecución de una máquina virtual en el estado encendido y guardar toda la memoria actual en el disco. Una máquina virtual que ha sido suspendida puede regresar al estado encendido y reanudar la ejecución desde el punto en el que se suspendió.
36+
37+
38+
Una máquina virtual también puede pasar por los siguientes subestados:
39+
40+
- **Estado inconsistente**
41+
42+
Una máquina virtual en este estado se modificó directamente dentro de VMware vSphere en lugar de a través de CloudMC y ahora no está sincronizada con VMware Cloud Director. Apague la máquina virtual y luego vuelva a encenderla para devolverla a su estado normal.
43+
44+
- **Iniciando**
45+
46+
Durante la creación.
47+
48+
- **Apagando**
49+
50+
Se está apagando.
51+
52+
- **Eliminación**
53+
54+
Se está siendo eliminado.
55+
56+
- **Desconocido**
57+
58+
Parte del proceso de eliminación.
59+
60+
61+
## Lista de máquinas virtuales
62+
63+
Las máquinas virtuales se enumeran en la sección **Máquinas virtuales** del entorno VMware seleccionado.
64+
65+
![Una captura de pantalla de la página de máquinas virtuales de VMware, con puntos numerados que indican características de interés](/assets/vmware-vms-list-en.png)
66+
67+
1. **Lista de máquinas virtuales**
68+
69+
Aquí, en esta área, aparece una lista de todas las máquinas virtuales en el entorno seleccionado.
70+
71+
2. **Cuadro de búsqueda**
72+
73+
Escriba en el cuadro de búsqueda para filtrar la lista de máquinas virtuales. El sistema buscará en el campo Nombre, así como en el UUID interno, y devolverá cualquier máquina virtual que coincida con la cadena en el cuadro de búsqueda.
74+
75+
3. **Agregar máquina virtual**
76+
77+
Al hacer clic en este botón se abrirá el asistente **Agregar máquina virtual**.
78+
79+
4. **Entrada de máquinas virtuales**
80+
81+
Cada entrada incluye el nombre de la máquina virtual, su estado actual, la cantidad de vCPU y memoria aprovisionada para esta máquina virtual, el nombre de la plantilla que se utilizó para crearla y, si la máquina virtual se asignó a una aplicación virtual, su nombre también aparecerá aquí. Haga clic en una entrada para navegar a una página con detalles de configuración y una lista de todas las operaciones para esa máquina virtual individual.
82+
83+
5. **Menú de acciones ocultas**
84+
85+
Cada entrada en la lista de máquinas virtuales tiene un menú de acciones ocultas. Haga clic en el menú Acciones ocultas para acceder a una lista de operaciones utilizadas con frecuencia para la máquina virtual.
86+
87+

0 commit comments

Comments
 (0)