0c561d489f
"senlin profile-create" is deprecated, so use "openstack cluster profile create" instead. Change-Id: I05d8f5e1e249221346e7ba99ab6c6ed430f84510 |
||
---|---|---|
.. | ||
heat_stack | ||
nova_server | ||
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 senlin profile-create command, for example:
To create a os.nova.server profile:
$ cd ./nova_server
$ openstack cluster profile create --spec-file cirros_basic.yaml my_server
To create a os.heat.stack profile:
$ cd ./heat_stack/nova_server
$ openstack cluster profile create --spec-file heat_stack_nova_server.yaml my_stack
To get help on the command line options for creating profiles:
$ openstack help cluster profile create
To show the profile created:
$ senlin profile-show <profile_id>