Hi Cuong,
First you need to create a profile, and then create a cluster.
There is some examples in senlin/example/profiles, you can start with this one 
https://github.com/openstack/senlin/blob/master/examples/profiles/cirros_basic/nova_server.yaml
 
<https://github.com/openstack/senlin/blob/master/examples/profiles/cirros_basic/nova_server.yaml>

Copy this file and modify image or flavor or key_name as you like, then use 
following command to create a profile:
# openstack cluster profile create my_profile --spec-file nova_server.yaml

Then create a cluster based on this profile:
# openstack cluster create my_cluster —profile my_profile --desired-capacity 1



Best Regards,
Ethan Lynn
xuanlangj...@gmail.com




> On Mar 30, 2016, at 15:39, Nguyen Huy Cuong <nhc2...@gmail.com> wrote:
> 
> Dear OpenStack Supporter,
> 
> I am Cuong Nguyen, an Vietnamese IT engineer.
> 
> Currently, I am researching about Senlin to apply for my work.
> I research to launch an virtual machine on a Senlin cluster.
> Could you please advice me to perform this action?
> If I am missing something, please let me know.
> 
> Thank and best regards,
> 
> Cuong Nguyen.
> 
> __________________________________________________________________________
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to