Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/virtuozzo/virtuozzo-openstack-scripts
Bash scripts to setup OpenStack on Virtuozzo 7
https://github.com/virtuozzo/virtuozzo-openstack-scripts
Last synced: 7 days ago
JSON representation
Bash scripts to setup OpenStack on Virtuozzo 7
- Host: GitHub
- URL: https://github.com/virtuozzo/virtuozzo-openstack-scripts
- Owner: virtuozzo
- Created: 2016-02-05T08:48:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-01T23:27:12.000Z (over 6 years ago)
- Last Synced: 2024-08-01T13:38:37.115Z (3 months ago)
- Language: Shell
- Size: 102 KB
- Stars: 11
- Watchers: 8
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Scripts to help to install OpenStack devstack on Virtuozzo7 server
```
Usage:
$ source vzrc [--host_ip HOST] [--password PASSWORD]
[--virt_type vz|qemu|kvm]
[--use_provider_network true|false] [--fixed_range FIXED_RANGE]
[--floating_range FLOATING_RANGE] [--floating_pool FLOATING_POOL]
[--public_gateway PUBLIC_GATEWAY] [--gateway GATEWAY]
[--fwaas true|false] [--lbaas true|false] [--telemetry true|false]
[--existing_cluster true|false]
[--vzstorage CLUSTER_NAME] [--mode MODE]
[--controller CONTROLLER_IP] [--dest DEST]
$ ./setup_devstack_vz7.shWhere:
HOST - network interface IP address to be used by OpenStack services
PASSWORD - your password for OpenStack services
MODE - [ALL|COMPUTE|CONTROLLER] ALL is default value
CONTROLLER_IP - IP address of CONTROLLER host, required parameter if MODE=COMPUTETo setup public network and tenant (internal) network for default admin tenant with
your environment specific parameters you need also to configure network options. Otherwise,
public and tenant networks will be configured with default parameters which can't be changed
later.If you want to use physical segment for your public network, and plan to allow your instances to
access/be accessible from directly from other hosts, ' --use_provider_network true'.
Specify 'false' to set up isolated public network.
FIXED_RANGE - range of IP addresses for tenant network,
FLOATING_RANGE - range of IP addresses for public network,
FLOATING_POOL - pool of IP addresses for public network to provide floating IPs to instances.Example: "start=10.24.41.51,end=10.24.41.99"
PUBLIC_GATEWAY - default gateway for public network,
GATEWAY - default gateway for tenant network,
CLUSTER_NAME - name of your Virtuozzo Storage cluster.
```