diff options
author | Stone, Avi (as206k) <as206k@att.com> | 2018-05-17 10:25:42 +0300 |
---|---|---|
committer | Stone, Avi (as206k) <as206k@att.com> | 2018-05-17 10:25:42 +0300 |
commit | 530230e2299a1c78a79779ac03b0bbcf58260480 (patch) | |
tree | 45c1f52f85e618905cc4e9d27f3673e74302a699 /docker/docker_tools/chef-solo/cookbooks/Deploy-DCAE/.kitchen.yml | |
parent | c2a0c564d29df7f09e83e53ba9252dfab0db59f9 (diff) |
Add docker files
Adding docker files so the docker job would run
Change-Id: I7db917d261d480e28a51ff222f12422803b395e8
Issue-ID: SDC-1339
Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
Diffstat (limited to 'docker/docker_tools/chef-solo/cookbooks/Deploy-DCAE/.kitchen.yml')
-rw-r--r-- | docker/docker_tools/chef-solo/cookbooks/Deploy-DCAE/.kitchen.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docker/docker_tools/chef-solo/cookbooks/Deploy-DCAE/.kitchen.yml b/docker/docker_tools/chef-solo/cookbooks/Deploy-DCAE/.kitchen.yml new file mode 100644 index 0000000..37d2844 --- /dev/null +++ b/docker/docker_tools/chef-solo/cookbooks/Deploy-DCAE/.kitchen.yml @@ -0,0 +1,16 @@ +--- +driver: + name: vagrant + +provisioner: + name: chef_zero + +platforms: + - name: ubuntu-16.04 + - name: centos-7.1 + +suites: + - name: default + run_list: + - recipe[Deploy-DCAE::default] + attributes: |