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/08/01 04:36] Pratap Ramamurthy |
releases:arno:faq [2015/08/03 22:40] (current) Pratap Ramamurthy |
||
|---|---|---|---|
| Line 40: | Line 40: | ||
| * You need to git clone | * You need to git clone | ||
| - | git clone -b v1.0 https://github.com/trozet/bgs_vagrant.git | + | 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). | ||