-
Notifications
You must be signed in to change notification settings - Fork 89
Home
PowerNSX is a PowerShell module that abstracts the VMware NSX API to a set of easily used PowerShell functions.
This module is not supported by VMware, and comes with no warranties express or implied. Please test and validate its functionality before using in a production environment.
It aims to focus on exposing New, Update, Remove and Get operations for all key NSX functions as well as adding additional functionality to extend the capabilities of NSX management beyond the native UI or API.
PowerNSX works closely with VMware PowerCLI, and PowerCLI users will feel quickly at home using PowerNSX. Together these tools provide a comprehensive command line environment for managing your VMware NSX for vSphere environments.
PowerNSX is still a work in progress, and it is unlikely that it will ever expose 100% of the NSX API. Feature requests are welcome via the issues tracker on the projects github page.
PowerNSX functionality covers the following key areas:
- NSX Manager setup
- Host Preparation
- Logical Switching
- Logical Routing
- NSX Edge Gateway
- Dynamic Routing
- Distributed Firewall
- Service Composer
- NSX Edge Load Balancer
- NSX Edge SSL VPN
This module is opensource, and as such is not supported by VMware, and comes with no warranties express or implied. Please test and validate its functionality before using in a production environment.
Whist every endeavour is made to test functionality it is recommended that tools and scripts created with PowerNSX be validated and tested before using in production.
Contribution and feature requests are more than welcome, please use the following methods:
- For bugs and issues, please use the issues register with details of the problem.
- For Feature Requests, please use the issues register with details of what's required.
- For code contribution (bug fixes, or feature request), please fork the PowerNSX repository, create a feature branch and make your changes, and then submit a pull request.
Please refer to the following wiki pages for detailed descriptions and examples on how to use PowerNSX.
- Installing PowerNSX
- Connecting to NSX and vCenter
- Logical Switching
- Logical Routing
- Distributed Firewall
- Security Groups, Tags, and Services
- NSX Edge
- NSX LB
- NSX Manager and Controller operations
- Getting help
See Example - 3 Tier Application for a full stack deployment
PowerNSX is a community supported project with support from various individuals at VMware. The right place to go to seek support if you have questions or problems using PowerNSX is the issues page. This includes known issues, usability questions, feature requests, bugs or related conversation.
PowerNSX is licensed under GPL v2
Copyright © 2015 VMware, Inc. All Rights Reserved.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2, as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License version 2 for more details.
You should have received a copy of the General Public License version 2 along with this program. If not, see https://www.gnu.org/licenses/gpl-2.0.html.
The full text of the General Public License 2.0 is provided in the COPYING file. Some files may be comprised of various open source software components, each of which has its own license that is located in the source code of the respective component.”