SlideShare a Scribd company logo
Deploy OpenStack: DevStack

Athens OpenStack User Group #OSATH
4th Meetup, 14th November 2013
Thanassis Parathyras
aparathyras@stackmasters.eu, @parathyras
Prepare
• VM
– Vmware, VirtualBox, vagrant, KVM, …, any choice
– 2GB RAM or more
• OS
– Ubuntu 12.04 (Precise), Fedora 18 and
CentOS/RHEL 6.4
– OpenSUSE and Debian
– Minimal install recommended
Settle envirnonment
• Start your VM
• Work as non-root user
– Create user stack
– Login as user stack
Execute
#!/bin/sh
apt-get update || yum update –y
apt-get install -qqy git || yum install –y git
git clone https://github.com/openstack-dev/devstack.git
cd devstack
echo ADMIN_PASSWORD=password > localrc
echo MYSQL_PASSWORD=password >> localrc
echo RABBIT_PASSWORD=password >> localrc
echo SERVICE_PASSWORD=password >> localrc
echo SERVICE_TOKEN=tokentoken >> localrc
./stack.sh
Wait …
Be careful!!!
• Ubuntu: ensure dmidecode is not running

$ killall -9 dmidecode
• CLI:
$ nova list
“ERROR: You must provide a username via
either --os-username or env[OS_USERNAME]”

$ source <account details>
Check: $TOPDIR/accrc
Spare time
http://www.slideshare.net/openstack/openstack-user-survey-october-2013
http://www.slideshare.net/openstack/openstack-havana-release
Welcome 
DevStack
• All-in-one VM
– Nova, Keystone, Glance, Horizon, Cinder,
openstack-clients
• Neutron not deployed
– Default: nova-network
• Swift not deployed
– Default: nova-objectstore
• Ceilometer, Heat, Trove
#OSATH
• http://www.meetup.com/Athens-OpenStack-User-Group
• https://plus.google.com/communities/11376162502239
2052075
• @openstack
• https://wiki.openstack.org/wiki/Mailing_Lists
– http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Keep it up!

More Related Content

PPTX
Data storage in clouds
PPTX
High Availability in OpenStack
PPTX
Project: OpenStack, #OSATH
PPTX
After summit catch up
PPTX
Docker in OpenStack
PDF
DevStack: A developers cloud in a box.
PPTX
DevStack: Learn OpenStack by Running OpenStack
ODP
Elastic Stack ELK, Beats, and Cloud
Data storage in clouds
High Availability in OpenStack
Project: OpenStack, #OSATH
After summit catch up
Docker in OpenStack
DevStack: A developers cloud in a box.
DevStack: Learn OpenStack by Running OpenStack
Elastic Stack ELK, Beats, and Cloud

What's hot (20)

PPTX
Creating Elasticsearch Snapshots
PPTX
Cloud init and cloud provisioning [openstack summit vancouver]
PDF
Cloudinit
PDF
Docker 1.12 (dockercon recap)
PDF
OpenStack-Ansible Project Update
PPTX
Log analysis using Logstash,ElasticSearch and Kibana
PPTX
Automation with Packer and TerraForm
PDF
AWS Elastic Container Service - DockerHN
PDF
London Hug 19/5 - Terraform in Production
PPTX
Sysdig - Introducing a new definition of Monitoring
PDF
Zun presentation (OpenStack Barcelona summit)
PDF
CloudOps CloudStack Days, Austin April 2015
PPT
Kubernetes on CloudStack with coreOS
PDF
Managing Your Cisco Datacenter Network with Ansible
PPTX
Drupal 8 + Elasticsearch + Docker
PDF
Hashicorp @ JUST EAT - Part 2
PPTX
Introducing Docker Swarm - the orchestration tool by Docker
PDF
Configuring MongoDB HA Replica Set on AWS EC2
PDF
Mirantis v OpenStack Ansible Dawn of Production
PDF
2nd Athens Big Data Meetup - 2nd Talk - ElasticSearch: Index and Search Log F...
Creating Elasticsearch Snapshots
Cloud init and cloud provisioning [openstack summit vancouver]
Cloudinit
Docker 1.12 (dockercon recap)
OpenStack-Ansible Project Update
Log analysis using Logstash,ElasticSearch and Kibana
Automation with Packer and TerraForm
AWS Elastic Container Service - DockerHN
London Hug 19/5 - Terraform in Production
Sysdig - Introducing a new definition of Monitoring
Zun presentation (OpenStack Barcelona summit)
CloudOps CloudStack Days, Austin April 2015
Kubernetes on CloudStack with coreOS
Managing Your Cisco Datacenter Network with Ansible
Drupal 8 + Elasticsearch + Docker
Hashicorp @ JUST EAT - Part 2
Introducing Docker Swarm - the orchestration tool by Docker
Configuring MongoDB HA Replica Set on AWS EC2
Mirantis v OpenStack Ansible Dawn of Production
2nd Athens Big Data Meetup - 2nd Talk - ElasticSearch: Index and Search Log F...
Ad

