Setup OpenStack with Virtuozzo 7

From OpenVZ Virtuozzo Containers Wiki
Revision as of 12:19, 10 March 2016 by Mnestratov (talk | contribs)
Jump to: navigation, search

<translate> This howto describes how to install OpenStack on Virtuozzo 7.

Devstack all-in-one installation

Clone virtuozzo scripts:

$ cd /vz
$ git clone https://github.com/virtuozzo/virtuozzo-openstack-scripts
$ cd virtuozzo-openstack-scripts

Run the script and follow instructions (if any):

$ ./setup_devstack_for_vz7.sh HOST_IP PASSWORD


Devstack multi node installation

Clone virtuozzo scripts on your CONTROLLER node:

$ cd /vz
$ git clone https://github.com/virtuozzo/virtuozzo-openstack-scripts
$ cd virtuozzo-openstack-scripts

Run the script on your CONTROLLER node and follow instructions (if any):

$ ./setup_devstack_for_vz7.sh HOST_IP PASSWORD true

Run the script on your CONTROLLER node and follow instructions (if any):

$ ./setup_devstack_for_vz7.sh HOST_IP PASSWORD true

Clone virtuozzo scripts on your COMPUTE node:

$ cd /vz
$ git clone https://github.com/virtuozzo/virtuozzo-openstack-scripts
$ cd virtuozzo-openstack-scripts

Run the script on your COMPUTE node and follow instructions (if any):

$ ./setup_devstack_for_vz7_compute.sh COMPUTE_HOST_IP PASSWORD CONTROLLER_HOST_IP


See also

</translate>