-
Notifications
You must be signed in to change notification settings - Fork 25
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
vyos router not working #173
Comments
@Narratot can you provide us with the specific information you're getting about the phenix processes failing? Or at least some details on how we can try to reproduce what you're seeing? I will admit I have not used or tested the vyos capabilities in phēnix in quite a while so I'm not surprised there's some issues arising. I just need more detail on what they are or how you're generating them so I can reproduce and come up with a fix. |
Hi @Narratot can you also post your topology file please? |
@activeshadow sure.
|
Update: in src/go/app/vrouter.go specifies
But from my understanding the config can be found in I propose to use the cloudconfig implemented to vyos for the router configuration instead of passing the configuration through an individual set of CLI commands. |
The config is injected into vyatta or vyos instances in the pre-start stage with the destination file location being different based on vyatta or vyos. A chain of CLI commands are sent to minirouter instances and then committed to be applied in the post-start stage. I'm open to the use of cloudconfig capabilities in vyos if you want to provide a working PR we can review and test. |
@activeshadow Thx for the explanation, i try to have a look at it. Could you reproduce the issue of the failed phenix startup services? |
I an using the provided packer config for generating the vyos image. During the startup process of the vyos guest I get the information that the startup of the phenix processes failed. Furthermore it is currently not loading the router configuration.
The text was updated successfully, but these errors were encountered: