|
| 1 | +--- |
| 2 | +name: "Defect Report" |
| 3 | +about: Report something that isn't working as expected |
| 4 | + |
| 5 | +--- |
| 6 | + |
| 7 | +<!-- |
| 8 | +This repository is for VIC Engine. Please use it to report issues related to Virtual Container Hosts, Container VMs, and their lifecycles. |
| 9 | +
|
| 10 | +To help use keep things organized, please file issues in the most appropriate repository: |
| 11 | + * vSphere Client Plugins: https://github.com/vmware/vic-ui/issues |
| 12 | + * VIC Appliance (OVA) and User Documentation: https://github.com/vmware/vic-product/issues |
| 13 | + * Container Management Portal (Admiral): https://github.com/vmware/admiral/issues |
| 14 | + * Container Registry (Harbor): https://github.com/goharbor/harbor/issues |
| 15 | +--> |
| 16 | + |
| 17 | +#### Summary |
| 18 | +<!-- Explain the problem briefly. --> |
| 19 | + |
| 20 | + |
| 21 | +#### Environment information |
| 22 | +<!-- Describe the environment where the issue occurred. --> |
| 23 | + |
| 24 | +##### vSphere and vCenter Server version |
| 25 | +<!-- Indicate the vSphere and vCenter Server version(s) being used. --> |
| 26 | + |
| 27 | +##### VIC version |
| 28 | +<!-- Indicate the full VIC version being used (e.g., vX.Y.Z-tag-NNNN-abcdef0). --> |
| 29 | + |
| 30 | +##### VCH configuration |
| 31 | +<!-- Provide the settings used to deploy the VCH (e.g., a vic-machine create command). --> |
| 32 | + |
| 33 | + |
| 34 | +#### Details |
| 35 | +<!-- Provide additional details. --> |
| 36 | + |
| 37 | +##### Steps to reproduce |
| 38 | + |
| 39 | +##### Actual behavior |
| 40 | + |
| 41 | +##### Expected behavior |
| 42 | + |
| 43 | + |
| 44 | +#### Logs |
| 45 | +<!-- |
| 46 | +For issues related to a deployed VCH, please attach a log bundle. |
| 47 | + * If you can access the VCH Admin portal, please download and attach the log bundle(s). See https://vmware.github.io/vic/assets/files/html/vic_admin/log_bundles.html for details. |
| 48 | + * If the VCH Admin portal is inaccessible, you can enable SSH to the VCH endpoint VM to obtain logs manually. See https://vmware.github.io/vic/assets/files/html/vic_admin/vch_ssh_access.html for details. The VCH logs will be under /var/log/vic/ on the VM. |
| 49 | +
|
| 50 | +For issues deploying or managing a VCH, please *also* attach the vic-machine log file. |
| 51 | + * When using the vic-machine CLI, the vic-machine.log file is written to your current working directory. |
| 52 | + * When using VCH Management API, please download and attach the vic-machine-server.log file. See https://vmware.github.io/vic-product/assets/files/html/1.4/vic_vsphere_admin/appliance_logs.html for details. |
| 53 | +--> |
| 54 | + |
| 55 | + |
| 56 | +#### See also |
| 57 | +<!-- Provide references to relevant resources, such as documentation or related issues. --> |
| 58 | + |
| 59 | + |
| 60 | +#### Troubleshooting attempted |
| 61 | +<!-- Use this section to indicate steps you've already taken to troubleshoot the issue. --> |
| 62 | + |
| 63 | +- [ ] Searched [GitHub][issues] for existing issues. (Mention any similar issues under "See also", above.) |
| 64 | +- [ ] Searched the [documentation][docs] for relevant troubleshooting guidance. |
| 65 | +- [ ] Searched for a relevant [VMware KB article][kb]. |
| 66 | + |
| 67 | +<!-- Reference-style links used above; removing these will break the links. --> |
| 68 | +[issues]:https://github.com/vmware/vic/issues |
| 69 | +[docs]:https://vmware.github.io/vic-product/#documentation |
| 70 | +[kb]:https://kb.vmware.com/s/global-search/%40uri#t=Knowledge&sort=relevancy&f:@commonproduct=[vSphere%20Integrated%20Containers] |
0 commit comments