1 | initial version |
Sure you can use Nano as a compute Node. Starting with Liberty we release a zip archive containing the python environment and all you need to run nova-compute on Nano server. You can download the zip at this here: https://www.cloudbase.it/downloads/HyperVNovaComputeLiberty1200.zip
All you need to do is make a configuration file for nova-compute and neutron-hyperv-agent. This is a sample configuration for nova-compute and this one is for neutron-hyperv-agent. Modify passwords and ips to match your specific environment. You can start the services by using:
PS C:\HyperVNovaCompute_Liberty_12_0_test\Python> .\python.exe .\Scripts\nova-compute-script.py --config-file ..\etc\nova.conf
And for neutron-hyperv-agent:
C:\HyperVNovaCompute_Liberty_12_0_test\Python> .\python.exe .\Scripts\neutron-hyperv-agent-script.py --config-file ..\etc\neutron_hyperv_agent.conf
Our compute driver works very well with devstack. What exactly has been your problem?
2 | No.2 Revision |
Sure you can use Nano as a compute Node. Starting with Liberty we release a zip archive containing the python environment and all you need to run nova-compute on Nano server. You can download the zip at this here: https://www.cloudbase.it/downloads/HyperVNovaComputeLiberty1200.ziplink
All you need to do is make a configuration file for nova-compute and neutron-hyperv-agent. This is a sample configuration for nova-compute and this one is for neutron-hyperv-agent. Modify passwords and ips to match your specific environment. You can start the services by using:
PS C:\HyperVNovaCompute_Liberty_12_0_test\Python> .\python.exe .\Scripts\nova-compute-script.py --config-file ..\etc\nova.conf
And for neutron-hyperv-agent:
C:\HyperVNovaCompute_Liberty_12_0_test\Python> .\python.exe .\Scripts\neutron-hyperv-agent-script.py --config-file ..\etc\neutron_hyperv_agent.conf
Our compute driver works very well with devstack. What exactly has been your problem?
3 | No.3 Revision |
Sure you can use Nano as a compute Node. Starting with Liberty we release a zip archive containing the python environment and all you need to run nova-compute on Nano server. You can download the zip at this link
All you need to do is make a configuration file for nova-compute and neutron-hyperv-agent. This is a sample configuration for nova-compute and this one is for neutron-hyperv-agent. Modify passwords and ips to match your specific environment. You can start the services by using:
PS C:\HyperVNovaCompute_Liberty_12_0_test\Python> .\python.exe .\Scripts\nova-compute-script.py --config-file ..\etc\nova.conf
And for neutron-hyperv-agent:
C:\HyperVNovaCompute_Liberty_12_0_test\Python> .\python.exe .\Scripts\neutron-hyperv-agent-script.py --config-file ..\etc\neutron_hyperv_agent.conf
Our compute driver works very well with devstack. What exactly has been your problem?
EDIT:
Before we can start debugging your environment can you please provide me some details?