diff --git a/redundantwp_bundle.yaml b/hawp_bundle.yaml
similarity index 67%
rename from redundantwp_bundle.yaml
rename to hawp_bundle.yaml
index 34041b57eb2701e41cd38981454e97f5f03c979f..a831446d0bbe1deff0807034d34ebaca79de1c3f 100644
--- a/redundantwp_bundle.yaml
+++ b/hawp_bundle.yaml
@@ -7,11 +7,11 @@ applications:
   percona-cluster:
     charm: cs:percona-cluster-279
     num_units: 3
-    to: [ "0", "1", "2" ]
+    to: [ "3", "4", "5" ]
   haproxy:
     charm: cs:haproxy
     num_units: 3
-    to: [ "0", "1", "2" ]
+    to: [ "3", "4", "5" ]
     expose: true
     options:
       peering_mode: active-active
@@ -19,8 +19,9 @@ machines:
   "0": {}
   "1": {}
   "2": {}
+  "3": {}
+  "4": {}
+  "5": {}
 relations:
-- - wordpress:database
-  - percona-cluster:db
-- - wordpress:website
-  - haproxy:reverseproxy
+- [ wordpress:database, percona-cluster:db ]
+- [ wordpress:website, haproxy:reverseproxy ]