How do I install OpenStack in RHEL 7 CentOS 7

0 votes

Hi everyone,

I am doing one project in Big Data and my requirement is I want to host every results publicly. For that I can use AWS but it is not free. So after doing research, I came to know OpenStack is also a platform that can also be used as a cloud platform and it is open source platform as well. Can anyone tell me how to install OpenStack in my own system?

Thank You

Mar 13, 2020 in OpenStack by akhtar
• 38,230 points
2,344 views

1 answer to this question.

0 votes

Hi@akhtar,

Follow the below steps to install OpenStack.

  • IP of the system should be static. Go through the below link to know how to create static IP.
    https://www.edureka.co/community/63672/how-to-set-static-ip-in-linux-redhat?show=64169#a64169
  • Disable firewall and NetworkManager

   $ systemctl stop firewalld

   $ systemctl stop NetworkManager
  • Use below command to enable rdo repository.

   $ yum install -y https://www.rdoproject.org/repos/rdo-release.rpm
  •  Install OpenStack PackStack Package   

   $ yum install -y openstack-packstack
  • Generate the answer file using below command.

   $ packstack --gen-answer-file=/root/answer.txt
  • Now modify the answer.txt file according to your requirement.

  • Start OpenStack installation using answer file.

      $ packstack --answer-file /root/answer.txt

After running the command it will take approx 30-40 mins to install and you will get successfully installed notification in your command line.

Hope it will help you.

Thank You

answered Mar 13, 2020 by MD
• 95,440 points

Related Questions In OpenStack

0 votes
1 answer

How do I Configure GlusterFS for OpenStack Block Storage?

Hi@akhtar, To set GlusterFS as your partitioner tool in ...READ MORE

answered Mar 19, 2020 in OpenStack by MD
• 95,440 points
860 views
0 votes
1 answer

How can I create one private subnet in OpenStack?

Hi@Hasid, If you launched all the instances within ...READ MORE

answered Mar 19, 2020 in OpenStack by MD
• 95,440 points
467 views
0 votes
1 answer

How can I create one container in OpenStack?

Hi@Hasid, In OpenStack, Swift provides container service. Follow ...READ MORE

answered Mar 19, 2020 in OpenStack by MD
• 95,440 points
825 views
0 votes
1 answer

How can I upload an Object in OpenStack?

Hi@Hasid, You can upload your files inside your container. ...READ MORE

answered Mar 19, 2020 in OpenStack by MD
• 95,440 points
625 views
0 votes
1 answer

Is OpenStack provides all types of Storage services that AWS provides?

Hi@akhtar, Yes, OpenStack provides all the storage services ...READ MORE

answered Mar 13, 2020 in OpenStack by MD
• 95,440 points
433 views
0 votes
1 answer

How to get OpenStack software for installation?

Hi@akhtar, There are two ways to get OpenStack ...READ MORE

answered Mar 13, 2020 in OpenStack by MD
• 95,440 points
614 views
0 votes
1 answer

Why do we need static IP for installing OpenStack?

Hi@akhtar, We know we get IP from DHCP ...READ MORE

answered Mar 13, 2020 in OpenStack by akhtar
• 38,230 points
709 views
+1 vote
1 answer

Why do we need to disable firewalld and NetworkManager in OpenStack?

Hi@akhtar, By default in Linux there are security ...READ MORE

answered Mar 13, 2020 in OpenStack by akhtar
• 38,230 points
2,083 views
0 votes
1 answer

How can I do SSH inside my instance in OpenStack?

Hi@akhtar, Yes, there is nothing wrong with your ...READ MORE

answered Mar 17, 2020 in OpenStack by MD
• 95,440 points
2,171 views
0 votes
1 answer

How do I configure Block Storage to use an NFS storage back end in OpenStack?

Hi@akhtar, You can use NFS technology for your ...READ MORE

answered Mar 19, 2020 in OpenStack by MD
• 95,440 points
1,133 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP