1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-22 09:39:58 -05:00
Commit Graph

197 Commits

Author SHA1 Message Date
Khachatur Nazaretyan
3c95104fdb
Added setup.py for pip installation
Signed-off-by: Khachatur Nazaretyan <nkhachatur@gmail.com>
2019-06-19 13:20:50 +02:00
Tianhao He
a475b2792a
Merge pull request #159 from triptiattavar/tattavar-branch-dfw
Add NSXT sample for DFW firewall
2019-06-11 22:08:55 +08:00
amanp
b62636968b Updating latest python vmc bindings 2019-06-08 04:29:32 +00:00
Tripti Attavar
34fae9cf1c Add NSXT sample for DFW firewall
CRUD Group
CRUD Communication Map
CRUD DFW Firewall

Signed-Off-By: Tripti Attavar <tattavar@vmware.com>
2019-06-07 15:59:29 -07:00
Tianhao He
c43ce32d75
Merge pull request #158 from triptiattavar/tattavar-branch
Add NSXT sample for NAT and CGW firewall
2019-06-06 10:25:08 +08:00
Tripti Attavar
39658ffa77 Add NSXT sample for NAT and CGW firewall
CRUD Public IP
CRUD NAT Rule
CRUD Group
CRUD CGW Firewall

Signed-Off-By: Tripti Attavar <tattavar@vmware.com>
2019-06-05 17:53:52 -07:00
Tianhao He
e86a764bca
Update CONTRIBUTING.md 2019-06-04 21:54:42 +08:00
amanp
206c99463a Updating latest python vmc bindings 2019-06-04 12:24:52 +00:00
Tianhao He
139b15797d
Remove --force-reinstall from pip cmd
We have bumpped version for vapi-client-bindings from 1.3.0 to 3.0.0. Note that there is no incompatible API changes in the new API bindings. The change is mainly because we had published 2.5 and 2.6 versions long time ago. In order to avoid confusion we decided to bump the version to 3.0.0 so a newer version can be upgraded even you have 2.5/2.6 installed locally. Hence the --force-reinstall arguments is no longer needed.
2019-06-04 16:47:50 +08:00
Tianhao He
97ded6f385
Update mac intsall sample cmd 2019-06-03 11:20:41 +08:00
Tianhao He
83fc3fffc7
Merge pull request #154 from ggoodvmw/master
Upgrade NSX-T libraries to M7
2019-05-31 09:10:42 +08:00
Gordon Good
152afa7c07 Upgrade NSX-T libraries to M7
Signed-Off-By: Gordon Good <ggood@vmware.com>
2019-05-30 11:48:27 -07:00
amanp
cabe7da8c5 Updating latest python vmc bindings 2019-05-29 10:01:08 +00:00
Tianhao He
98fcd5dd78
Merge pull request #153 from tianhao64/master
API bindings for VMware Cloud on AWS 1.7 release
2019-05-28 10:45:10 -07:00
Tianhao He
a1dac8616e API bindings for VMware Cloud on AWS 1.7 release
Signed-off-by: Tianhao He <het@vmware.com>
2019-05-28 10:41:05 -07:00
Tianhao He
ff4500a6e0
Update README.md 2019-04-22 19:41:07 +08:00
Tianhao He
9d79bd7c27
Merge pull request #148 from tianhao64/master
update python test versions
2019-04-19 15:03:28 +08:00
Tianhao He
370fa54822 fix travis.yml
Signed-off-by: Tianhao He <het@vmware.com>
2019-04-19 14:59:07 +08:00
Tianhao He
a43703fc69
update python test versions 2019-04-19 14:11:14 +08:00
Tianhao He
b8ef68dcd0
Merge pull request #146 from ajoyvmw/ajoyvmw-nsxt-example
Added NSXT sample that demonstrates the following operations:
2019-04-17 17:07:16 +08:00
amanp
65ad1be94b revert vmc bindings changes 2019-04-17 10:15:27 +05:30
Ajoy Aswadhati
8b55a3f96d fixed year in Copyright
Signed-off-by: Ajoy Aswadhati <aaswadhati@vmware.com>
2019-04-16 13:49:32 -07:00
Ajoy Aswadhati
32b136c980 Added NSXT sample that demonstrates the following operations:
- GET Infra, Tier1s
- GET segments
- GET domains
- Firewall CRUD operations

Signed-off-by: Ajoy Aswadhati <aaswadhati@vmware.com>
2019-04-15 13:49:27 -07:00
yadavk
edc387a762 Updated python vmc binding & docs 2019-04-15 12:37:00 +00:00
yadavk
0e4b3f07bb Updated python vmc binding & docs 2019-04-15 10:43:47 +00:00
yadavk
2a6cd1aef5 Updated python vmc binding & docs 2019-04-15 10:06:29 +00:00
Tianhao He
90d5c09943
Merge pull request #145 from tianhao64/master
Add a basic sample template for simple samples
2019-04-11 09:43:52 +08:00
Tianhao He
757d3cca32 add a basic sample template for simple samples
Signed-off-by: Tianhao He <het@vmware.com>
2019-04-10 15:08:15 +08:00
Tianhao He
65ee81b01b
Add lxml to requirements.txt
lxml is removed from runtime, but it's still used by sso.py. Add it to the requirements.txt for now.
2019-03-17 21:44:51 +08:00
Tianhao He
6195ed7948 add list vmc task sample
Signed-off-by: Tianhao He <het@vmware.com>
2019-03-14 18:09:02 +08:00
Tianhao He
e610a71b97 add cancel task sample
Signed-off-by: Tianhao He <het@vmware.com>
2019-03-13 16:39:54 +08:00
Tianhao He
e15ee32793
Merge pull request #138 from tianhao64/master
add security group crud samples
2019-03-12 11:25:59 +08:00
Tianhao He
284966ec91
Merge pull request #140 from ggoodvmw/master
Add networks_nsxt dir, simple example
2019-03-12 07:35:24 +08:00
Gordon Good
5e2ebfe1d4 Add networks_nsxt dir, simple example
Define a directory for NSX-T sample code. Add a basic
example that shows how to authenticate to VMC/NSX-T and
make a simple read call.

Signed-Off-By: Gordon Good <ggood@vmware.com>
2019-03-11 12:40:39 -07:00
Tianhao He
64eeae9299 add security group crud samples
Signed-off-by: Tianhao He <het@vmware.com>
2019-03-11 20:50:07 +08:00
Tianhao He
3d1a6d8c14 change network samples folder name to network_nsxv 2019-03-07 12:01:34 +08:00
Tianhao He
e7af04409a Remove try/catch block from sample_base.py
There is an bug in the catch block where the exception didn't get
re-raised when cleanup is false. When something goes wrong, it's better
to leave the setup as is for dubugging. Thus removing the try/catch.

Signed-off-by: Tianhao He <het@vmware.com>
2019-02-26 17:39:24 +08:00
Tianhao He
9a53c77b55
Merge pull request #134 from ggoodvmw/master
Update links for NSX-T API docs
2019-02-22 14:44:14 +08:00
Gordon Good
6b722b1c67 Update links for NSX-T API docs
Make vmc-app link "NSX VMC Cloud Service" and include some
explanatory text for each link.

Signed-Off-By: Gordon Good <ggood@vmware.com>
2019-02-20 09:58:48 -08:00
Tianhao He
dd078bb9f7 update vmc add remove host sample
Signed-off-by: Tianhao He <het@vmware.com>
2019-02-12 10:33:31 +08:00
Tianhao He
7ad32f66fd fix format for vc_import_history_common.py
Signed-off-by: Tianhao He <het@vmware.com>
2019-02-11 15:37:20 +08:00
Tianhao He
2650d90c57
Merge pull request #129 from tianhao64/master
fix network helper method - 2
2019-02-05 17:30:46 +08:00
Tianhao He
58968f2ee1 fix network helper method - 2 2019-02-05 17:30:05 +08:00
Tianhao He
bc2c0cc710
Merge pull request #128 from tianhao64/master
fix network helper method
2019-02-05 12:48:37 +08:00
Tianhao He
8c44352bab fix network helper method 2019-02-05 12:43:09 +08:00
Tianhao He
e4ecfea184
Merge pull request #127 from tianhao64/master
Add opaque network to deployed ovf
2019-02-01 09:28:22 +08:00
Tianhao He
912fb0bcbf update ethernet sample and add opaque network
Signed-off-by: Tianhao He <het@vmware.com>
2019-01-31 16:47:42 +08:00
Tianhao He
4032e4cbb0 Add opaque network to deployed ovf
Signed-off-by: Tianhao He <het@vmware.com>
2019-01-31 13:34:15 +08:00
Tianhao He
779d0a6eb0
Merge pull request #125 from ggoodvmw/master
Update nsx libraries to 2.3.0.0.2
2019-01-26 16:43:57 +08:00
Gordon Good
5836407cea Update nsx libraries to 2.3.0.0.2
This version corresponds to the VMC M5P2 release.

Signed-off-by: Gordon Good <ggood@vmware.com>
2019-01-25 15:04:27 -08:00