2017-03-25 6 views

답변

0

Chef/Ruby를 처음 사용하는 사람들에게 설명서가 지나치게 명확하지 않기 때문에. 다음은 .kitchen.yml 파일의 YAML 샘플입니다.

driver: 
    name: ec2 
    instance_type: t2.medium 
    region: us-east-1 
    security_group_ids: 
    - sg-1234567abcd 
    subnet_id: subnet-12345677 
    tags: 
    Name: 'test-kitchen WinCustomAMI' 
    Environment: 'test' 
    SN Project: 'Custom AMI' 
    SN Platform: 'Windows 2012R2' 
    SN Owner: 'Some Team' 
+1

답변에 포함 된 코드가 여러 개 포함되어야합니다. 더 적절한 설명을 제공해주십시오. –