<div>Regarding OSA, RAM requirement is more heavy I'd say in case you want to do AIO deployment with LXC containers. I'd suggest using ~10Gb of RAM because 8Gb is bare minimum.</div><div>But in case of metal SCENARIO for AIO, 8Gb should be pretty much ok, and I guess 6 Gb is really bare minimum.</div><div> </div><div>Reagarding CPUs I was runing AIO with 4 CPUs and it was also pretty fine.</div><div> </div><div>17.02.2021, 13:13, "Sean Mooney" <smooney@redhat.com>:</div><blockquote><p>On Wed, 2021-02-17 at 10:12 +0530, Amey Abhyankar wrote:</p><blockquote> Thanks.<br /> I have joined the channel.<br /> <br /> AIO doc says minimum 8 vcpu's are required.<br /> Is that a mandatory requirement?<br /> My laptop has less vcpu's.</blockquote><p>if its just a test deployment you can run with less<br />we normally recommend 8G for ram and 8vcpus for an all in one deployment of openstack but it will work with 4<br />you just wont be abel to run many vms. on the ram side i have deployed all in one node in 6G of ram but again that<br />teands not to leave much room for vms.<br /><br />i havent realy used OSA but the requirements should be more or less the same.<br /> </p><blockquote> <br /> Regards,<br /> Amey.<br /> <br /> On Tue, 16 Feb 2021 at 22:31, Satish Patel <<a href="mailto:satish.txt@gmail.com" rel="noopener noreferrer">satish.txt@gmail.com</a>> wrote:<br /> ><br /> > In my setup I have deployed everything on real hardware with VLANs etc<br /> > to mimic production style. Are you trying to deploy openstack-ansible<br /> > (AIO)? <a href="https://docs.openstack.org/openstack-ansible/latest/user/aio/quickstart.html" rel="noopener noreferrer">https://docs.openstack.org/openstack-ansible/latest/user/aio/quickstart.html</a><br /> ><br /> > Let me assume you are trying to deploy an openstack-ansible AIO model<br /> > on a virtual box. In that case you don't need any special networking,<br /> > all you need is a single virtualBox nic in Bridge mode and follow AIO<br /> > instructions. Why don't you join openstack-ansible IRC, it's hard to<br /> > answer interactive questions here.<br /> ><br /> > On Tue, Feb 16, 2021 at 11:27 AM Amey Abhyankar <<a href="mailto:sco1984@gmail.com" rel="noopener noreferrer">sco1984@gmail.com</a>> wrote:<br /> > ><br /> > > Hello Satish,<br /> > ><br /> > > I am unable to ssh/ping the CentOS 8.2 machine after following the<br /> > > steps mentioned in your document.<br /> > > I am trying this POC using Oracle Virtualbox.<br /> > > The vm got 192.168.0.x IP from DHCP in my wifi router.<br /> > ><br /> > > Till bootstrap, the SSH session was alive.<br /> > > But after a while I lost access to the vm.<br /> > > Now If I do ip a, I don't see the 192.168.0.x IP to any interface.<br /> > ><br /> > > What can be the issue?<br /> > ><br /> > > Regards,<br /> > > Amey.<br /> > ><br /> > > On Wed, 10 Feb 2021 at 20:12, Satish Patel <<a href="mailto:satish.txt@gmail.com" rel="noopener noreferrer">satish.txt@gmail.com</a>> wrote:<br /> > > ><br /> > > > Hi Amey,<br /> > > ><br /> > > > I am running my cloud using openstack-ansible on centos 7.5 (on<br /> > > > Production) and 8.x (on Lab because centos 8 soon end of life, my<br /> > > > future plan is to migrate everything to ubuntu ).<br /> > > ><br /> > > > Answer to your question is you have two way to configure networking using OSA<br /> > > ><br /> > > > 1. Use systemd-networkd here is the example -<br /> > > > <a href="http://paste.openstack.org/show/802517/" rel="noopener noreferrer">http://paste.openstack.org/show/802517/</a><br /> > > > 2. Use package network-scripts (This is legacy way to configure<br /> > > > network on centOS /etc/sysconfig/network-scripts/* style) - You can<br /> > > > see example on my blog how to deploy OSA on centos -<br /> > > > <a href="https://satishdotpatel.github.io//build-openstack-cloud-using-openstack-ansible/" rel="noopener noreferrer">https://satishdotpatel.github.io//build-openstack-cloud-using-openstack-ansible/</a><br /> > > ><br /> > > ><br /> > > > On Wed, Feb 10, 2021 at 9:14 AM Amey Abhyankar <<a href="mailto:sco1984@gmail.com" rel="noopener noreferrer">sco1984@gmail.com</a>> wrote:<br /> > > > ><br /> > > > > Hello Jonathan,<br /> > > > ><br /> > > > > On Wed, 10 Feb 2021 at 18:35, Jonathan Rosser<br /> > > > > <<a href="mailto:jonathan.rosser@rd.bbc.co.uk" rel="noopener noreferrer">jonathan.rosser@rd.bbc.co.uk</a>> wrote:<br /> > > > > ><br /> > > > > > Hi Amey,<br /> > > > > ><br /> > > > > > The documentation that you linked to is specifically for the ansible<br /> > > > > > deployment host, which can be separate from the OpenStack target hosts<br /> > > > > > if you wish. The only requirement is that it has ssh access to the<br /> > > > > > target hosts, by default this would be via the network attached to<br /> > > > > > br-mgmt on those hosts.<br /> > > > > ><br /> > > > > > In terms of the target hosts networking, you should refer to<br /> > > > > > <a href="https://docs.openstack.org/project-deploy-guide/openstack-ansible/latest/targethosts.html#configuring-the-network" rel="noopener noreferrer">https://docs.openstack.org/project-deploy-guide/openstack-ansible/latest/targethosts.html#configuring-the-network</a>.<br /> > > > > Yes I checked this reference.<br /> > > > > ><br /> > > > > > OpenStack-Ansible does not prescribe any particular method for<br /> > > > > > setting up the host networking as this tends to be specific<br /> > > > > > to the individual environment or deployer preferences.<br /> > > > > I am looking for an example where to put the interface configurations<br /> > > > > in CentOS 8.<br /> > > > > But, I am unable to find any references specifically for CentOS/RHEL.<br /> > > > > Hence I post the question here to get help from some1 who is already<br /> > > > > running OpenStack on CentOS 8.<br /> > > > ><br /> > > > > Regards,<br /> > > > > Amey.<br /> > > > > ><br /> > > > > > You should pick most appropriate network config tool for your<br /> > > > > > OS/environment and create the bridges and networks listed in the<br /> > > > > > table on the target hosts documentation.<br /> > > > > ><br /> > > > > > I would always recommend starting with an All-In-One deployment<br /> > > > > > <a href="https://docs.openstack.org/openstack-ansible/latest/user/aio/quickstart.html" rel="noopener noreferrer">https://docs.openstack.org/openstack-ansible/latest/user/aio/quickstart.html</a>.<br /> > > > > > This will generate a complete test environment<br /> > > > > > with all the host networking set up correctly and will serve as<br /> > > > > > a reference example for a production deployment.<br /> > > > > ><br /> > > > > > Do join the #openstack-ansible IRC channel if you would like<br /> > > > > > to discuss any of the options further.<br /> > > > > ><br /> > > > > > Regards,<br /> > > > > > Jonathan.<br /> > > > > ><br /> > > > > > On 10/02/2021 10:09, Amey Abhyankar wrote:<br /> > > > > > > Hello,<br /> > > > > > ><br /> > > > > > > I am trying to install OpenStack by referring following guides =<br /> > > > > > ><br /> > > > > > > 1) <a href="https://docs.openstack.org/project-deploy-guide/openstack-ansible/latest/deploymenthost.html" rel="noopener noreferrer">https://docs.openstack.org/project-deploy-guide/openstack-ansible/latest/deploymenthost.html</a><br /> > > > > > > 2) <a href="https://docs.openstack.org/openstack-ansible/victoria/user/test/example.html" rel="noopener noreferrer">https://docs.openstack.org/openstack-ansible/victoria/user/test/example.html</a><br /> > > > > > ><br /> > > > > > > In link number 2, there is a step to configure interfaces.<br /> > > > > > > In CentOS 8 we don't have a /etc/network/interfaces file.<br /> > > > > > > Which interface file should I configure?<br /> > > > > > > Or do I need to create all virtual int's manually using nmcli?<br /> > > > > > ><br /> > > > > > > Pls suggest thanks.<br /> > > > > > ><br /> > > > > > > Regards,<br /> > > > > > > Amey.<br /> > > > > > ><br /> > > > > > ><br /> > > > > ><br /> > > > ><br /> </blockquote><p><br /><br /> </p></blockquote><div> </div><div> </div><div>-- <br />Kind Regards,</div><div>Dmitriy Rabotyagov</div><div> </div>