Skip to content

Commit

Permalink
Add parameters for an external network
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed May 31, 2024
1 parent 18c10a8 commit dfc0a03
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/guides/operations-guide/openstack/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@ sidebar_label: OpenStack

# OpenStack

## Create an external network

The play `network-external` is available and usable as of OSISM 7.0.6.

```
osism apply network-external
```

Available parameters for the OpenStack Environment (`environments/openstack/configuration.yml`).

| Parameter | Default |
|:--------------------------------------------|:-------------------------|
| network_external_allocation_pool_end | "192.168.112.200" |
| network_external_allocation_pool_start | "192.168.112.100" |
| network_external_cidr | "192.168.112.0/20" |
| network_external_cloud | admin |
| network_external_gateway_ip | "192.168.112.5" |
| network_external_name | public |
| network_external_provider_network_type | flat |
| network_external_provider_physical_network | physnet1 |
| network_external_state | present |

## Reboot a compute node

1. Live migrate all instances running on the compute node
Expand Down

0 comments on commit dfc0a03

Please sign in to comment.