commit | 9690d173b4858dcb92a607b299fbbeff5e2eccce | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Wed May 17 15:22:32 2017 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Fri May 19 15:12:45 2017 +0200 |
tree | 1c2e5c51c98e3898d329d6b35a1ec0056bda9f48 | |
parent | 7b9ab1c56b682f1e34222cb5a8628721c4cd776e [diff] [blame] |
Added Kitchen tests and Travis Change-Id: Ic56650e5dab61f7dd8fecbc2d3d0e57bc5f69132
diff --git a/tests/pillar/repo_extra.sls b/tests/pillar/repo_extra.sls new file mode 100644 index 0000000..742a90f --- /dev/null +++ b/tests/pillar/repo_extra.sls
@@ -0,0 +1,8 @@ +linux: + system: + enabled: true + repo: + mcp_extra_repo: + source: "deb [arch=amd64] http://apt-mk.mirantis.com/{{ grains.get('oscodename') }}/ nightly extra" + architectures: amd64 + key_url: "http://apt-mk.mirantis.com/public.gpg"