Judd Maltin
2018-04-11 6ffd5618c0aef389448d68f14889e2437f1a1a5c
8080 egress from cluster to isolated
1 files modified
21 ■■■■■ changed files
ansible/configs/ocp-ha-disconnected-lab/env_vars.yml 21 ●●●●● patch | view | raw | blame | history
ansible/configs/ocp-ha-disconnected-lab/env_vars.yml
@@ -320,6 +320,13 @@
        protocol: -1
        cidr: "192.168.2.0/24"
        rule_type: Egress
      - name: MasterEGRESSIsolatedHTTPproxy
        description: "HTTP Proxy Egress Isolated"
        from_port: 8080
        to_port: 8080
        protocol: tcp
        from_group: ISOLATEDSG
        rule_type: Egress
      - name: MasterEGRESSIsolatedHTTP
        description: "HTTP Egress Isolated"
        from_port: 80
@@ -354,6 +361,13 @@
        description: "HTTP Egress Isolated"
        from_port: 80
        to_port: 80
        protocol: tcp
        from_group: ISOLATEDSG
        rule_type: Egress
      - name: InfraEGRESSIsolatedHTTPproxy
        description: "HTTP Proxy Egress Isolated"
        from_port: 8080
        to_port: 8080
        protocol: tcp
        from_group: ISOLATEDSG
        rule_type: Egress
@@ -545,6 +559,13 @@
        protocol: tcp
        from_group: ISOLATEDSG
        rule_type: Egress
      - name: NodeEGRESSIsolatedHTTPproxy
        description: "HTTP Proxy Egress Isolated"
        from_port: 8080
        to_port: 8080
        protocol: tcp
        from_group: ISOLATEDSG
        rule_type: Egress
      - name: NodeEGRESSIsolatedREGISTRY
        description: "HTTP Egress Isolated"
        from_port: 5000