Commit 308ad156 by e0d

WIP, syntax good, testing in progress.

parent ae2969e7
...@@ -437,9 +437,9 @@ ...@@ -437,9 +437,9 @@
"XServerJail02": { "CIDR":"10.0.21.0/24" }, "XServerJail02": { "CIDR":"10.0.21.0/24" },
"Xqueue01": { "CIDR":"10.0.30.0/24" }, "Xqueue01": { "CIDR":"10.0.30.0/24" },
"Xqueue02": { "CIDR":"10.0.31.0/24" }, "Xqueue02": { "CIDR":"10.0.31.0/24" },
"CommonCluster01": { "CIDR":"10.0.40.0/24" }, "CommonCluster01": { "CIDR":"10.0.46.0/24"},
"CommonCluster02": { "CIDR":"10.0.41.0/24" }, "CommonCluster02": { "CIDR":"10.0.47.0/24"},
"CommonCluster03": { "CIDR":"10.0.42.0/24" }, "CommonCluster03": { "CIDR":"10.0.48.0/24"},
"Data01": { "CIDR":"10.0.50.0/24" }, "Data01": { "CIDR":"10.0.50.0/24" },
"Data02": { "CIDR":"10.0.51.0/24" }, "Data02": { "CIDR":"10.0.51.0/24" },
"Cache01": { "CIDR":"10.0.60.0/24" }, "Cache01": { "CIDR":"10.0.60.0/24" },
...@@ -1798,7 +1798,7 @@ ...@@ -1798,7 +1798,7 @@
"Type":"AWS::EC2::SubnetRouteTableAssociation", "Type":"AWS::EC2::SubnetRouteTableAssociation",
"Properties":{ "Properties":{
"SubnetId":{ "SubnetId":{
"Ref":"CommonSubnet01" "Ref":"CommonClusterSubnet01"
}, },
"RouteTableId":{ "RouteTableId":{
"Ref":"PrivateRouteTable" "Ref":"PrivateRouteTable"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment