This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
releases:arno:faq [2015/07/24 19:38] John Hermanski |
releases:arno:faq [2015/08/03 22:40] (current) Pratap Ramamurthy |
||
|---|---|---|---|
| Line 36: | Line 36: | ||
| > ip netns exec qdhcp-3890e717-7712-471f-bfca-faf60737b4f5 ssh cirros@10.0.0.5 | > ip netns exec qdhcp-3890e717-7712-471f-bfca-faf60737b4f5 ssh cirros@10.0.0.5 | ||
| cirros > | cirros > | ||
| + | |||
| + | * I installed the ISO but could not find the bgs_demo directory. | ||
| + | * You need to git clone | ||
| + | |||
| + | git clone https://gerrit.opnfv.org/gerrit/genesis | ||
| + | cd genesis/foreman/ci | ||
| + | |||
| + | * How do I configure static ip ranges to be used by ARNO | ||
| + | |||
| + | ./deploy.sh -virtual -static_ip_range <your_range> -base_config <fullpath topwd>/opnfv_ksgen_settings_no_HA.yml | ||
| + | | ||
| + | OR FOR HA: | ||
| + | ./deploy.sh -virtual -static_ip_range <your_range> | ||
| + | Where <your_range> is a continous block of public IP addresses you can use. Ex: 192.168.1.101,192.168.1.120 | ||
| + | | ||
| + | |||
| + | * How many NICs do I need for a completely virtual installation? | ||
| + | * You only need 1 NIC card with virtual (ensure it has internet access). | ||