nvazquez opened a new pull request, #8152: URL: https://github.com/apache/cloudstack/pull/8152
### Description This PR creates NSX public networks to separate the NSX public traffic on NSX networks (VPCs for now) The idea is the NSX public range gets mapped to a new public network to use with a new guru `NsxPublicNetworkGuru` instead of the default public network with ID = 200 <img width="750" alt="Screenshot 2023-10-26 at 23 04 01" src="https://github.com/apache/cloudstack/assets/5295080/8cc2610f-235f-4986-8fa1-c09d0b55a5e7"> For upgrading existing envs: ```` INSERT INTO `cloud`.`network_offerings` (`id`, `name`, `uuid`, `unique_name`, `display_text`, `nw_rate`, `mc_rate`, `traffic_type`, `system_only`, `specify_vlan`, `conserve_mode`, `created`, `default`, `availability`, `dedicated_lb_service`, `shared_source_nat_service`, `sort_key`, `redundant_router_service`, `state`, `elastic_ip_service`, `eip_associate_public_ip`, `elastic_lb_service`, `specify_ip_ranges`, `inline`, `is_persistent`, `internal_lb`, `public_lb`, `egress_default_policy`, `keep_alive_enabled`, `supports_streched_l2`, `supports_public_access`, `for_vpc`, `supports_vm_autoscaling`, `for_tungsten`, `for_nsx`) VALUES ('27', 'System-Nsx-Public-Network', 'd070f7d5-ab64-420c-8236-1dba4daaf3b3', 'System-Nsx-Public-Network', 'System Offering for System-Nsx-Public-Network', '0', '0', 'Public', '1', '0', '1', '2023-09-28 10:28:23', '1', 'Required', '1', '0', '0', '0', 'Enabled', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', ‘1’); ```` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
