Editing Setup OpenStack with Virtuozzo 7
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 17: | Line 17: | ||
You need to install and update your Virtuozzo nodes first. Install Virtuozzo 7 on your controller and compute hosts as usual. You can use basic (local) or Virtuozzo Storage. Update Virtuozzo hosts | You need to install and update your Virtuozzo nodes first. Install Virtuozzo 7 on your controller and compute hosts as usual. You can use basic (local) or Virtuozzo Storage. Update Virtuozzo hosts | ||
$ yum update -y | $ yum update -y | ||
+ | |||
+ | Git must be installed on all your Virtuozzo nodes: | ||
+ | $ yum install git -y | ||
If you have br0 bridge configured as an IP interface, then you should move an IP address assigned to it to the physical ethernet interface bridged to br0. | If you have br0 bridge configured as an IP interface, then you should move an IP address assigned to it to the physical ethernet interface bridged to br0. | ||
Line 47: | Line 50: | ||
<!--T:3--> | <!--T:3--> | ||
You are able to setup OpenStack controller node together with compute node on the same server for demo or test purpose. In this case compute node with Virtuozzo Containers support will be deployed. You can add another compute node with containers or VMs anytime you want as described in Setup OpenStack Compute Node section. | You are able to setup OpenStack controller node together with compute node on the same server for demo or test purpose. In this case compute node with Virtuozzo Containers support will be deployed. You can add another compute node with containers or VMs anytime you want as described in Setup OpenStack Compute Node section. | ||
− | |||
− | |||
− | |||
Clone virtuozzo scripts: | Clone virtuozzo scripts: | ||
Line 82: | Line 82: | ||
== Setup OpenStack Compute Node (*Developer/POC Setup*) == | == Setup OpenStack Compute Node (*Developer/POC Setup*) == | ||
− | |||
− | |||
− | |||
Clone Virtuozzo scripts to your COMPUTE node: | Clone Virtuozzo scripts to your COMPUTE node: |