Name anonymous target groups

Name target groups that have no names in order to make it easier to
understand their role when looking at the AWS UI or at the AWS cli
output.

Change-Id: I45a96998e730ca90deebd4e69127b751f678d2ac
diff --git a/dual-primary/cf-service-lb.yml b/dual-primary/cf-service-lb.yml
index a00b66f..334f1ca 100644
--- a/dual-primary/cf-service-lb.yml
+++ b/dual-primary/cf-service-lb.yml
@@ -192,6 +192,7 @@
                   !Join [':', [!Ref 'ClusterStackName', 'VPCId']]
             Port: !Ref HTTPHostPort
             Protocol: TCP
+            Name: 'haproxy-http'
 
     HTTPListener:
         Type: AWS::ElasticLoadBalancingV2::Listener
@@ -215,6 +216,7 @@
                   !Join [':', [!Ref 'ClusterStackName', 'VPCId']]
             Port: !Ref SSHGerritPort
             Protocol: TCP
+            Name: 'haproxy-ssh'
 
     SSHListener:
         Type: AWS::ElasticLoadBalancingV2::Listener
diff --git a/dual-primary/cf-service-replica.yml b/dual-primary/cf-service-replica.yml
index 37c534b..12f078a 100644
--- a/dual-primary/cf-service-replica.yml
+++ b/dual-primary/cf-service-replica.yml
@@ -506,6 +506,7 @@
                   !Join [':', [!Ref 'ClusterStackName', 'VPCId']]
             Port: !Ref GitPort
             Protocol: TCP
+            Name: 'gerrit-replica-git'
 
     GitListener:
         Type: AWS::ElasticLoadBalancingV2::Listener
@@ -527,6 +528,7 @@
                   !Join [':', [!Ref 'ClusterStackName', 'VPCId']]
             Port: !Ref GitSSHPort
             Protocol: TCP
+            Name: 'gerrit-replica-git-ssh'
 
     GitSSHListener:
         Type: AWS::ElasticLoadBalancingV2::Listener