ChameleonCloud / chi-in-a-box

Packaging the systems and operations of the Chameleon testbed
Apache License 2.0
14 stars 10 forks source link

Default configuration prevents Nova KVM hypervisors from working #100

Closed diurnalist closed 12 months ago

diurnalist commented 3 years ago

We have some values in defaults.yml that need to be undone if you want to use this to deploy a KVM cloud.

nova_compute_virt_type: none
# We are not using any VNC consoles; the serialproxy is not considered a 'nova_console'
nova_console: none

These values are set to "none" to turn off some aspects of the deploy specific to a bare metal-only cloud, and should be customizable if a KVM deployment is desired.

For example, a KVM deployment may want:

nova_compute_virt_type: kvm
nova_console: novnc
msherman64 commented 2 years ago

Resolved in xena branch.