You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/01/21 09:51:22 UTC

[GitHub] [cloudstack-primate] rhtyd opened a new issue #120: List/Add/Remove VMware datacenter config

rhtyd opened a new issue #120: List/Add/Remove VMware datacenter config
URL: https://github.com/apache/cloudstack-primate/issues/120
 
 
   Add button in the Infra->Zone view to list/add/remove VMware datacenter to a zone:
   ![Screenshot from 2020-01-21 15-17-56](https://user-images.githubusercontent.com/95203/72794148-863f2180-3c61-11ea-96df-9273e05206ac.png)
   ![Screenshot from 2020-01-21 15-19-54](https://user-images.githubusercontent.com/95203/72794151-86d7b800-3c61-11ea-89de-0926938eccc3.png)
   
   For testing purposes on acs.shapeblue.com:8080/client; use values:
   DC Name: Trillian
   vCenterIP : 10.2.3.132
   Username: administrator@vsphere.local
   Password: P@ssword123

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] rhtyd commented on issue #120: VMware DC Tab in Zone View

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #120: VMware DC Tab in Zone View
URL: https://github.com/apache/cloudstack-primate/issues/120#issuecomment-576621244
 
 
   @RitchieVincent ^^

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] rhtyd commented on issue #120: VMware DC in Zone View

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #120: VMware DC in Zone View
URL: https://github.com/apache/cloudstack-primate/issues/120#issuecomment-577125256
 
 
   @RitchieVincent old UI code reference, 
   in this file: https://raw.githubusercontent.com/apache/cloudstack/master/ui/scripts/system.js
   search for `updateVmwareDc`

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] rhtyd commented on issue #120: VMware DC in Zone View

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #120: VMware DC in Zone View
URL: https://github.com/apache/cloudstack-primate/issues/120#issuecomment-576622167
 
 
   As discussed, perhaps instead of a tab; implement the list parts in the DetailTab component using v-if (to check if we're in the zone view or not?); and the component on mounting can call the list vmware DC API and use `this.$set(...` to set whether the zone has a VMware dc or not; this can then be picked up by the autogen component to display the buttons+forms (less effort ftw!).

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] rhtyd closed issue #120: VMware DC Tab in Zone View

Posted by GitBox <gi...@apache.org>.
rhtyd closed issue #120: VMware DC Tab in Zone View
URL: https://github.com/apache/cloudstack-primate/issues/120
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] rhtyd commented on issue #120: VMware DC Tab in Zone View

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #120: VMware DC Tab in Zone View
URL: https://github.com/apache/cloudstack-primate/issues/120#issuecomment-577503292
 
 
   PR received https://github.com/apache/cloudstack-primate/pull/127

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services