This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
releases:arno:faq [2015/08/03 22:14] Pratap Ramamurthy |
releases:arno:faq [2015/08/03 22:40] (current) Pratap Ramamurthy |
||
---|---|---|---|
Line 42: | Line 42: | ||
git clone https://gerrit.opnfv.org/gerrit/genesis | git clone https://gerrit.opnfv.org/gerrit/genesis | ||
cd genesis/foreman/ci | 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 | ./deploy.sh -virtual -static_ip_range <your_range> -base_config <fullpath topwd>/opnfv_ksgen_settings_no_HA.yml | ||
| | ||
OR FOR HA: | OR FOR HA: | ||
./deploy.sh -virtual -static_ip_range <your_range> | ./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 You only need 1 NIC card with virtual (ensure it has internet access). | + | 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). | ||