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

libvirt provisioner appears to have a network table size limitation, preventing vcgate and vx nodes from complete provisioning #159

Closed
ssenator opened this issue Jul 21, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@ssenator
Copy link
Collaborator

ssenator commented Jul 21, 2020

"Call to virDomainCreateWithFlags failed: Unable to get index for interface eth0: No such device"

@ssenator ssenator added the bug Something isn't working label Jul 21, 2020
@ssenator
Copy link
Collaborator Author

ssenator commented Jul 23, 2020

The bridge-related parameters required the following:

        # # eth2, if it exists, will be the bridged public NIC
        # at this point, use link-local IP address which should be replaced by a bridged dhcp-supplied address
        if manifest[:bridge] then
          override.vm.network "public_network",
                              dev:    manifest[:bridge],
                              bridge: manifest[:bridge],
                              mode:   "bridge",
                              ip:     "169.254.254.169"
        end # manifest[:bridge]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant