Skip to content

Commit

Permalink
Change NFS server which is to save vdnet vm template (#8448)
Browse files Browse the repository at this point in the history
1. Create LS in the NSXT env
2. Create VCH to use that LS as bridge and container network
3. Create selenum-gride in the VCH
  • Loading branch information
luwang-vmware authored and DanielXiao committed Jan 11, 2019
1 parent 13bf6fe commit b830072
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ${nimbus_personal_user_cache} %{NIMBUS_PERSONAL_USER}
*** Keywords ***
Vdnet NSXT Topology Setup
[Timeout] 120 minutes
Run Keyword If "${NIMBUS_LOCATION}" == "wdc" Set Suite Variable ${NFS} 10.92.98.149
Run Keyword If "${NIMBUS_LOCATION}" == "wdc" Set Suite Variable ${NFS} 10.92.103.33
# Unset NIMBUS_PERSONAL_USER, replace value to NSXT user so that all nimbus commands executed by NSXT user
#Remove Environment Variable NIMBUS_PERSONAL_USER
Set Environment Variable NIMBUS_PERSONAL_USER ${NIMBUS_NSXT_USER}
Expand Down
2 changes: 1 addition & 1 deletion tests/resources/nimbus-testbeds/vic-vdnet-nsxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"options": {
"collectlogs": 1,
"sharedstorage": "${NFS}:/vdnet-sharedStore",
"vmrepos": "10.92.98.149:/vdnet-vmrepos",
"vmrepos": "10.92.103.33:/vdnet-vmrepos",
"product": {
"nsxt": {
"feature_switch": {
Expand Down

0 comments on commit b830072

Please sign in to comment.