Sign in

ops / cfe-mongodb · Files

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • cfe-mongodb
  • .kitchen.yml
  • Initial commit
    986ae38c
    Earth Ugat authored
    2017-01-02 17:19:48 +0000  
    Browse Files »
.kitchen.yml 383 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
---
driver:
  name: ec2
  security_group_ids: ["sg-7f6fda18"]
  region: us-west-2
  availability_zone: b
  subnet_id: subnet-d530d8b1
  instance_type: t2.micro
  associate_public_ip: true
  require_chef_omnibus: 12.12.15
  shared_credentials_profile: earth

provisioner:
  name: chef_zero

suites:
  - name: default
    run_list:
      - recipe[cfe-mongodb::default]
    attributes: