Dear developers,
I'm unsure about the runtime environment for this tool.
Is a requirement for migratekit that it must be running in the migration-target OpenStack, given the following error?
Error: Get "http://169.254.169.254/openstack/latest/meta_data.json": dial tcp 169.254.169.254:80: i/o timeout
I found that bit of code here and it seems to be hardcoded:
|
req, err := http.NewRequest("GET", "http://169.254.169.254/openstack/latest/meta_data.json", nil) |
I'd ideally like to run it on some machine that can reach both OpenStack and VMware. Is that supported?
Kind regards,
Benedikt
Dear developers,
I'm unsure about the runtime environment for this tool.
Is a requirement for migratekit that it must be running in the migration-target OpenStack, given the following error?
Error: Get "http://169.254.169.254/openstack/latest/meta_data.json": dial tcp 169.254.169.254:80: i/o timeoutI found that bit of code here and it seems to be hardcoded:
migratekit/internal/openstack/util.go
Line 20 in a1bc82e
I'd ideally like to run it on some machine that can reach both OpenStack and VMware. Is that supported?
Kind regards,
Benedikt