Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit fec8b4a

Browse files
committed
Merge pull request #1252 from janeczku/docs-fix
docs: fix merge conflict in docs (replaces #1248)
2 parents be7c110 + 8cdf8e9 commit fec8b4a

File tree

1 file changed

+25
-46
lines changed

1 file changed

+25
-46
lines changed

docs/index.md

Lines changed: 25 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,8 +1144,6 @@ Options:
11441144

11451145
The DigitalOcean driver will use `ubuntu-14-04-x64` as the default image.
11461146

1147-
<<<<<<< HEAD
1148-
<<<<<<< HEAD
11491147
Environment variables and default values:
11501148

11511149
| CLI option | Environment variable | Default |
@@ -1157,21 +1155,39 @@ Environment variables and default values:
11571155
| `--digitalocean-ipv6` | `DIGITALOCEAN_IPV6` | `false` |
11581156
| `--digitalocean-private-networking` | `DIGITALOCEAN_PRIVATE_NETWORKING` | `false` |
11591157
| `--digitalocean-backups` | `DIGITALOCEAN_BACKUPS` | `false` |
1160-
=======
1158+
11611159
#### exoscale
11621160
Create machines on [exoscale](https://www.exoscale.ch/).
11631161

11641162
Get your API key and API secret key from [API details](https://portal.exoscale.ch/account/api) and pass them to `machine create` with the `--exoscale-api-key` and `--exoscale-api-secret-key` options.
11651163

11661164
Options:
11671165

1168-
- `--exoscale-api-key`: Your API key.
1169-
- `--exoscale-api-secret-key`: Your API secret key.
1170-
- `--exoscale-instance-profile`: Instance profile. Default: `small`.
1171-
- `--exoscale-disk-size`: Disk size for the host in GB. Default: `50`.
1172-
- `--exoscale-security-group`: Security group. It will be created if it doesn't exist. Default: `docker-machine`.
1166+
- `--exoscale-url`: **required** Your API endpoint.
1167+
- `--exoscale-api-key`: **required** Your API key.
1168+
- `--exoscale-api-secret-key`: **required** Your API secret key.
1169+
- `--exoscale-instance-profile`: Instance profile.
1170+
- `--exoscale-disk-size`: Disk size for the host in GB.
1171+
- `--exoscale-image`: exoscale disk size. (10, 50, 100, 200, 400)
1172+
- `--exoscale-security-group`: Security group. It will be created if it doesn't exist.
1173+
- `--exoscale-availability-zone`: exoscale availability zone.
1174+
- `--exoscale-keypair`: exoscale keypair name.
1175+
1176+
If a custom security group is provided, you need to ensure that you allow TCP ports 22 and 2376 in an ingress rule.
11731177

1174-
If a custom security group is provided, you need to ensure that you allow TCP port 2376 in an ingress rule.
1178+
Environment variables and default values:
1179+
1180+
| CLI option | Environment variable | Default |
1181+
|---------------------------------|------------------------------|------------------|
1182+
| **`--exoscale-url`** | `EXOSCALE_ENDPOINT` | - |
1183+
| **`--exoscale-api-key`** | `EXOSCALE_API_KEY` | - |
1184+
| **`--exoscale-api-secret-key`** | `EXOSCALE_API_SECRET` | - |
1185+
| `--exoscale-instance-profile` | `EXOSCALE_INSTANCE_PROFILE` | `small` |
1186+
| `--exoscale-disk-size` | `EXOSCALE_DISK_SIZE` | `50` |
1187+
| `--exoscale-image` | `EXSOCALE_IMAGE` | `ubuntu-14.04` |
1188+
| `--exoscale-security-group` | `EXOSCALE_SECURITY_GROUP` | `docker-machine` |
1189+
| `--exoscale-availability-zone` | `EXOSCALE_AVAILABILITY_ZONE` | `ch-gva-2` |
1190+
| `--exoscale-keypair` | `EXOSCALE_KEYPAIR` | - |
11751191

11761192
#### Generic
11771193
Create machines using an existing VM/Host with SSH.
@@ -1564,8 +1580,6 @@ Options:
15641580

15651581
The VMware vSphere driver uses the latest boot2docker image.
15661582

1567-
<<<<<<< HEAD
1568-
<<<<<<< HEAD
15691583
Environment variables and default values:
15701584

15711585
| CLI option | Environment variable | Default |
@@ -1583,41 +1597,6 @@ Environment variables and default values:
15831597
| `--vmwarevsphere-pool` | `VSPHERE_POOL` | - |
15841598
| `--vmwarevsphere-compute-ip` | `VSPHERE_COMPUTE_IP` | - |
15851599

1586-
#### exoscale
1587-
Create machines on [exoscale](https://www.exoscale.ch/).
1588-
1589-
Get your API key and API secret key from [API details](https://portal.exoscale.ch/account/api) and pass them to `machine create` with the `--exoscale-api-key` and `--exoscale-api-secret-key` options.
1590-
1591-
Options:
1592-
1593-
- `--exoscale-url`: **required** Your API endpoint.
1594-
- `--exoscale-api-key`: **required** Your API key.
1595-
- `--exoscale-api-secret-key`: **required** Your API secret key.
1596-
- `--exoscale-instance-profile`: Instance profile.
1597-
- `--exoscale-disk-size`: Disk size for the host in GB.
1598-
- `--exoscale-image`: exoscale disk size. (10, 50, 100, 200, 400)
1599-
- `--exoscale-security-group`: Security group. It will be created if it doesn't exist.
1600-
- `--exoscale-availability-zone`: exoscale availability zone.
1601-
- `--exoscale-keypair`: exoscale keypair name.
1602-
1603-
If a custom security group is provided, you need to ensure that you allow TCP ports 22 and 2376 in an ingress rule.
1604-
1605-
Environment variables and default values:
1606-
1607-
| CLI option | Environment variable | Default |
1608-
|---------------------------------|------------------------------|------------------|
1609-
| **`--exoscale-url`** | `EXOSCALE_ENDPOINT` | - |
1610-
| **`--exoscale-api-key`** | `EXOSCALE_API_KEY` | - |
1611-
| **`--exoscale-api-secret-key`** | `EXOSCALE_API_SECRET` | - |
1612-
| `--exoscale-instance-profile` | `EXOSCALE_INSTANCE_PROFILE` | `small` |
1613-
| `--exoscale-disk-size` | `EXOSCALE_DISK_SIZE` | `50` |
1614-
| `--exoscale-image` | `EXSOCALE_IMAGE` | `ubuntu-14.04` |
1615-
| `--exoscale-security-group` | `EXOSCALE_SECURITY_GROUP` | `docker-machine` |
1616-
| `--exoscale-availability-zone` | `EXOSCALE_AVAILABILITY_ZONE` | `ch-gva-2` |
1617-
| `--exoscale-keypair` | `EXOSCALE_KEYPAIR` | - |
1618-
1619-
=======
1620-
16211600
## Base Operating Systems
16221601
The default base operating system for Machine is Boot2Docker on local providers
16231602
(VirtualBox, Fusion, Hyper-V, etc) and the latest Ubuntu LTS supported

0 commit comments

Comments
 (0)