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

Admin network issue with VirtualBox on Tumbleweed #21

Open
GarySmith opened this issue Apr 21, 2017 · 0 comments
Open

Admin network issue with VirtualBox on Tumbleweed #21

GarySmith opened this issue Apr 21, 2017 · 0 comments

Comments

@GarySmith
Copy link

I followed the directions to ensure that there was no pre-existing vboxnet0 network defined in VirtualBox. Yet when vagrant up gets to the first controller node, it dies with the error message:
==> controller1: Defined interface to use (eth1) does not seem to be on the admin network.
==> controller1: Is DHCP used for it?

Noteworthy: after it died, I went into the VirtualBox UI and found that the VirtualBox vboxnet0 network had been created, with a DHCP server whose address server address and upper/lower address range were all in the wrong range 192.168.56 (I think it was) instead of 192.168.124, which is what the crowbar_register script expects.

I don't really know crowbar, so here's what I did to get the cloud up and running:

  • In the VirtualBox settings, I changed the DHCP server and range to the 192.168.124 address
  • In the crowbar_register script on the admin node (in /srv/tftpboot/suse-12.2./x86_64) I commented out the logic that does the checks and has the error about "Is DHCP used for it?"
  • one at a time I did a vagrant up of each of the remaining 4 vagrant boxes. For some bizarre reason, the crowbar_register script on the admin node would get overwritten with the original contents during each 'vagrant up', so I had to keep replacing it with my modified version after each box was started.

Now, this was all an ugly hack, but it did get SOC 7 up, and I was able run crowbar and apply all of the cloud barclamps successfully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant