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 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:06]
Billy O'Mahony [DEPLOYMENT]
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>​
  
deploy_opnfv_with_fuel_in_a_virtual_environment.txt ยท Last modified: 2015/11/10 15:07 by Billy O'Mahony