commit | 520a2a19ea09c04e91dc85f16657a7dcb3562dfb | [log] [tgz] |
---|---|---|
author | Petr Michalec <epcim@apealive.net> | Mon Mar 13 08:47:43 2017 +0100 |
committer | Petr Michalec <epcim@apealive.net> | Mon Apr 10 08:11:43 2017 +0200 |
tree | 8b9ddd4846a13529e381b3a5623caf762ecf3613 | |
parent | 8f83ccc55136fb68555c43fb7208157c69d40ec2 [diff] [blame] |
Add Kitchen test + Travis CI
diff --git a/tests/pillar/repo_mos9.sls b/tests/pillar/repo_mos9.sls new file mode 100644 index 0000000..cd14fe8 --- /dev/null +++ b/tests/pillar/repo_mos9.sls
@@ -0,0 +1,8 @@ +linux: + system: + enabled: true + repo: + mirantis_openstack: + source: "deb http://mirror.fuel-infra.org/mos-repos/ubuntu/9.0/ mos9.0 main restricted" + architectures: amd64 + key_url: "http://mirror.fuel-infra.org/mos-repos/ubuntu/9.0/archive-mos9.0.key"