blob: a873afb3199d26f1d19150e882ac7f461019c49e [file] [log] [blame]
classes:
- system.linux.system.repo.salt
parameters:
linux:
system:
repo:
mirantis:
refresh_db: ${_param:linux_repo_refresh_db}
source: "deb [arch=amd64] http://${_param:local_repo_url}/mos8/ mos8.0 main"
architectures: amd64
key_url: "http://${_param:local_repo_url}/public.gpg"
pin:
- pin: 'release a=mos8.0'
priority: 1000
package: '*'
mirantis_openstack_hotfix:
refresh_db: ${_param:linux_repo_refresh_db}
source: "deb [arch=amd64] http://${_param:local_repo_url}/mos8/ mos8.0-hotfix main"
architectures: amd64
key_url: "http://${_param:local_repo_url}/public.gpg"
pin:
- pin: 'release a=mos8.0-hotfix'
priority: 1000
package: '*'
mirantis_openstack_proposed:
refresh_db: ${_param:linux_repo_refresh_db}
source: "deb [arch=amd64] http://${_param:local_repo_url}/mos8/ mos8.0-proposed main"
architectures: amd64
key_url: "http://${_param:local_repo_url}/public.gpg"
pin:
- pin: 'release a=mos8.0-proposed'
priority: 1000
package: '*'
mirantis_openstack_security:
refresh_db: ${_param:linux_repo_refresh_db}
source: "deb [arch=amd64] http://${_param:local_repo_url}/mos8/ mos8.0-security main"
architectures: amd64
key_url: "http://${_param:local_repo_url}/public.gpg"
pin:
- pin: 'release a=mos8.0-security'
priority: 1000
package: '*'
mirantis_openstack_updates:
refresh_db: ${_param:linux_repo_refresh_db}
source: "deb [arch=amd64] http://${_param:local_repo_url}/mos8/ mos8.0-updates main"
architectures: amd64
key_url: "http://${_param:local_repo_url}/public.gpg"
pin:
- pin: 'release a=mos8.0-updates'
priority: 1000
package: '*'