Laboratory

Laboratory

This guide is for experienced software developers who want to deploy applications to OpenStack clouds. If you are familiar with OpenStack but have not created a cloud application in general or an OpenStack application in particular, this section teaches you how to program with OpenStack components. Writing your first OpenStack applicationarrow-up-right

Getting Started

Choose your OpenStack SDK

Python!

What you need

Apt-Get Install

root@debiando:~# apt-get install python-pip python-dev python-requests

Pip Install

root@debiando:~# pip install -U pip setuptools requests
root@debiando:~# pip install shade os-client-config ipaddress oslo.config python-heatclient futures
root@debiando:~# pip install python-ironicclient
root@debiando:~# pip install python-designateclient decorator

How you interact with OpenStack

Flavors and images

Choose an Image

Choose a Flavor

Choose a Network

Show an Instance

Launch an instance

Deploy the application to a new instance

Final

Delete an Instance, Id

Template

Last updated