(인스턴스실행) 6-1-5. Orchestration 인스턴스 시작 - 템플릿 만들기 > OpenStack 자료실

본문 바로가기

사이트 내 전체검색

뒤로가기 OpenStack 자료실

(인스턴스실행) 6-1-5. Orchestration 인스턴스 시작 - 템플릿 만들기

페이지 정보

작성자 jkchoi 작성일 24-12-18 13:33 조회 10 댓글 0

본문

 

오케스트레이션 서비스가 포함된 환경에서는 인스턴스를 시작하는 스택을 만들 수 있습니다.

 

템플릿 만들기

 

오케스트레이션 서비스는 템플릿을 사용하여 스택을 설명합니다.

 

다음 내용으로 demo-template.yml 파일을 만듭니다.

 

heat_template_version: 2015-10-15

description: Launch a basic instance with CirrOS image using the ``m1.tiny`` flavor, ``mykey`` key,  and one network.


parameters:

  NetID:

    type: string

    description: Network ID to use for the instance.


resources:

  server:

    type: OS::Nova::Server

    properties:

      image: cirros

      flavor: m1.tiny

      key_name: mykey

      networks:

      - network: { get_param: NetID }


outputs:

  instance_name:

    description: Name of the instance.

    value: { get_attr: [ server, name ] }

  instance_ip:

    description: IP address of the instance.

    value: { get_attr: [ server, first_address ] }

 

댓글목록 0

등록된 댓글이 없습니다.

Copyright © 소유하신 도메인. All rights reserved.

사이트 정보

회사명 : (주)리눅스데이타시스템 / 대표 : 정정모
서울본사 : 서울특별시 강남구 봉은사로 114길 40 홍선빌딩 2층 / tel : 02-6207-1160
대전지사 : 대전광역시 유성구 노은로174 도원프라자 5층 / tel : 042-331-1161

PC 버전으로 보기