You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@vcl.apache.org by "Dmitri Chebotarov (JIRA)" <ji...@apache.org> on 2012/05/07 17:56:50 UTC

[jira] [Commented] (VCL-579) provision ESXi as an end-user environment

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

Dmitri Chebotarov commented on VCL-579:
---------------------------------------

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

External interface will have vmk1 name. 

/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