Tudor Rogoz created PROVISIONR-26:
-------------------------------------

             Summary: Ability to launch commands without using provisionr 
console
                 Key: PROVISIONR-26
                 URL: https://issues.apache.org/jira/browse/PROVISIONR-26
             Project: Provisionr
          Issue Type: Improvement
          Components: Core
            Reporter: Tudor Rogoz


I need a solution for running provisionr commands (like creating a new pool of 
machines) in a scriptable way.
Is there a way to do that from a bash script for example (like bellow)?

{code}
// running in main console
echo test1
./provisionerclient --eval "provisionr:create --id amazon --key demo --size 10 
--hardware-type m1.small --template cdh4 --timeout 1200"
//returns to the main console
echo test2
{code}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to