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
Tianhao He
fed93e6627
Merge pull request #124 from tianhao64/master
...
Update vmc client bindings
2019-01-16 17:56:50 +08:00
Tianhao He
84ac598541
Update vmc client bindings
...
Fix missing account_link endpoint
Added some unit tests for vmc endpoints
Signed-off-by: Tianhao He <het@vmware.com>
2019-01-16 17:50:59 +08:00
Tianhao He
c8b96a5210
add troubleshooting link to the main readme.
2019-01-16 12:30:11 +08:00
Tianhao He
122ac9c698
Merge pull request #120 from tianhao64/master
...
update vsphere sample readme
2018-11-28 07:20:01 -08:00
het
7a87682546
update vsphere sample readme
2018-11-28 23:12:26 +08:00
Tianhao He
e89c3fb5a2
Merge pull request #118 from tianhao64/master
...
Remove tabulate from the dependency list
2018-11-21 23:55:49 -08:00
het
18b2ed120a
Remove tabulate from the dependency list
...
Signed-off-by: het <het@vmware.com>
2018-11-22 15:51:29 +08:00
Tianhao He
a6ebd9bc1b
Merge pull request #117 from tianhao64/master
...
Rewrite tagging sample to use vsphere client
2018-11-21 05:35:38 -08:00
het
4849111842
Rewrite tagging sample to use vsphere client
...
Add API call to retrieve category and tag name and description.
Signed-off-by: het <het@vmware.com>
2018-11-21 21:31:19 +08:00
Tianhao He
f29888ac78
Update issue_template.md
2018-11-21 12:26:36 +08:00
Tianhao He
5508aab8f5
add common issues to the issue template
2018-11-21 10:41:01 +08:00
Steve Trefethen
5892cdab58
Remove mistaken commit
2018-11-10 10:31:08 -08:00
Steve Trefethen
93b58772d3
Remove mistaken commit
2018-11-10 10:30:57 -08:00
Steve Trefethen
0c8112653c
Create VM snippet
2018-11-10 10:09:57 -08:00
Steve Trefethen
3be789db29
Create README.md
2018-11-10 10:08:10 -08:00
Tianhao He
150900fda8
Add a note for single quote usage.
2018-11-09 23:32:41 +08:00
Tianhao He
10c3949bff
Add pip install cmd example for windows
2018-11-09 23:15:01 +08:00
Tianhao He
01c7f1f26d
Merge pull request #114 from tianhao64/master
...
signed ova import sample
2018-11-08 00:14:55 -08:00
het
88af7c3ba7
signed ova import sample
...
Signed-off-by: het <het@vmware.com>
2018-11-08 16:10:02 +08:00
Tianhao He
18ee7a8117
Merge pull request #112 from ggoodvmw/master
...
Upgrade nsx client SDKs to M5P1 (nsx version 2.3.0.0.1.10604709)
2018-11-07 18:48:12 -08:00
Gordon Good
665baed34f
Fix incorrect link in NSX VMC app SDK index.html
...
Signed-off-by: Gordon Good <ggood@vmware.com>
2018-11-06 09:58:07 -08:00
Gordon Good
e48733c3e4
Upgrade nsx client SDKs to M5P1 (nsx version 2.3.0.0.1.10604709)
...
Signed-off-by: Gordon Good <ggood@vmware.com>
2018-11-06 09:58:00 -08:00
Tianhao He
d836d54df0
Merge pull request #105 from vmware/strefethen-pip-install-example
...
Add example pip install
2018-10-23 10:16:42 +08:00
Steve Trefethen
90131f5c11
Add example pip install
...
I've added an example of the pip install command for OSX which illustrates what's expected as the --extra-index-url.
2018-10-22 13:54:46 -07:00
Tianhao He
8a58b17305
Include vSphere 6.7u1 API doc.
2018-10-19 13:57:21 +08:00
Tianhao He
1af08d664e
Merge pull request #103 from tianhao64/master
...
vSphere 6.7u1 Release
2018-10-19 13:32:23 +08:00
het
760920ca41
vSphere 6.7u1 Release
...
Signed-off-by: het <het@vmware.com>
2018-10-19 13:31:05 +08:00
Tianhao He
e13f59e076
Merge pull request #100 from tianhao64/master
...
fix a formatting issue
2018-09-25 10:18:53 -07:00
het
48a9388c45
fix a formatting issue
2018-09-25 10:17:12 -07:00
Tianhao He
2939cc304f
Merge pull request #96 from tianhao64/master
...
Add tests to make sure vsphere client stubs are present
2018-09-21 13:58:00 -07:00
het
cfa9acdb88
Add tests to make sure vsphere client stubs are present
...
Add unittests for vsphere client
Fixed some format issues
Run the tests as part of travis ci
2018-09-21 13:38:40 -07:00
het
5ba4450b3b
VMware Cloud on AWS 1.5
...
Updated VMware Cloud on AWS Console API bindings
Updated VMware Cloud on AWS SDDC API bindings
Added Compute Policy API bindings
Add compute Policy API samples
Remove doc folder. The API specs are hosted on gh-pages branch now. The API doc links can be found on the main README.
Signed-off-by: het <het@vmware.com>
2018-09-20 13:41:20 -07:00
Tianhao He
285a06b261
Update deploy_ovf_template.py
2018-08-23 15:35:03 -07:00