Identifying Heat Stack Associated With Murano Environment

Problem

A Heat stack, associated with a Murano environment, needs to be identified (such as for ensuring resources were created or deleted successfully, etc.).

Environment

  • Platform9 Managed OpenStack - All Versions

  • Heat

  • Murano

Procedure

  1. Display the details of the Murano environment.

$ openstack environment show [NAME/UUID]

Example

$ openstack environment show 868d8d6356974db5b5e6d6588a8c527e+------------------+----------------------------------+| Field | Value |+------------------+----------------------------------+| acquired_by | None || created | XXXX-XX-XXTXX:XX:XX || description_text | || id | 868d8d6356974db5b5e6d6588a8c527e || name | MuranoTest || services | [] || status | delete failure || tenant_id | e13fb36c92694761b1e71720bb31c086 || updated | XXXX-XX-XXTXX:XX:XX || user_id | 1f0acd936a3c430d9e9f95965aad23e6 || version | 7 |+------------------+----------------------------------+
  1. Based on the name of the environment, display the stack of the same name.

$ openstack stack show [NAME]

Example:

$ openstack stack show MuranoTest+---------------------+--------------------------------------+| Field | Value |+---------------------+--------------------------------------+| id | 89086fc1-234f-4965-9df7-6b6ad35587a3 || stack_name | MuranoTest || description | Test Build || creation_time | XXXX-XX-XXTXX:XX:XXZ || stack_status | CREATE_COMPLETE || stack_status_reason | Stack CREATE completed successfully || deletion_time | None |+---------------------+--------------------------------------+

Additional Information

Last updated