Command-line

Once authenticated against the Keystone service - we can begin deploying our previously created stack using the .yaml file.

When deploying stacks, parameters will need to be entered via the heat deploy command.

To deploy our previously created stack - run the following command:

[wflintstone@login1(demo) ~]# heat stack-create -f gitbook.yaml -P "cinder_size=5;key_name=alces" --enable-rollback stack1
+--------------------------------------+------------+--------------------+----------------------+
| id                                   | stack_name | stack_status       | creation_time        |
+--------------------------------------+------------+--------------------+----------------------+
| 9b12d4da-fc53-4f3d-9790-55985c92c037 | stack1     | CREATE_IN_PROGRESS | 2015-12-14T15:31:57Z |
+--------------------------------------+------------+--------------------+----------------------+