X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=debian-mirror.yaml;h=ddfff6a6b5592c670f6d78d0b8e8078165ed8682;hb=0625ac253e5c7d92dcfbc15c083f058dca7a6192;hp=f9e769970a698dd9ed911ff27b22916c8fb9fee9;hpb=4d352dabfbc337dd53ac07365c5e6c191f070d9b;p=apex-tripleo-heat-templates.git diff --git a/debian-mirror.yaml b/debian-mirror.yaml index f9e76997..ddfff6a6 100644 --- a/debian-mirror.yaml +++ b/debian-mirror.yaml @@ -1,31 +1,31 @@ -Description: 'Debian-mirror: A Debian or Ubuntu mirror in the cloud' -Parameters: - DebianMirrorMirror: - Default: http://archive.ubuntu.com/ubuntu - Description: The mirror that is to be used as the source - Type: String - DebianMirrorSuites: - Default: ["saucy", "saucy-updates", "saucy-security"] - Description: The suites to be mirrored - Type: JSON +description: 'Debian-mirror: A Debian or Ubuntu mirror in the cloud' +parameters: DebianMirrorArchitectures: - Default: [{"arch": "amd64"}] - Description: The architectures to be mirrored - Type: JSON + default: [{"arch": "amd64"}] + description: The architectures to be mirrored + type: JSON DebianMirrorComponents: - Default: ["main", "restricted", "universe", "multiverse"] - Description: The components to be mirrored - Type: JSON -Resources: + default: ["main", "restricted", "universe", "multiverse"] + description: The components to be mirrored + type: JSON + DebianMirrorMirror: + default: http://archive.ubuntu.com/ubuntu + description: The mirror that is to be used as the source + type: string + DebianMirrorSuites: + default: ["saucy", "saucy-updates", "saucy-security"] + description: The suites to be mirrored + type: JSON +resources: debianMirrorConfig: - Type: AWS::AutoScaling::LaunchConfiguration - Metadata: + type: AWS::AutoScaling::LaunchConfiguration + metadata: debian-mirror: mirror: - Ref: DebianMirrorMirror + get_param: DebianMirrorMirror suites: - Ref: DebianMirrorSuites + get_param: DebianMirrorSuites architectures: - Ref: DebianMirrorArchitectures + get_param: DebianMirrorArchitectures components: - Ref: DebianMirrorComponents + get_param: DebianMirrorComponents