-
Notifications
You must be signed in to change notification settings - Fork 17
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
Bug fixes #367
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the variable for bridge should be named create_br0_bridge
.
Also, add the variable in examples/inventories/advanced_inventory_example.yaml
and explain what it does.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in the commit "templates/ovs_configuration.json.j2: fix default option for OVS configuration"
Remove the word "templates/" in the name. It will be shorter and more readable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should not harcode the disk configuration.
You have to add a new variable in the ansible inventory and use it in the xml file with jinja templating.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The last commit title (templates/ovs_configuration.json.j2: fix default option for OVS configuration) is too long.
090791e
to
240428d
Compare
Refactor OVS configuration setup by providing default values for 'ovs_bridges' and 'ignored_bridges'. Signed-off-by: Benjamin Chedotel <[email protected]>
Update 'guest.xml.j2' template to include disk configuration for the virtual machine. Signed-off-by: Benjamin Chedotel <[email protected]>
Update 'network_vars.yml' to incorporate bridge configuration options. Signed-off-by: Benjamin Chedotel <[email protected]>
The VM's XML configuration file for debugging was hardcoded, so it is now possible to define its location properly in the VM's inventory. Signed-off-by: Benjamin Chedotel <[email protected]>
Added a variable to create a Linux bridge. This not only facilitates communication between the hypervisor and the vms, but also allows everything to be configured with a single interface. Signed-off-by: Benjamin Chedotel <[email protected]>
Added local_disk variable to indicate the VM disk list, when you're on the standalone version and it's not managed by VM manager. Signed-off-by: Benjamin Chedotel <[email protected]>
Added a variable to create a Linux bridge. This not only facilitates communication between the hypervisor and the vms, but also allows everything to be configured with a single interface. Signed-off-by: Benjamin Chedotel <[email protected]>
Few bug fixes: