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

The network False is not valid #6

Open
rothgar opened this issue Jul 3, 2016 · 1 comment
Open

The network False is not valid #6

rothgar opened this issue Jul 3, 2016 · 1 comment

Comments

@rothgar
Copy link
Contributor

rothgar commented Jul 3, 2016

TASK [clc-provisioning : Create exact number of CLC servers in group k8s-test.kube-node, group count is 2] ***
fatal: [localhost]: FAILED! => {"ansible_job_id": "573879051720.14452", "changed": false, "failed": true, "finished": 1, "msg": "Unable to create the 
server: V05K8m. {\"message\":\"The request is invalid.\",\"modelState\":{\"body.networkId\":[\"The network False is not valid.\"]}}"}

I'm following through pull request for kubernetes documentation and running into this error when running the playbook.

bash kube-up.sh -c="$CLC_CLUSTER_NAME"

I'll stop here for now. Don't feel like debugging playbooks at the moment.

@ckleban
Copy link
Contributor

ckleban commented Jul 19, 2016

Hey,

This error comes in when there are multiple networks in the datacenter you are trying to deploy to. (our script doesn't know which network to use and it fails). A quick way to resolve this is to specify the network ID parameter in the kube-up.sh script (you need to use the uuid of the network).

Ideally, we would handle and report on this issue better than we are at the moment.

Thanks
Chris

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