ops icon indicating copy to clipboard operation
ops copied to clipboard

ops - build and run nanos unikernels

Results 134 ops issues
Sort by recently updated
recently updated
newest added

https://github.com/nanovms/ops/blob/882d741c6db5ea41e99d1801adc31dea7790153f/network/setup_network_interfaces.go#L56 This should become an option, not hardcoded

networking

https://www.reddit.com/r/VFIO/comments/kdhgni/qemu_hvf_support_for_mac_os_x_bug_sur_hv_error/ install should prompt the user to run the following if on big sur or later ``` codesign -s - --entitlements app.entitlements --force qemu-system-x86_64 ``` app.entitlement: ``` com.apple.security.hypervisor ```

osx

we support vsphere and runs well on fusion looks like there is an api accessible to workstation as well -> https://github.com/nanovms/nanos/issues/1583 https://www.starwindsoftware.com/blog/how-does-rest-api-work-in-vmware-fusion-and-vmware-workstation

for instance on aws -> ```Created security group sg-057bd7f8894265120 with VPC vpc-01507366.```

dx

as brought up in https://github.com/nanovms/ops/pull/1157 - since we tag them as being created by ops we should just remove them if we find them and not rely on the config

gcp

right now the integration is nat so it's just loopback so I guess this request is for whenever tap support is added for it

virtualbox

not sure where the 'disk.raw' is coming from or if it's a tmp file not being removed? ``` ops image create -c ~/config.json --package mysql_5.7.29 -i mysql-unikernel-test -t gcp ```...

osx is definitely a preferred target, albeit with it's warts, i think the nightlies are set to run on osx but not every build https://github.com/nanovms/ops/pull/733

verify

We should be able to provide a flag that automatically registers the domain name record with the launched instance IP in the cloud provider.

verify