openstack-manuals/doc/hot-guide/source/basic_resources.rst
Gauvain Pocentek eab6b0bd73 HOT guide structure
This patch provides a structure for the HOT guide, without content. The
intent is to provide an overview of what needs to be documented.

The organization will probably change once we turn this book into a
chapter in the user guide.

Change-Id: I640c519e2c0d1f1b6ba974f37aa4cb2abcfd59c1
Implements: blueprint heat-templates
2014-08-10 08:55:35 +02:00

1007 B

Instances

Manage images

Create an image

TODO

Manage volumes

Create a volume

TODO

Manage networks

Create a network and a subnet

TODO

Create a router

TODO

Define a gateway and interfaces for a router

TODO

Manage instances

Create an instance

TODO

Connect an instance to a network

  • using the networks attribute only (nova-network)
  • using a NeutronPort

TODO

Create and associate a floating IP to an instance

TODO

Attach a volume to an instance

TODO

A few elements that probably belong here: - OS::Neutron::SecurityGroup - OS::Nova::Flavor - OS::Nova::KeyPair - OS::Swift::Container - OS::Trove::Instance