Created
January 18, 2016 13:44
-
-
Save dizz/193e9794ec2087ac85aa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[andy:~]$ heat stack-show test-rcb | |
+-----------------------+----------------------------------------------------------------------------------------------------------------------------------+ | |
| Property | Value | | |
+-----------------------+----------------------------------------------------------------------------------------------------------------------------------+ | |
| capabilities | [] | | |
| creation_time | 2016-01-18T13:43:15Z | | |
| description | Deploys the RCB service instance resources. | | |
| disable_rollback | True | | |
| id | 9767e74e-c846-4f4f-84c6-a18385153d7f | | |
| links | http://bart.cloudcomplab.ch:8004/v1/64969ad482c643cb8439a55e648e5ebb/stacks/test-rcb/9767e74e-c846-4f4f-84c6-a18385153d7f (self) | | |
| notification_topics | [] | | |
| outputs | [ | | |
| | { | | |
| | "output_value": "http://160.85.4.39:15672", | | |
| | "description": "IP address to the RCB messaging bus management interface.", | | |
| | "output_key": "mcn.endpoint.rcb.mq.mgt" | | |
| | }, | | |
| | { | | |
| | "output_value": "http://160.85.4.39:8080/dashboard/app", | | |
| | "description": "Dashboard of the RCB service instance", | | |
| | "output_key": "mcn.endpoint.rcb.dashboard" | | |
| | }, | | |
| | { | | |
| | "output_value": "http://160.85.4.39:8080/udr/ext/app", | | |
| | "description": "REST endpoint of the UDR microservice.", | | |
| | "output_key": "mcn.endpoint.rcb.udr" | | |
| | }, | | |
| | { | | |
| | "output_value": "http://160.85.4.39", | | |
| | "description": "IP address to the RCB messaging bus.", | | |
| | "output_key": "mcn.endpoint.rcb.mq" | | |
| | } | | |
| | ] | | |
| parameters | { | | |
| | "OS::project_id": "64969ad482c643cb8439a55e648e5ebb", | | |
| | "OS::stack_id": "9767e74e-c846-4f4f-84c6-a18385153d7f", | | |
| | "OS::stack_name": "test-rcb", | | |
| | "image": "2016-01-14-cyclops", | | |
| | "private_mgmt_net": "82c56778-da2c-4e12-834d-8d09958d0563", | | |
| | "public_net": "77e659dd-f1b4-430c-ac6f-d92ec0137c85", | | |
| | "flavor": "m1.medium", | | |
| | "sshkey": "mcn-key" | | |
| | } | | |
| parent | None | | |
| stack_name | test-rcb | | |
| stack_owner | None | | |
| stack_status | CREATE_COMPLETE | | |
| stack_status_reason | Stack CREATE completed successfully | | |
| stack_user_project_id | 93847656466a448f817dd27556af1475 | | |
| template_description | Deploys the RCB service instance resources. | | |
| timeout_mins | None | | |
| updated_time | None | | |
+-----------------------+----------------------------------------------------------------------------------------------------------------------------------+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment