Difference between revisions of "Setup OpenStack with Virtuozzo 7"
Mnestratov (talk | contribs) |
Mnestratov (talk | contribs) |
||
Line 1: | Line 1: | ||
{{Virtuozzo}} | {{Virtuozzo}} | ||
− | |||
<translate> | <translate> | ||
<!--T:1--> | <!--T:1--> | ||
− | This howto describes | + | This howto describes how to install OpenStack on [[Virtuozzo]] 7. |
+ | == Devstack all-in-one installation == <!--T:1--> | ||
<!--T:2--> | <!--T:2--> | ||
Line 13: | Line 13: | ||
$ cd virtuozzo-openstack-scripts | $ cd virtuozzo-openstack-scripts | ||
− | <!--T: | + | <!--T:3--> |
Run the script and follow instructions (if any): | Run the script and follow instructions (if any): | ||
$ ./setup_devstack_for_vz7.sh HOST_IP PASSWORD | $ ./setup_devstack_for_vz7.sh HOST_IP PASSWORD | ||
− | <!--T: | + | |
− | + | == Devstack multi node installation == <!--T:11--> | |
+ | |||
+ | <!--T:12--> | ||
+ | Clone virtuozzo scripts on your CONTROLLER node: | ||
+ | |||
+ | $ cd /vz | ||
+ | $ git clone https://github.com/virtuozzo/virtuozzo-openstack-scripts | ||
+ | $ cd virtuozzo-openstack-scripts | ||
+ | |||
+ | <!--T:13--> | ||
+ | Run the script on your CONTROLLER node and follow instructions (if any): | ||
+ | |||
+ | $ ./setup_devstack_for_vz7.sh HOST_IP PASSWORD true | ||
+ | |||
+ | <!--T:14--> | ||
+ | Run the script on your CONTROLLER node and follow instructions (if any): | ||
+ | |||
+ | $ ./setup_devstack_for_vz7.sh HOST_IP PASSWORD true | ||
+ | |||
+ | <!--T:15--> | ||
+ | Clone virtuozzo scripts on your COMPUTE node: | ||
+ | |||
+ | $ cd /vz | ||
+ | $ git clone https://github.com/virtuozzo/virtuozzo-openstack-scripts | ||
+ | $ cd virtuozzo-openstack-scripts | ||
+ | |||
+ | <!--T:16--> | ||
+ | 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 == <!--T:100--> | ||
+ | * [https://docs.openvz.org/ Virtuozzo documentation] | ||
+ | * [[Virtuozzo ecosystem]] | ||
+ | |||
</translate> | </translate> | ||
[[Category: HOWTO]] | [[Category: HOWTO]] |
Revision as of 12:19, 10 March 2016
<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>