-
Notifications
You must be signed in to change notification settings - Fork 180
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
Non-matching host-label #4
Comments
@aanm - I had checked in hotlabel fix this morning. It will automatically pick up the hostlabel from local host, so while the option exist it is not mandatory. |
This commit should take care of the issue commit 1210d55
|
Not as relevant but there's a missing ' on the last two lines
|
@jainvipin Did you push that commit? I'm unable to find it on my git log.
|
@aanm - yes it was in my local repo; just pushed. |
I tried to run the quick example again and the problem didn't occur. It's awesome to see pings going from one container to the other! |
Fix a typo Merging this small change in a hurry so that I can pick it up in netplugin
Adding bgp neighbor object
Following the quick example (https://github.com/contiv/netplugin#a-quick-example) I get a warning (or error):
2015/01/29 18:36:49 Skipping ep orange-endpoint1 with a non-matching host-label (my label: netplugin)
I'm not sure if it's normal since there isn't an option to put a host-label with the netdcli command
root@netplugin:/opt/golang/src/github.com/contiv/netplugin# netdcli
Usage: netdcli [OPTION]...
-alloc-subnet-len=24: Subnet length of auto allocated subnets from the subnet pool
-construct=network or endpoint: Construct to operate on i.e network or endpoint
-container-id="": Container Id to identify a runningcontainer
-etcd-url="http://127.0.0.1:4001": Etcd cluster url
-gw="": Default Gateway Address of the network e.g. 11.0.1.1
-help=false: prints this message
-ip-address="auto": IP address associated with the endpoint
-net-id="": Network id of the endpoint
-oper=[get create delete attach detach] : Operation to perform
-subnet="": Network Subnet IP with mask e.g. 11.0.1.1/24, or 0/24 to specify only mask
-tag="auto": Vlan/Vxlan tag of the network
-tag-type="vlan": Vlan/Vxlan tag of the network
-vlans="": Allowed vlan ranges for auto-allocating vlans e.g. '10-100, 150-200
-vxlans="": Allowed vlan ranges for auto-allocating vxlans e.g. '10000-20000, 30000-35000
The text was updated successfully, but these errors were encountered: