User Tools

Site Tools


deploy_opnfv_with_fuel_in_a_virtual_environment

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
deploy_opnfv_with_fuel_in_a_virtual_environment [2015/10/27 17:28]
Gabor Halasz
deploy_opnfv_with_fuel_in_a_virtual_environment [2015/11/10 11:30]
Billy O'Mahony [CHALLENGES]
Line 117: Line 117:
 </​code>​ </​code>​
  
-INCLUDE ​TO DEPLOYMENT (by using argument for deploy.sh on next slide):+INCLUDE ​ODL PLUGIN IN DEPLOYMENT (by using argument for deploy.sh on next slide):
 <​code>​ <​code>​
 -p <​fuel-plugin-opendaylight-rmp-dir>​ -p <​fuel-plugin-opendaylight-rmp-dir>​
 +</​code>​
 +
 +EXCLUDE ODL PLUGIN ENTIRELY
 +If ODL is not required and the plugin deployment is causing the entire deployment to fail then the ODL plugin can be disabled entirely by editing /​fuel/​deploy/​templates/​virtual_environment/​conf/​plugins_conf/​opendaylight.yaml
 +<​code>​
 + ​opendaylight:​
 +   ​metadata:​
 +     ​enabled:​ false      <<<<<​ disable ODL
 +     ​label:​ OpenDaylight plugin
 </​code>​ </​code>​
  
Line 355: Line 364:
 3  | ready   | provision ​     | 1       | 100      | 5ec218aa-3e8d-4dae-aa46-de8fcaef5e90 3  | ready   | provision ​     | 1       | 100      | 5ec218aa-3e8d-4dae-aa46-de8fcaef5e90
 </​code>​ </​code>​
 +
 +===CHALLENGE #7 - SOLVED===
 +If the task for recreating neutron database during ODL plugin deployment takes too much time then deployment will fail:
 +
 +TODO example log file indicating this condition.
 +
 +Solutions:
 +* Use a later version of the ODL plugin than that packaged with SR1 .iso (by cloning & building the ODL plugin and adding the -p flag to the deploy.sh command line).
 +* Disable ODL plugin as described in a section above.
  
  
deploy_opnfv_with_fuel_in_a_virtual_environment.txt ยท Last modified: 2015/11/10 15:07 by Billy O'Mahony