Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More options added #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

More options added #4

wants to merge 1 commit into from

Conversation

vthapar
Copy link

@vthapar vthapar commented Jun 27, 2018

  1. Distribution repo support
  2. Custom feature option for build
  3. down script to stop/rm a node

1. Distribution repo support
2. Custom feature option for build
3. down script to stop/rm a node
exit 2
fi
targetpath=${path}/karaf/target
feature="odl-netvirt-openstack"
feature=${2:-"odl-netvirt-openstack"}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To me it makes sense that if the user passes in a list of features that should be it, no? It would be more flexible. Like, maybe someone would want to use this to test some feature that has nothing to do with netvirt or genius, etc. On the other hand, if someone is specifying the list of features, it's not such a big deal to tack on odl-netvirt-openstack.

@@ -0,0 +1,9 @@
set +x
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this script overlaps too much with wipe. I say delete wipe (wipe wipe ;-).

Also, I think both of these changes should be documented in the README

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants