Adding onos-openflow as a default feature for the local karaf setup.
Change-Id: I9191a07b46933057825d393973d8055886ae2aa9
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -56,7 +56,7 @@ fi | ... | @@ -56,7 +56,7 @@ fi |
56 | 56 | ||
57 | if ! grep -q ",onos-api," $KARAF_ROOT/etc/org.apache.karaf.features.cfg; then | 57 | if ! grep -q ",onos-api," $KARAF_ROOT/etc/org.apache.karaf.features.cfg; then |
58 | # Patch the Apache Karaf distribution file to load default ONOS boot features | 58 | # Patch the Apache Karaf distribution file to load default ONOS boot features |
59 | - export BOOT_FEATURES="webconsole,onos-api,onos-core,onos-cli,onos-rest,onos-gui" | 59 | + export BOOT_FEATURES="webconsole,onos-api,onos-core,onos-cli,onos-rest,onos-gui,onos-openflow" |
60 | echo "Adding ONOS boot features $BOOT_FEATURES..." | 60 | echo "Adding ONOS boot features $BOOT_FEATURES..." |
61 | perl -pi.old -e "s|^(featuresBoot=.*)|\1,$BOOT_FEATURES|" \ | 61 | perl -pi.old -e "s|^(featuresBoot=.*)|\1,$BOOT_FEATURES|" \ |
62 | $KARAF_ROOT/etc/org.apache.karaf.features.cfg | 62 | $KARAF_ROOT/etc/org.apache.karaf.features.cfg | ... | ... |
-
Please register or login to post a comment