SlideShare a Scribd company logo
Deploying Openstack with Vagrant and ChefVishIshaya & Devin CarlenAnso Labs
OpenStackOpenStack is a collection of open source technologies delivering a massively scalable cloud operating system.NASA and Rackspace combined forces to create OpenStack, and have been joined by 50 partner companies in less than 8 months.
+&and many more…
VagrantVagrant is a tool for building and distributing virtualized environments on your laptop/desktop.
VirtualBoxVirtualBox is cross-platform virtualization softwarethat works on all major platforms.
ChefChef is a systems integration framework for managing configuration for infrastructure.
High Speed InstallInstall VirtualBox 4Install git, ruby, rubygemsRun the commands below$ sudogem install vagrant$ gitclone git://github.com/ansolabs/openstack-cookbooks -b devpackages$ mkdiraptcache$ mkdir chef$ cd chef$ curl -o Vagrantfilehttps://gist.github.com/raw/786945/devsolo.rb$ vagrant up
OpenStack DashboardDevin CarlenAnso Labs
OpenStack Dashboard Developed for NASA Nebula Released under Apache license in January 2011 Used in production by Nebula users for over a yearBased on Djangoand Python
OverviewFor organizations that want a custom branded compute management interfaceBuilt with modularity in mindPick one: Use provided example site and extend itRoll your own based on underlying django-nova code
FutureAdd support for OpenStack SwiftAdd more sophisticated co-branding and themingMigrate from EC2 API to OpenStack APISupport enterprise organizations with multiple customersSubdomain awarenessCommercial grade administration tools
Developers WantedThis is a brand new part of the OpenStack eco-systemCome help build it!     http://launchpad.net/openstack-dashboard

More Related Content

PPT
OpenStack Dashboard Folsom Roadmap
PPT
Openstack Dashboard Essex Roadmap
PDF
Scalable Python with Docker, Kubernetes, OpenShift
PDF
Delve into Helm - Advanced DevOps
PDF
Introduction to Docker
PDF
5 cool ways to get started with Cloud Native Development ( with Okteto)
PDF
OpenStack Storage Buddy Ceph
PPTX
Leveraging Helm to manage Deployments on Kubernetes
OpenStack Dashboard Folsom Roadmap
Openstack Dashboard Essex Roadmap
Scalable Python with Docker, Kubernetes, OpenShift
Delve into Helm - Advanced DevOps
Introduction to Docker
5 cool ways to get started with Cloud Native Development ( with Okteto)
OpenStack Storage Buddy Ceph
Leveraging Helm to manage Deployments on Kubernetes

What's hot (20)

PPT
Masakari project onboarding
PDF
Spinnaker at DevOpsDays Montreal
PPTX
OpenStack Sydney summit - OpenStack HA and Testing
PDF
Cloud Native CI/CD with GitOps
PDF
GitOps - Operation By Pull Request
PDF
GitHub Actions with Node.js
PDF
Cloud Native Java in Kubernetes
PPTX
Microservice Memoirs
PDF
Monitor Cloud Foundry and Bosh with Prometheus
PDF
Jenkins X - automated CI/CD solution for cloud native applications on Kubernetes
PPTX
Ultimate DevOps: OpenShift Dedicated With CloudBees Jenkins Platform (Andy Pe...
PDF
FaaS-and-Furious
PDF
Terraform GitOps on Codefresh
PDF
Safe deployments with Blue-Green and Spinnaker
PPTX
Unlimited Staging Environments on Kubernetes
PDF
Kube Your Enthusiasm - Paul Czarkowski
PDF
Building a Raspberry Pi cluster with Kubernetes, OpenFaaS and .NET
PDF
DevOps with GitHub Actions
PPTX
Github in Action
PDF
5 Habits of High-Velocity Teams Using Kubernetes
Masakari project onboarding
Spinnaker at DevOpsDays Montreal
OpenStack Sydney summit - OpenStack HA and Testing
Cloud Native CI/CD with GitOps
GitOps - Operation By Pull Request
GitHub Actions with Node.js
Cloud Native Java in Kubernetes
Microservice Memoirs
Monitor Cloud Foundry and Bosh with Prometheus
Jenkins X - automated CI/CD solution for cloud native applications on Kubernetes
Ultimate DevOps: OpenShift Dedicated With CloudBees Jenkins Platform (Andy Pe...
FaaS-and-Furious
Terraform GitOps on Codefresh
Safe deployments with Blue-Green and Spinnaker
Unlimited Staging Environments on Kubernetes
Kube Your Enthusiasm - Paul Czarkowski
Building a Raspberry Pi cluster with Kubernetes, OpenFaaS and .NET
DevOps with GitHub Actions
Github in Action
5 Habits of High-Velocity Teams Using Kubernetes
Ad

Similar to OpenStack vagrant & dashboard (20)

PDF
SCALE12X: Chef for OpenStack
PPTX
Vagrant and Chef on FOSSASIA 2014
PDF
Chef & OpenStack: OSCON 2014
PDF
Deploying OpenStack with Chef
KEY
Using Vagrant
PDF
OpenStack Deployment with Chef Workshop
PDF
Open stack and_vagrant-os-meetup-2015
PDF
Vagrant - Version control your dev environment
PDF
OpenStack Austin Meetup January 2014: Chef + OpenStack
PPTX
Vagrant and chef
PDF
Chef for OpenStack: OpenStack Spring Summit 2013
PDF
201304 chef for open stack overview
PDF
201304 chef for open stack overview
PDF
Chef For OpenStack Overview
PPTX
Baylisa - Dive Into OpenStack
PPTX
Automate your Development Environment with Vagrant & Chef
PDF
Atlanta OpenStack 2014 Chef for OpenStack Deployment Workshop
PDF
Vagrant For DevOps
PPTX
DevOps Hackathon - Session 1: Vagrant
PPTX
Vagrant introduction for Developers
SCALE12X: Chef for OpenStack
Vagrant and Chef on FOSSASIA 2014
Chef & OpenStack: OSCON 2014
Deploying OpenStack with Chef
Using Vagrant
OpenStack Deployment with Chef Workshop
Open stack and_vagrant-os-meetup-2015
Vagrant - Version control your dev environment
OpenStack Austin Meetup January 2014: Chef + OpenStack
Vagrant and chef
Chef for OpenStack: OpenStack Spring Summit 2013
201304 chef for open stack overview
201304 chef for open stack overview
Chef For OpenStack Overview
Baylisa - Dive Into OpenStack
Automate your Development Environment with Vagrant & Chef
Atlanta OpenStack 2014 Chef for OpenStack Deployment Workshop
Vagrant For DevOps
DevOps Hackathon - Session 1: Vagrant
Vagrant introduction for Developers
Ad

OpenStack vagrant & dashboard

  • 1. Deploying Openstack with Vagrant and ChefVishIshaya & Devin CarlenAnso Labs
  • 2. OpenStackOpenStack is a collection of open source technologies delivering a massively scalable cloud operating system.NASA and Rackspace combined forces to create OpenStack, and have been joined by 50 partner companies in less than 8 months.
  • 4. VagrantVagrant is a tool for building and distributing virtualized environments on your laptop/desktop.
  • 5. VirtualBoxVirtualBox is cross-platform virtualization softwarethat works on all major platforms.
  • 6. ChefChef is a systems integration framework for managing configuration for infrastructure.
  • 7. High Speed InstallInstall VirtualBox 4Install git, ruby, rubygemsRun the commands below$ sudogem install vagrant$ gitclone git://github.com/ansolabs/openstack-cookbooks -b devpackages$ mkdiraptcache$ mkdir chef$ cd chef$ curl -o Vagrantfilehttps://gist.github.com/raw/786945/devsolo.rb$ vagrant up
  • 9. OpenStack Dashboard Developed for NASA Nebula Released under Apache license in January 2011 Used in production by Nebula users for over a yearBased on Djangoand Python
  • 10. OverviewFor organizations that want a custom branded compute management interfaceBuilt with modularity in mindPick one: Use provided example site and extend itRoll your own based on underlying django-nova code
  • 11. FutureAdd support for OpenStack SwiftAdd more sophisticated co-branding and themingMigrate from EC2 API to OpenStack APISupport enterprise organizations with multiple customersSubdomain awarenessCommercial grade administration tools
  • 12. Developers WantedThis is a brand new part of the OpenStack eco-systemCome help build it! http://launchpad.net/openstack-dashboard