diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-10-07 22:03:03 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-10-07 22:03:03 +0000 |
commit | f50a5f3fd568877a3596946f74dcaf70c462ba1c (patch) | |
tree | 6c7d0bf98d7d8c646dfd42c45df8fc7d6a8d3041 /debian-mirror.yaml | |
parent | 6d6509dc17bdb492e0eabde857e685b626d6f382 (diff) | |
parent | 969e6e6671d2a61cd801541c1306cc51241f6c09 (diff) |
Merge "Drop stale base, nagios, debian-mirror templates"
Diffstat (limited to 'debian-mirror.yaml')
-rw-r--r-- | debian-mirror.yaml | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/debian-mirror.yaml b/debian-mirror.yaml deleted file mode 100644 index ddfff6a6..00000000 --- a/debian-mirror.yaml +++ /dev/null @@ -1,31 +0,0 @@ -description: 'Debian-mirror: A Debian or Ubuntu mirror in the cloud' -parameters: - DebianMirrorArchitectures: - 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 - 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: - debian-mirror: - mirror: - get_param: DebianMirrorMirror - suites: - get_param: DebianMirrorSuites - architectures: - get_param: DebianMirrorArchitectures - components: - get_param: DebianMirrorComponents |