senlin/examples/profiles
Duc Truong 01ec49946e Update Cirros Example file
Change image name in cirros example profile to match latest cirros
version shipped with devstack.

Change-Id: I5dfd89c3eda0a2a0bf3b25473bd13c91054fb700
2019-08-02 18:29:50 +00:00
..
docker_container Fix container profile samples and README file 2016-09-01 07:43:38 +00:00
heat_stack Fix image used in sample profiles 2017-02-16 02:20:12 -05:00
nova_server Update Cirros Example file 2019-08-02 18:29:50 +00:00
README.rst Fix grammar error 2018-02-11 13:57:56 +08:00

README.rst

How To Use the Sample Spec File

This directory contains sample spec files that can be used to create a Senlin profile using openstack cluster profile create command, for example:

To create an os.nova.server profile:

$ cd ./nova_server
$ openstack cluster profile create --spec-file cirros_basic.yaml my_server

To create an os.heat.stack profile:

$ cd ./heat_stack/nova_server
$ openstack cluster profile create --spec-file heat_stack_nova_server.yaml my_stack

To create a container.dockerinc.docker profile:

$ cd ./docker_container
$ openstack cluster profile create --spec-file docker_basic.yaml my_docker

To get help on the command line options for creating profiles:

$ openstack help cluster profile create

To show the profile created:

$ openstack cluster profile show <profile_id>