Skip to content

Commit 238998f

Browse files
committed
Updated readme
1 parent 8f53e7e commit 238998f

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

test/e2e/README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,18 @@ This section describes how to run end-to-end (e2e) testing with CAPC.
2222

2323
The first step to running the e2e tests is setting up the required environment variables:
2424

25-
| Environment variable | Description | Default Value |
26-
| -------------------------------------------- | ---------------------------------------------------------------------------------| --------------------------- |
27-
| `CLOUDSTACK_ZONE_NAME` | The zone name | `zone1` |
28-
| `CLOUDSTACK_NETWORK_NAME` | The network name. If not exisiting an isolated network with the name is created. | `Shared1` |
29-
| `CLUSTER_ENDPOINT_IP` | The cluster endpoint IP | `192.168.1.38` |
30-
| `CLUSTER_ENDPOINT_PORT` | The cluster endpoint port | `6443` |
31-
| `CLOUDSTACK_CONTROL_PLANE_MACHINE_OFFERING` | The machine offering for the control plane VM instances | `Large Instance` |
32-
| `CLOUDSTACK_WORKER_MACHINE_OFFERING` | The machine offering for the worker node VM instances | `Medium Instance` |
33-
| `CLOUDSTACK_TEMPLATE_NAME` | The machine template for both control plane and worke node VM instances | `kube-v1.20.10/ubuntu-2004` |
34-
| `CLOUDSTACK_SSH_KEY_NAME` | The name of SSH key added to the VM instances | `CAPCKeyPair6` |
25+
| Environment variable | Description | Default Value |
26+
|---------------------------------------------|----------------------------------------------------------------------------------|-----------------------------|
27+
| `CLOUDSTACK_ZONE_NAME` | The zone name | `zone1` |
28+
| `CLOUDSTACK_NETWORK_NAME` | The network name. If not exisiting an isolated network with the name is created. | `Shared1` |
29+
| `CLUSTER_ENDPOINT_IP` | The cluster endpoint IP | `172.16.2.199` |
30+
| `CLUSTER_ENDPOINT_PORT` | The cluster endpoint port | `6443` |
31+
| `CLUSTER_ENDPOINT_IP_2` | The cluster endpoint IP for a second cluster | `172.16.2.199` |
32+
| `CLUSTER_ENDPOINT_PORT_2` | The cluster endpoint port for a second cluster | `6444` |
33+
| `CLOUDSTACK_CONTROL_PLANE_MACHINE_OFFERING` | The machine offering for the control plane VM instances | `Large Instance` |
34+
| `CLOUDSTACK_WORKER_MACHINE_OFFERING` | The machine offering for the worker node VM instances | `Medium Instance` |
35+
| `CLOUDSTACK_TEMPLATE_NAME` | The machine template for both control plane and worke node VM instances | `kube-v1.20.10/ubuntu-2004` |
36+
| `CLOUDSTACK_SSH_KEY_NAME` | The name of SSH key added to the VM instances | `CAPCKeyPair6` |
3537

3638
You also have to export `CLOUDSTACK_B64ENCODED_SECRET` environment variable using this command `export CLOUDSTACK_B64ENCODED_SECRET=$(base64 -i cloud-config)` after creating `cloud-config` file with the following format.
3739

0 commit comments

Comments
 (0)