ciao-project / ciao

Ciao - Cloud Integrated Advanced Orchestrator
Apache License 2.0
214 stars 51 forks source link

ciao-cnci-agent: support zero config #431

Open tpepper opened 8 years ago

tpepper commented 8 years ago

https://github.com/01org/ciao/tree/master/networking/ciao-cnci-agent/scripts/README.md describes doing "sudo ./run_cnci_vm.sh". This script is very simple though and default assumes the NIC is going to be "eth0". On a NUC, which we recommend as a good way to start with minimal hardware, there's liable to be multiple adapters. In my case I'm able to manually proceed with:

./run_cnci_vm.sh clear-8260-ciao-networking.img eno1

The network parameters could be fetched from the newer zero config infrastructure in the ciao/ssntp cluster.

mrkz commented 7 years ago

Adding 'ciao-cnci-agent' label as it's related to that ciao component