[ 
https://issues.apache.org/jira/browse/VCL-579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13269718#comment-13269718
 ] 

Dmitri Chebotarov edited comment on VCL-579 at 5/7/12 4:07 PM:
---------------------------------------------------------------

xCAT needs to be configured and working. Should be able to deploy a ESXi server 
using KS script. 
KS script needs to add external interface and shared ISO storage (optional), 
i.e.:

esxcfg-vswitch -A 'Public VM Network' vSwitch1
esxcfg-vswitch -v <vlanID> -p 'Public VM Network' vSwitch1
esxcfg-nas -a 'Shared ISO Library' -o <NFS_server_IP> -s </path/to/volume> -y

/etc/vcl/vcld.conf needs to have following keys:

ESXI_STORAGE_NAME_PREFIX=NFS_Storage # ESXi.pm will add _$user to this key
ESXI_STORAGE_ADDRESS=<IP or FQDN of NFS server>
ESXI_STORAGE_VOLUME=</path/to/exported/volume>
                
      was (Author: dimach):
    xCAT needs to be configured and working. Should be able to deploy a ESXi 
server using KS script. 
KS script needs to add external interface and shared ISO storage (optional), 
i.e.:

esxcfg-vswitch -A 'Public VM Network' vSwitch1
esxcfg-vswitch -v <vlanID> -p 'Public VM Network' vSwitch1

esxcfg-nas -a 'Shared ISO Library' -o <NFS_server_IP> -s </path/to/volume> -y

/etc/vcl/vcld.conf needs to have following keys:

ESXI_STORAGE_NAME_PREFIX=NFS_Storage # ESXi.pm will add _$user to this key
ESXI_STORAGE_ADDRESS=<IP or FQDN of NFS server>
ESXI_STORAGE_VOLUME=</path/to/exported/volume>
                  
> provision ESXi as an end-user environment
> -----------------------------------------
>
>                 Key: VCL-579
>                 URL: https://issues.apache.org/jira/browse/VCL-579
>             Project: VCL
>          Issue Type: New Feature
>          Components: database, vcld (backend)
>            Reporter: Aaron Peeler
>            Assignee: Dmitri Chebotarov
>             Fix For: 2.4
>
>         Attachments: ESXi.pm
>
>
> Provision ESX environment for end-user.
> Requires extending the  ESX OS module or creating a new one to preform user 
> reservation tasks

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to