FAQ's For Arno

This page will list guidance derived from frequent questions and requests for support from the opnfv-users mail list.

 if [ "$node_type" == "controller" ]; then
   sed -i 's/^.vb.memory =.$/ vb.memory = 4096/' Vagrantfile
 else
   sed -i 's/^.vb.memory =.$/ vb.memory = 16384/' Vagrantfile
   sed -i 's/^.vb.cpus =.$/ vb.cpus = 8/' Vagrantfile
 fi
  > ip netns list 
  qdhcp-3890e717-7712-471f-bfca-faf60737b4f5
  
  > ip netns exec qdhcp-3890e717-7712-471f-bfca-faf60737b4f5 ssh cirros@10.0.0.5
  cirros >
  git clone https://gerrit.opnfv.org/gerrit/genesis
  cd genesis/foreman/ci
  ./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