Mistral packages from plugin repo

Mistral packages are added to the plugin to not require
perestroika-repo-tst.infra.mirantis.net repo.

Change-Id: I8eab347008677c3682db9c98b2c218c4b2570f95
This commit is contained in:
Taras Kostyuk 2016-09-15 18:06:33 +03:00
parent 5ee42da796
commit 9f0a59681a
8 changed files with 2 additions and 18 deletions

View File

@ -16,25 +16,9 @@ class plugin_tasks::repo {
include apt
apt::key {'fuel-infra':
id => '3E5CBCC6DF05CD6558A75DB1BCE5CC461FA22B08',
source => 'http://perestroika-repo-tst.infra.mirantis.net/mos-repos/ubuntu/9.0/archive-mos9.0.key',
}
# Temp repo
apt::source {'mos-proposed':
location => 'http://perestroika-repo-tst.infra.mirantis.net/mos-repos/ubuntu/9.0',
release => 'mos9.0-proposed',
repos => 'main',
}
apt::pin { 'mos-proposed':
apt::pin { 'fuel-plugin-mistral':
priority => 1200,
release => 'mos9.0-proposed',
codename => 'mos9.0',
originator => 'Mirantis',
label => 'mos9.0',
label => 'fuel-plugin-mistral',
}
}