nvpnathan / py-vsphere-automation

8 stars 4 forks source link

Add additional T0 Configuration to the NSX Install #8

Open tkrausjr opened 4 years ago

tkrausjr commented 4 years ago

After Ansible Automated Install of NSX-3 but before we can enable WCP we need to complete a few steps on the T0 router. Need to automate this.

  1. vCenter - On each Edge Node VM, Connect 3rd Network Interface to same PortGroup/VLAN as the Management Network ( VLAN 1526 )

  2. NSX UI - Edge Transport Nodes

    1. Edge-01 and Edge-02
      1. Edit - + ADD SWITCH
        1. Name:
        2. TZ: VLAN TZ
        3. Uplink Profile: nsx-edge-single-nic-uplink-profile"
        4. INTERFACE: Select (VLAN 1526)
  3. NSX-UI - Segments

    1. Add a Segment
      1. Name: VLAN-Uplinks
      2. Connectivity: None
      3. TZ: VLAN-TZ
      4. subnets: 10.173.13.129/25 Pick an address in the range. Wonbt be used for anything
      5. VLAN: 0
  4. NSX- UI Tier-0 Gateways

    1. Edge - vSphereK8sT0
      1. Interfaces —> Set —> Add Interface
        1. Name: edge-01-uplink
        2. Type: External
        3. IPAddr: 10.173.13.232 / 25
        4. Connect to Segment: VLAN-Uplink
        5. EdgeNode: edge-01
        6. MTU: 1500
      2. Repeat for Edge-02
    2. Edge - vSphereK8sT0
      1. HA VIP
        1. IP Address: 10.173.13.231 / 25
        2. Interfaces:
          1. edge01-uplink
          2. edge02-uplink
    3. Edge - vSphereK8sT0
      1. Routing —> Static Routes —> Set
        1. 0.0.0.0 / 0 —> 10.173.13.253
tkrausjr commented 4 years ago

Will reference T0 configuration playbook elements from this repo. https://github.com/rutgerblom/vsphere-nsxt-lab-deploy