Avaliable commands: - create - Creates a new local mirrors. fuel-mirror create --input ubuntu.yaml - apply - Applies local mirrors for Fuel-environments. fuel-mirror apply --input centos.yaml -e "ENV1" Change-Id: I6cbf4e581a93b47cf75fb3c89aa1020a352784c8 Closes-Bug: #1487077 Implements: blueprint refactor-local-mirror-scripts
59 lines
1.4 KiB
YAML
59 lines
1.4 KiB
YAML
centos_baseurl: ¢os_baseurl
|
|
mos_baseurl: &mos_baseurl
|
|
|
|
fuel_release_match:
|
|
version: $openstack_version
|
|
operating_system: CentOS
|
|
|
|
repos:
|
|
- ¢os
|
|
name: "centos"
|
|
uri: "http://mirror.centos.org/centos/6/os/x86_64"
|
|
type: "rpm"
|
|
priority: null
|
|
|
|
- ¢os_updates
|
|
name: "centos-updates"
|
|
uri: "http://mirror.centos.org/centos/6/updates/x86_64"
|
|
type: "rpm"
|
|
priority: null
|
|
|
|
- &mos
|
|
name: "mos"
|
|
uri: "http://mirror.fuel-infra.org/mos-repos/centos/mos$mos_version-centos6-fuel/os/x86_64"
|
|
type: "rpm"
|
|
priority: null
|
|
|
|
- &mos_updates
|
|
name: "mos-updates"
|
|
uri: "http://mirror.fuel-infra.org/mos-repos/centos/mos$mos_version-centos6-fuel/updates/x86_64"
|
|
type: "rpm"
|
|
priority: null
|
|
|
|
- &mos_security
|
|
name: "mos-security"
|
|
uri: "http://mirror.fuel-infra.org/mos-repos/centos/mos$mos_version-centos6-fuel/security/x86_64"
|
|
type: "rpm"
|
|
priority: null
|
|
|
|
- &mos_holdback
|
|
name: "mos-holdback"
|
|
uri: "http://mirror.fuel-infra.org/mos-repos/centos/mos$mos_version-centos6-fuel/holdback/x86_64"
|
|
type: "rpm"
|
|
priority: null
|
|
|
|
groups:
|
|
mos:
|
|
- *mos
|
|
- *mos_updates
|
|
- *mos_security
|
|
- *mos_holdback
|
|
|
|
centos:
|
|
- *centos
|
|
- *centos_updates
|
|
|
|
|
|
inheritance:
|
|
centos: mos
|