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

Non-matching host-label #4

Closed
aanm opened this issue Jan 29, 2015 · 6 comments
Closed

Non-matching host-label #4

aanm opened this issue Jan 29, 2015 · 6 comments

Comments

@aanm
Copy link
Contributor

aanm commented Jan 29, 2015

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

@jainvipin
Copy link

@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.

@jainvipin
Copy link

This commit should take care of the issue

commit 1210d55
Author: Vipin Jain [email protected]
Date: Thu Jan 29 16:28:04 2015 +0000

supply local host as defult

@aanm
Copy link
Contributor Author

aanm commented Jan 29, 2015

Not as relevant but there's a missing ' on the last two lines
--- a/netdcli/netdcli.go
+++ b/netdcli/netdcli.go
@@ -169,7 +169,7 @@ func init() {
flagSet.StringVar(&opts.vlans,
"vlans",
"",

  •    "Allowed vlan ranges for auto-allocating vlans e.g. '10-100, 150-200")
    
  •    "Allowed vlan ranges for auto-allocating vlans e.g. '10-100, 150-200'")
    flagSet.UintVar(&opts.allocSubnetLen,
     "alloc-subnet-len",
     24,
    
    @@ -177,7 +177,7 @@ func init() {
    flagSet.StringVar(&opts.vxlans,
    "vxlans",
    "",
  •    "Allowed vlan ranges for auto-allocating vxlans e.g. '10000-20000, 30000-35000")
    
  •    "Allowed vlan ranges for auto-allocating vxlans e.g. '10000-20000, 30000-35000'")
    
    flagSet.BoolVar(&opts.help, "help", false, "prints this message")
    }

@aanm
Copy link
Contributor Author

aanm commented Jan 29, 2015

@jainvipin Did you push that commit? I'm unable to find it on my git log.
The last one I have is
commit 0e50f4b
Author: Madhav Puri [email protected]
Date: Thu Jan 29 00:20:04 2015 +0000

Fix compilation issue.

@jainvipin
Copy link

@aanm - yes it was in my local repo; just pushed.

@aanm
Copy link
Contributor Author

aanm commented Jan 30, 2015

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!
@jainvipin thank you

@aanm aanm closed this as completed Jan 30, 2015
dseevr pushed a commit to dseevr-dev/netplugin that referenced this issue Oct 24, 2017
Fix a typo

Merging this small change in a hurry so that I can pick it up in netplugin
dseevr pushed a commit to dseevr-dev/netplugin that referenced this issue Nov 28, 2017
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

No branches or pull requests

2 participants