• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here: Home » Installing DevStack on Ubuntu 14.04 Server

By Abhishek Ghosh April 12, 2015 8:26 am Updated on April 12, 2015

Installing DevStack on Ubuntu 14.04 Server

Advertisement

Here is a Small Guide For Installing DevStack on Ubuntu 14.04 Server. That Server Instance Can Be Running on OpenStack Itself. It is not for production environment. It is exactly what it sounds – Dev Stack. OpenStack is for production environment. Right now, you can install DevStack in many ways like – All-In-One Single VM, All-In-One Single Machine, Multi-Node Lab, DevStack with Neutron Networking, DevStack with KVM-based Nested Virtualization & Nova and devstack installation. All has official guides, FAQs on OpenStack official website.

 

Installing DevStack on Ubuntu 14.04 Server : This is All-In-One Single VM

 

As We are Installing DevStack on Ubuntu 14.04 Server possibly on an instance running on OpenStack itself – it is working like a virtual machine running on localhost. Difference is only on the fact that we are using SSH to connect to the remote server. This way has a basic advantage – you can use OpenStack SnapShot for DevStack – as possibly you are a new OpenStack user, after installation, take a snapshot. An instance with 8 GB RAM is enough to test. Over SSH, there are things running and we need to keep a safe margin with RAM. We saw that, 8 GB RAM gives more stability to work with expected load. Devstack/Havana release supports only till Ubuntu 12.04. We are writing about Trusty’s version. You should not try it on Ubuntu 12.04. All in one :

Installing DevStack on Ubuntu 14.04 Server

 

Installing DevStack on Ubuntu 14.04 Server

 

We need to write very less :

Advertisement

---

Vim
1
http://docs.openstack.org/developer/devstack/

First steps are quite easy :

Vim
1
2
3
4
5
6
7
8
apt-get install python-software-properties
apt-get update -y && apt-get upgrade
apt-get dist-upgrade
git clone https://git.openstack.org/openstack-dev/devstack
cd devstack
chmod +x stack.sh
sh stack.sh
# ./stack.sh

You will be asked to set the password for administration and a few packages like mysql, rabbitmq, etc total for six times; keep all the passwords same if you do not wish to remember small things. This will take a huge time to complete – near around 1 hour or more. The script will download and install and start various services and packages. On localhost the time goes near two hours. If you get this, then all is fine :

Vim
1
2
3
4
5
6
7
Horizon is now available at http://15.0.0.1/
Keystone is serving at http://15.0.0.1:5000/v2.0/
Examples on using novaclient command line is in exercise.sh
The default users are: admin and demo
The password: password
This is your host ip: 15.0.0.1
stack.sh completed in 187 seconds.

You were in devstack directory. Do an ls -al and you will get either of these 3 :

localrc or .localrc or local.conf

If it is dot file, then you can not see on ls. Run a cat against the names :

Vim
1
2
3
cat localrc
cat .localrc
cat local.conf

Restarting all the services is with ./rejoin-stack.sh file. We usually check these things on the localrc file :

Vim
1
2
3
4
5
6
7
8
disable_service n-net
enable_service q-svc
enable_service q-agt
enable_service q-dhcp
enable_service q-l3
enable_service q-meta
enable_service neutron
enable_service tempest

again execute ./stack.sh. If you point your browser towards horizon – http://15.0.0.1/ in our example, you will get the web GUI to login. People fails to understand, where from the cloud-init came :

Vim
1
http://docs.openstack.org/developer/devstack/guides/single-vm.html

That is of Ubuntu. We ran that :

Vim
1
2
3
apt-get install python-software-properties
apt-get update -y && apt-get upgrade
...

If we added :

Vim
1
sudo add-apt-repository cloud-archive:juno

then we had to redirect you here :

Vim
1
https://wiki.ubuntu.com/ServerTeam/CloudArchive

Canonical™s Ubuntu Cloud archive.

Tagged With devstack ubuntu , install devstack on ubuntu , devstack ubuntu 16 04 , devstack on ubuntu installation , devstack installation on windows , devstack install on ubuntu , devstack install gui , devstack install , devstack all in one ubuntu , devops devstack ubuntu server14

This Article Has Been Shared 361 Times!

Facebook Twitter Pinterest
Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Orthopaedic Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Installing DevStack on Ubuntu 14.04 Server

  • Cloud and SaaS : Is Cloud Based SaaS Becoming the Mainstream ?

    Cloud Computing is becoming the dominant global trend not only in enterprise IT but also in Private Small Sectors. Better,faster,cheaper is pushing Cloud ahead.

  • Juju on Rackspace Cloud Server : Test Drive with Ubuntu 12.04

    Juju on Rackspace Cloud Server is a test drive in real time. It is some what like driving a F1 car on a busy avenue for the first time in life. Start the Cloud. And the ride is too without wearing helmet – on an Operating System without any smartness – Windows 7 with PuTTY. […]

  • Rackspace Deployment Services Early Access Video Guide

    Rackspace Deployment Services Early Access Video Guide Shows How to Setup Rackspace Cloud Server, Load Balancers, Cloud Database in easy clicks from GUI.

  • Points to Check Before Switching to Cloud Computing

    If you work as a IT service provider you need either to explain the benefits of cloud computing or decide to switch own business, some points to check before switching to Cloud.

  • PayPal Opts For OpenStack Giving Farewell to VMware

    VMware lost a major customer PayPal, who decided to go with the famous Open Source cloud computing platform OpenStack. PayPal notably drafted HSTS.

Additionally, performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

You can subscribe to our Free Once a Day, Regular Newsletter by clicking the subscribe button below.

Click To Subscribe

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (21K Followers)
  • Twitter (5.3k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • CAP Theorem Explained January 28, 2021
  • A.I. Bingo Game for Teaching A.I. January 27, 2021
  • Blackjack Strategies, AI and Cognitive Science January 27, 2021
  • Wi-Fi for Old House With Thick Walls January 26, 2021
  • What is Inertial Navigation System? January 25, 2021

 

About This Article

Cite this article as: Abhishek Ghosh, "Installing DevStack on Ubuntu 14.04 Server," in The Customize Windows, April 12, 2015, January 28, 2021, https://thecustomizewindows.com/2015/04/installing-devstack-on-ubuntu-14-04-server/.

Source:The Customize Windows, JiMA.in

 

This website uses cookies. If you do not want to allow us to use cookies and/or non-personalized Ads, kindly clear browser cookies after closing this webpage.

Read Cookie Policy.

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

Copyright © 2021 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy