Deploying Openstack in lab - Poc Purpose

Deploying Openstack in lab - Poc Purpose

This Post describes installing the Liberty release on centos 7.2. Followings are the steps.

1. If you are using non-English locale make sure your /etc/environment is populated:
LANG=en_US.utf-8
LC_ALL=en_US.utf-8

 

 

2. Network settings:
If you plan on having external network access to the server and instances, this is a good moment to properly configure your network settings. A static IP address to your network card, and disabling NetworkManager are good ideas.

3. Checking centos release . it should be centos7.2 as shown below.

4. selinux should be permissive.

5. Host should get resolved , either through DNS or by adding entry in /etc/hosts

 

 

 

 

 

6.  Then install openstack liberty and packstack using yum

7. Generate answer file

[root@openstack-lab ~]# packstack --default-password=admin --gen-answer-file=/root/packstack-naswerfile-2016-07-15.txt

Packstack changed given value to required value /root/.ssh/id_rsa.pub
[root@openstack-lab ~]#

8. customise this answer file according to needs.

packstack  --answer-file=/root/packstack-naswerfile-2016-07-15.txt

If everthing is fine then you can access dashboard at 
https://<IP/hostname of the node wher you have installed openstack >/dashboard

References:

    1. Youtube video
  1. rdo Project quick start
  2. Using packstack
Shailendra Kumar

I help teams deploy their code in production in the most secure, reliable, and scalable manner.

8 年
回复
Shailendra Kumar

I help teams deploy their code in production in the most secure, reliable, and scalable manner.

8 年
回复

要查看或添加评论,请登录

Shailendra Kumar的更多文章

  • Free and Open Source Kubernetes Monitoring Tools

    Free and Open Source Kubernetes Monitoring Tools

    I came through this article about 30+ free and opensource monitoring tools for kubernetes. This is awesome collection…

  • Openstack Cinder

    Openstack Cinder

    The OpenStack platform is an open-source collaboration to develop a private cloud ecosystem, delivering IT services at…

  • Nova

    Nova

    Nova, OpenStack Compute service is used for hosting and managing cloud computing systems. It is a component based…

    1 条评论
  • Neutron - openstack networking

    Neutron - openstack networking

    Introduction Neutron, a network service for OpenStack, is a pluggable, scalable and API-driven system for managing…

  • Decoding openstack

    Decoding openstack

    Introduction to OpenStack The OpenStack project is an open source cloud-computing platform for private, public and…

  • using rsync

    using rsync

    rsync copies files either to or from a remote host, or locally on the current host (it does not support copying files…

  • Watch Command in unix

    Watch Command in unix

    watch is an excellent command which can run scripts or commands at a regular intervals or repeatedly. This is very much…

  • Usage of top command

    Usage of top command

    top command is very useful in at the time of debugging the issue , I found this good article for same and felt to share…

    1 条评论

社区洞察

其他会员也浏览了