vic
vic copied to clipboard
vSphere Integrated Containers Engine is a container runtime for vSphere.
#### Summary When trying to copy files to a volume attached to a container, the following error is returned: `Error response from daemon: Server error from portlayer: error writing files...
When investigating #4817 I've found the following. This occurs when the VCH starts after creation but does not have the `VCH - endpoint` role assigned to the vApp: ``` vagrant@devbox:~/vicsmb/src/github.com/vmware/vic$...
#### Summary Same error as in #6633: "Failed to obtain OAuth endpoint: download failed: www-authenticate header is corrupted" when accessing a private Docker registry (tested against Sonatype Nexus 3 and...
When we query the server for path under target we receive back: ``` {"auth":{"client":{"certificate_authorities":[]},"server":{"certificate":{"pem":"-----BEGIN CERTIFICATE-----\nMIIDUjCCAjqgAwIBAgIQbhsuhiCU7ff0xmv0JQv6hDANBgkqhkiG9w0BAQsFADAs\nMRAwDgYDVQQKEwdkZWZhdWx0MRgwFgYDVQQDEw92Y2guZXhhbXBsZS5jb20wHhcN\nMTgwMjA1MDE0NDU0WhcNMTkwMjA2MDE0NDU0WjAsMRAwDgYDVQQKEwdkZWZhdWx0\nMRgwFgYDVQQDEw92Y2guZXhhbXBsZS5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IB\nDwAwggEKAoIBAQDSTAbDzv4+dGwwYU/GISzS3z31fHXR5LMl9C5kIgrzHufbzG0g\nlmJZsZq2S8s2bzsaZM69cwqvPPk61FLsUwaZ5rYl3iTvdruHX1Dd5T+ocIOaS9MN\n8lZMTaSvtycS8MiZuVdIBK/iUCMZTaz7Erb6BhxZxpMMGgzibKCMZ6djnAmkGMIJ\nZDvgK3qaRFUwnLPrJwgZf0Z0EFVBYeKmrmLKnozslK88lyuXtTN1aRpZxP7Klvoy\n/Xjn6FfMttq2fMJ7oqbchGqLK3uwHD/Tdzxbu0B6r9OalCfuTkuBR1dGX07vWpF+\n3mcn4k9tR6Zu63EtFvUNLcw4wa0BZoBEYO2fAgMBAAGjcDBuMA4GA1UdDwEB/wQE\nAwIDqDATBgNVHSUEDDAKBggrBgEFBQcDATAMBgNVHRMBAf8EAjAAMB0GA1UdDgQW\nBBTBUED7+9o8GhXnj1qeDLRepYfyUzAaBgNVHREEEzARgg92Y2guZXhhbXBsZS5j\nb20wDQYJKoZIhvcNAQELBQADggEBAGGjOmHUpze12uo0Gz7IowCV9j9Gid5Nt960\nVUu2L+c2EAswyWMXYokxLHGrlkcMywN865koenIbd7N2ewgFJ9PCdiKIPFc2jC3a\niWD8SrxLDjT9ka5wRBoanlfRdvrOPVL+mUnR1m9NQxKJ/m0+uEp6ojWs9Gg2SCKJ\n6VglKk30fIrfUmaGNdSvaNNL+FTLoU7xVmXHs8JqzlfuZCWkTxhw8F7DGCJayJrZ\nP8Sq8Vk9fk/bvGXf14qeIRkSRv0dtq9AIkoQru6ROu0wsr2ACoauiOPk7onWR/b1\nlvHA0pTDT4BjgKV9hr10w672FhaBTrr3IkRanRmHioU45DW1+n0=\n-----END CERTIFICATE-----\n"}}},"compute":{"cpu":{"shares":{"level":"normal"}},"memory":{"shares":{"level":"normal"}},"resource":{"id":"pool1636"}},"container":{},"endpoint":{"cpu":{"sockets":1},"memory":{"units":"MiB","value":2048},"operations_credentials":{"user":"droneci"}},"name":"VCH-16067-3103-api-test-dc","network":{"bridge":{"ip_range":"172.16.0.0/12","port_group":{"id":"HaNetwork-VCH-16067-3103-bridge"}},"client":{"nameservers":[],"port_group":{"id":"HaNetwork-VM Network"}},"container":[],"management":{"nameservers":[],"port_group":{"id":"HaNetwork-VM Network"}},"public":{"nameservers":[],"port_group":{"id":"HaNetwork-VM Network"}}},"registry":{"certificate_authorities":[],"insecure":[],"whitelist":[]},"runtime":{"power_state":"poweredOn","upgrade_status":"Up to date"},"storage":{"base_image_size":{"units":"KB","value":8000000},"image_stores":["ds://datastore1/VCH-16067-3103-api-test-dc"],"volume_stores":[]},"version":"v1.3.0-rc1-16067-9433aba1"} ``` This causes the following error in newer versions...
Hello, I am trying to deploy a container which requires importing a local settings.yaml file to configure a web server with a handful of settings. I have read that VIC...
VIC 1.5.4 VCH Configure to add new registry whitelist option missing Usecase: To add new registry to existing running VCH Command given in doc: vic-machine-operating_system configure --target vcenter_server_address --user [email protected]...
#### Summary Using docker cp through a container whose volume is on an NFS share fails. #### Environment information VIC created with --volume-store "nfs://10.2.0.2/export/containerSSD?uid=0&gid=0:default" Then volume created with "docker volume...
#For stories, please include the information below: **User Statement:** As a developer who wants to import this library into other projects, the improper capitalization of the logrus import path is...
#### Summary Using a Nexus registry which doesn't have V1 image, pulling an image fails because it mostly tries to use the v1 (although saying otherwise) https://github.com/vmware/vic/blob/master/lib/imagec/imagec.go#L621 ##### VIC version...