더북(TheBook)

6. AWS CloudFormation과 연동하는 heat-cfn 서비스를 생성합니다.

root@controller:~# openstack service create –name heat-cfn –description
“Orchestration” cloudformation
+————-+———————————-+
| Field       | Value                            |
+————-+———————————-+
| description | Orchestration                    |
| enabled     | True                             |
| id          | 0bf4c51cbe4740619bdce6a55bd2aa58 |
| name        | heat-cfn                         |
| type        | cloudformation                   |
+————-+———————————-+


7. 외부에서 접속할 수 있는 엔드포인트 URL을 생성합니다. Heat 서비스는 포트 8004번을 사용합니다.

root@controller:~# openstack endpoint create –region RegionOne orchestration
public http://192.168.56.101:8004/v1/%(tenant_id)s
+————–+———————————————+
| Field        | Value                                       |
+————–+———————————————+
| enabled      | True                                        |
| id           | 5f2018b17f164db4965baae70626e420            |
| interface    | public                                      |
| region       | RegionOne                                   |
| region_id    | RegionOne                                   |
| service_id   | e1f4e5170da84528bb183edb1a2b5cfc            |
| service_name | heat                                        |
| service_type | orchestration                               |
| url          | http://192.168.56.101:8004/v1/%(tenant_id)s |
+————–+———————————————+

신간 소식 구독하기
뉴스레터에 가입하시고 이메일로 신간 소식을 받아 보세요.