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

F OpenNebula/one#6430: Refactor providers section #2968

Merged
merged 1 commit into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion source/provision_clusters/references/playbooks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ All code for Ansible (tasks, roles, playbooks) is installed into ``/usr/share/on
│   ├── ddc
│   ├── frr
│   ├── iptables
│   ├── opennebula-node-firecracker
│   ├── opennebula-node-kvm
│   ├── opennebula-node-lxc
│   ├── opennebula-repository
Expand Down
14 changes: 0 additions & 14 deletions source/provision_clusters/references/roles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,20 +98,6 @@ Parameter Default Description
``iptables_masquerade_interface`` ansible_default_ipv4.interface NAT output interface
================================= ============================== ===========

Role opennebula-node-firecracker
--------------------------------------------------------------------------------

.. !!! Description and parameters needs to be IN SYNC WITH THE ROLE CONTENT !!!

Installs the ``opennebula-node-firecracker`` package, optionally configures the KVM module for the nested virtualization, and ensures libvirt is enabled and running.

================================================== ================ ===========
Parameter Default Description
================================================== ================ ===========
``opennebula_node_firecracker_network_drivers`` elastic, vxlan Virtual network drivers to be enabled to work with Firecracker
``opennebula_node_firecracker_network_hook_types`` clean, pre Required virtual network types
================================================== ================ ===========

Role opennebula-node-kvm
--------------------------------------------------------------------------------

Expand Down
Loading