Allow 'ctlplane' to be used within Net IP Maps
[apex-tripleo-heat-templates.git] / debian-mirror.yaml
index 7ae12c1..ddfff6a 100644 (file)
@@ -1,13 +1,5 @@
 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
   DebianMirrorArchitectures:
     default: [{"arch": "amd64"}]
     description: The architectures to be mirrored
@@ -16,6 +8,14 @@ parameters:
     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