Comment by Bernd Bausch for Yes it is possible, and there are many options....
This is explained in the *Overview* and *Environment* chapters of the [installation tutorials](https://docs.openstack.org/install-guide/). I also like this external resource, old but still correct I...
View ArticleComment by najeh for Yes it is possible, and there are many options. Manual...
Actually i need a support to how configure hardware machines together to build and setup my own cloud. How connect these three machines using router/switch ? how configure IP addresses ? How configure...
View ArticleComment by Bernd Bausch for Yes it is possible, and there are many options....
I don't think I understand your question. You take three boxes, network them together with a switch, and off you go. The tutorial requires two (or three?) networks per box, so you use two or three...
View ArticleComment by najeh for Yes it is possible, and there are many options. Manual...
how can i realize the hardware configuration of the three machines in the Lab using switch ?
View ArticleAnswer by Bernd Bausch for I will setup my own private cloud. i have three...
Yes it is possible, and there are many options. Manual setup: Time consuming, requires troubleshooting, you learn a lot: The [installation tutorials](https://docs.openstack.org/install-guide/). This...
View ArticleComment by najeh for I have used virtualbox 1 vm for Controller ( 8G or 6G...
@esxzawq Did you install a vm in each machine(physical machine) or all vm's installed in one single machine(single machine ?
View ArticleComment by esxzawq for I have used virtualbox 1 vm for Controller ( 8G or 6G...
@najeh replace $IFACE with enp5s0 and create a virtual network interface enp5s0:0 and use it as management interface
View ArticleComment by najeh for I have used virtualbox 1 vm for Controller ( 8G or 6G...
@esxzawq This is my /etc/network/interfaces file for both controller and compute nodes with enp5s0 is the management ip found from dhcp, is it correct ? auto lo iface lo inet loopback auto enp5s0 iface...
View ArticleComment by esxzawq for I have used virtualbox 1 vm for Controller ( 8G or 6G...
@najeh I have not specifed the provider IP in both controller and compute and both are working properly and for connecting to the compute or controller you should use management IP
View ArticleComment by najeh for I have used virtualbox 1 vm for Controller ( 8G or 6G...
@esxzawq should i specify the provider IP @ in the controller and compute nodes or just write in/etc/network/interfaces with eth1 is the provider @ withou an ip assigned to it auto eth1 iface eth1 inet...
View ArticleComment by esxzawq for I have used virtualbox 1 vm for Controller ( 8G or 6G...
I only have one physical machine ( my laptop ) and installed the virtualbox on it, **controller** and the **compute** nodes are vm's of virtualbox. I have used this method just for testing and...
View ArticleComment by esxzawq for I have used virtualbox 1 vm for Controller ( 8G or 6G...
@najeh these links could be helpful for your design [use cases](https://docs.openstack.org/arch-design/use-cases.html) [minimum...
View ArticleAnswer by esxzawq for I will setup my own private cloud. i have three...
I have used virtualbox 1 vm for Controller ( 8G or 6G ram , 4 core cpu) 1 vm for Compute ( 4G ram , 4 or 2 core cpu) Each vm has 2 network interfaces 1- **bridg adapter** for provider network 2-...
View ArticleComment by najeh for You can not use virtual box for compute But you can use...
is it possible to install controller and compute nodes in desktop operating system(ubuntu-desktop) and not a server operating system(ubuntu-server)
View ArticleComment by Bernd Bausch for You can not use virtual box for compute But you...
"master node" sounds like you want an installation with an orchestration tool like Ansible or Puppet. Packstack uses Puppet, and I think you can guess what OpenStack-Ansible and Kolla-Ansible use....
View ArticleComment by najeh for You can not use virtual box for compute But you can use...
No, each node on a single machine, But i want to use another physical machine which will be the responsible (master) for the installation and configuration of different nodes (physical machines)
View ArticleComment by novainfinite for You can not use virtual box for compute But you...
What do you mean by master node? Do you want to install all node in one physical server?
View ArticleComment by najeh for You can not use virtual box for compute But you can use...
is it possible to configure a master machine to work with just one desktop machine remotely? if yes how can i achieve that?
View ArticleComment by novainfinite for You can not use virtual box for compute But you...
If all 4 physical machine have 8 gig of ram yes you can
View ArticleComment by najeh for You can not use virtual box for compute But you can use...
@novainfinite can i use physical machine for the for compute and contoller nodes installation to set up my private cloud. controller= physical machine1= 8 Gib ram / ubuntu-server OS compute= physical...
View Article