commit | 1c5f7c400e4fedf2f4f10f74c83660de048c3a35 | [log] [tgz] |
---|---|---|
author | Petr Michalec <epcim@apealive.net> | Fri Mar 10 10:26:09 2017 +0100 |
committer | Petr Michalec <epcim@apealive.net> | Fri Mar 10 17:26:58 2017 +0100 |
tree | c9a911fda6c1f6d9880c30ee56b71147ac3124d4 | |
parent | 4c4832249585de48acc8bf0888bce70e4e225953 [diff] |
Add kitchen + travis
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"