• 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 595 Times!

Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, 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

Get new posts by email:

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 (24.3K Followers)
  • Twitter (5.8k 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

  • What is Voice User Interface (VUI) January 31, 2023
  • Proxy Server: Design Pattern in Programming January 30, 2023
  • Cyberpunk Aesthetics: What’s in it Special January 27, 2023
  • How to Do Electrical Layout Plan for Adding Smart Switches January 26, 2023
  • What is a Data Mesh? January 25, 2023

About This Article

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

Source:The Customize Windows, JiMA.in

PC users can consult Corrine Chorney for Security.

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

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

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

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
Cookie SettingsAccept
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT