Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,16 @@ vsphere.mac = '00:50:56:XX:YY:ZZ'
Take care to avoid using invalid or duplicate VMware MAC addresses, as this can
easily break networking.

## Troubleshooting

### vCenter
ESXi is not supported. Make sure to connect to a vCenter server and not directly to an ESXi host. [ESXi vs vCenter](http://www.mustbegeek.com/difference-between-vsphere-esxi-and-vcenter/)

### Permissions
If you have permission issues:
1. give the connecting user read only access to everything, and full permission to a specific data center. Narrow the permissions down after a VM is created.
2. Be sure the path to the VM is correct. see the "Template_Name" screenshots above for more information.

## Example Usage

### FILE: Vagrantfile
Expand Down