You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by lf...@apache.org on 2020/09/29 12:41:40 UTC

[incubator-dlab] branch DLAB-1911 updated: [DLAB-1911]: added DestinationPortRanges to test

This is an automated email from the ASF dual-hosted git repository.

lfrolov pushed a commit to branch DLAB-1911
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-1911 by this push:
     new e163177  [DLAB-1911]: added DestinationPortRanges to test
e163177 is described below

commit e163177aafe8a7f968bba8fd7312773846ddefb5
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Tue Sep 29 15:41:25 2020 +0300

    [DLAB-1911]: added DestinationPortRanges to test
---
 infrastructure-provisioning/src/general/scripts/azure/ssn_prepare.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/scripts/azure/ssn_prepare.py b/infrastructure-provisioning/src/general/scripts/azure/ssn_prepare.py
index 341752f..8dd4032 100644
--- a/infrastructure-provisioning/src/general/scripts/azure/ssn_prepare.py
+++ b/infrastructure-provisioning/src/general/scripts/azure/ssn_prepare.py
@@ -197,7 +197,7 @@ if __name__ == "__main__":
                     "name": "in-1",
                     "protocol": "Tcp",
                     "source_port_range": "*",
-                    "destination_port_ranges": ["80", "443", "22"],
+                    "DestinationPortRanges": ["80", "443", "22"],
                     "source_address_prefixes": ssn_conf['allowed_ip_cidr'],
                     "source_address_prefix": "*",
                     "destination_address_prefix": "*",


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org