diff options
author | Michael O'Brien <michael@obrienlabs.org> | 2018-11-12 18:46:46 -0500 |
---|---|---|
committer | Michael O'Brien <michael@obrienlabs.org> | 2018-11-12 19:00:37 -0500 |
commit | 670c212c4c587b93e85af86143a209e3f5386646 (patch) | |
tree | e9f1ec0075c4057299cb3143bb0ff3aad4ae0255 /deploy/azure/_arm_deploy_onap_cd.json | |
parent | b188d0aa86d5176f2393a835be7bd4675e0d2ed9 (diff) |
azure oom k8s install security update
Change-Id: I4ff48d3e13144d533c23839a73583b9ab3ec180f
Issue-ID: LOG-321
Signed-off-by: Michael O'Brien <michael@obrienlabs.org>
Diffstat (limited to 'deploy/azure/_arm_deploy_onap_cd.json')
-rw-r--r-- | deploy/azure/_arm_deploy_onap_cd.json | 66 |
1 files changed, 7 insertions, 59 deletions
diff --git a/deploy/azure/_arm_deploy_onap_cd.json b/deploy/azure/_arm_deploy_onap_cd.json index de3d5a0..4a8d6b0 100644 --- a/deploy/azure/_arm_deploy_onap_cd.json +++ b/deploy/azure/_arm_deploy_onap_cd.json @@ -19,11 +19,15 @@ "Standard_E2_v3", "Standard_D1", "Standard_D4_v3", + "Standard_D4s_v3", "Standard_D8S_v3", "Standard_D32s_v3", + "Standard_D64s_v3", "Standard_D16s_v3", "Standard_E16_v3", - "Standard_E64_v3"], + "Standard_F8s_v2", + "Standard_E64_v3", + "Standard_E64s_v3"], "metadata": { "description": "VM size" }} }, "variables": { @@ -62,52 +66,10 @@ "properties": { "securityRules": [ { - "name": "port_10249-10255_172", - "properties": { - "description": "port_10249-10255_172", - "protocol": "*", - "sourcePortRange": "*", - "destinationPortRange": "10249-10255", - "sourceAddressPrefix": "172.17.0.1/32", - "destinationAddressPrefix": "*", - "access": "Allow", - "priority": 120, - "direction": "Inbound" - } - }, - { - "name": "port_10249-10255_127", - "properties": { - "description": "port_10249-10255_127", - "protocol": "*", - "sourcePortRange": "*", - "destinationPortRange": "10249-10255", - "sourceAddressPrefix": "127.0.0.1/32", - "destinationAddressPrefix": "*", - "access": "Allow", - "priority": 122, - "direction": "Inbound" - } - }, - { - "name": "Port_10249-10255-block", - "properties": { - "description": "Port_10249-10255-block", - "protocol": "Tcp", - "sourcePortRange": "*", - "destinationPortRange": "10249-10255", - "sourceAddressPrefix": "Internet", - "destinationAddressPrefix": "*", - "access": "Deny", - "priority": 130, - "direction": "Inbound" - } - }, - { "name": "in-rule", "properties": { "description": "All in", - "protocol": "Tcp", + "protocol": "Any", "sourcePortRange": "*", "destinationPortRange": "*", "sourceAddressPrefix": "Internet", @@ -117,25 +79,11 @@ "direction": "Inbound" } }, - { - "name": "block-8080", - "properties": { - "description": "block-8080", - "protocol": "Tcp", - "sourcePortRange": "8080", - "destinationPortRange": "*", - "sourceAddressPrefix": "Internet", - "destinationAddressPrefix": "*", - "access": "Deny", - "priority": 104, - "direction": "Outbound" - } - }, { "name": "out-rule", "properties": { "description": "All out", - "protocol": "Tcp", + "protocol": "Any", "sourcePortRange": "*", "destinationPortRange": "*", "sourceAddressPrefix": "Internet", |