Similar to #OSATH Deploy OpenStack: DevStack (20)

PDF
How to master OpenStack in 2 hours
PPTX
Baylisa - Dive Into OpenStack
PDF
Continuous Delivery with Maven, Puppet and Tomcat - ApacheCon NA 2013
PDF
20090514 Introducing Puppet To Sasag
PPTX
Hadoop single node setup
PDF
Hadoop meet Rex(How to construct hadoop cluster with rex)
PDF
Drupal camp South Florida 2011 - Introduction to the Aegir hosting platform
KEY
20100425 Configuration Management With Puppet Lfnw
PDF
Single node hadoop cluster installation
PDF
Continuous Delivery: The Next Frontier
KEY
From Dev to DevOps - FOSDEM 2012
PDF
Geek Week 2016 - Deep Dive To Openstack
PPTX
PDF
Deploying to Ubuntu on Linode
PDF
LinuxをインストールしてWebサーバーを立ち上げてみよう【OSC2018 Tokyo/Spring】
KEY
Puppet for Java developers - JavaZone NO 2012
PDF
Making Developers Productive with Vagrant, VirtualBox, and Docker
PDF
Containerization Is More than the New Virtualization
PDF
IT Automation with Ansible
PDF
From Dev to DevOps - Codemotion ES 2012
How to master OpenStack in 2 hours
Baylisa - Dive Into OpenStack
Continuous Delivery with Maven, Puppet and Tomcat - ApacheCon NA 2013
20090514 Introducing Puppet To Sasag
Hadoop single node setup
Hadoop meet Rex(How to construct hadoop cluster with rex)
Drupal camp South Florida 2011 - Introduction to the Aegir hosting platform
20100425 Configuration Management With Puppet Lfnw
Single node hadoop cluster installation
Continuous Delivery: The Next Frontier
From Dev to DevOps - FOSDEM 2012
Geek Week 2016 - Deep Dive To Openstack
Deploying to Ubuntu on Linode
LinuxをインストールしてWebサーバーを立ち上げてみよう【OSC2018 Tokyo/Spring】
Puppet for Java developers - JavaZone NO 2012
Making Developers Productive with Vagrant, VirtualBox, and Docker
Containerization Is More than the New Virtualization
IT Automation with Ansible
From Dev to DevOps - Codemotion ES 2012
Ad

More from Thanassis Parathyras (9)

PPTX
Cycleops - Automate deployments on top of bare metal.pptx
PPTX
Add Cycleops to your development cycles - Docker Athens meetup.pptx
PDF
A practitioner's tale on clouds
PPTX
Open cloud infrastructure
PPTX
OpenStack: programmable infrastructure
PPTX
Operating the cloud
PPTX
OpenStack basics
PPTX
#OSATH Deploy OpenStack: DevStack (cont'd)
PPTX
Project CHOReOS DynaRoute Use Case
Cycleops - Automate deployments on top of bare metal.pptx
Add Cycleops to your development cycles - Docker Athens meetup.pptx
A practitioner's tale on clouds
Open cloud infrastructure
OpenStack: programmable infrastructure
Operating the cloud
OpenStack basics
#OSATH Deploy OpenStack: DevStack (cont'd)
Project CHOReOS DynaRoute Use Case

Recently uploaded (20)

PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPTX
Big Data Technologies - Introduction.pptx
PDF
NewMind AI Monthly Chronicles - July 2025
PDF
Empathic Computing: Creating Shared Understanding
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Electronic commerce courselecture one. Pdf
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Modernizing your data center with Dell and AMD
PPTX
Cloud computing and distributed systems.
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Unlocking AI with Model Context Protocol (MCP)
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Per capita expenditure prediction using model stacking based on satellite ima...
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Big Data Technologies - Introduction.pptx
NewMind AI Monthly Chronicles - July 2025
Empathic Computing: Creating Shared Understanding
Review of recent advances in non-invasive hemoglobin estimation
Electronic commerce courselecture one. Pdf
Network Security Unit 5.pdf for BCA BBA.
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Spectral efficient network and resource selection model in 5G networks
Chapter 3 Spatial Domain Image Processing.pdf
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Modernizing your data center with Dell and AMD
Cloud computing and distributed systems.
Diabetes mellitus diagnosis method based random forest with bat algorithm
Unlocking AI with Model Context Protocol (MCP)
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Digital-Transformation-Roadmap-for-Companies.pptx
Build a system with the filesystem maintained by OSTree @ COSCUP 2025

#OSATH Deploy OpenStack: DevStack