From 8c564a0d447b5412ca3077c842eba1e23f1420ad Mon Sep 17 00:00:00 2001 From: handreas <andreas.hamacher@monash.edu> Date: Thu, 5 Mar 2020 00:38:14 +0000 Subject: [PATCH] adding more monash ip ranges Former-commit-id: 47da0cbe854f73c64a97727c24eb65695165b0d5 --- CICD/heat/gc_HOT.yaml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CICD/heat/gc_HOT.yaml b/CICD/heat/gc_HOT.yaml index 4ef97c9f..024477ec 100644 --- a/CICD/heat/gc_HOT.yaml +++ b/CICD/heat/gc_HOT.yaml @@ -77,7 +77,21 @@ resources: port_range_max: 22, direction: ingress, remote_ip_prefix: 118.138.240.0/21 - } ] + }, + { protocol: tcp, + port_range_min: 22, + port_range_max: 22, + direction: ingress, + remote_ip_prefix: 118.138.248.0/23 + }, + { protocol: tcp, + port_range_min: 22, + port_range_max: 22, + direction: ingress, + remote_ip_prefix: 130.194.0.0/16 + } ] + + # SSHInternalSecGroup: # type: "OS::Neutron::SecurityGroup" # properties: -- GitLab