-
Notifications
You must be signed in to change notification settings - Fork 46
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
Bosh compilation of curator package should not need internet access #177
Comments
Hrm, agreed; it should not require internet access. |
I've received similar bug reports from other users. @bonzofenix; do you have any idea why this is happening. I know you guys deploy to an environment with no 'net access; so I'm surprised you haven't bumped into this. I'm also confused as to why the error is happening - the install runs:
followed by
Surely urllib3-1.8.3 is >= 1.8 and < 2.0 ? |
@mrdavidlaing sorry for the late response. the version is correct: @fbonelle which stemcell are you using? We will try to reproduce it. |
@bonzofenix Now, we are on stemcell 3074, 3093 & 3098 |
on which infrastructure?
|
@bonzofenix It's on VCloud |
I was able to reproduce this on AWS:
when I disabled internet access for the curator compilation vm |
@fbonelle, @bonzofenix - I think 4ddbe43 addresses this problem - by explicitly telling Please could you give this a test in your environments. PS - you might want to cherry-pick this change onto https://github.com/logsearch/logsearch-boshrelease/tree/v23.0.0, since there are a fair amount of unrelated changes on |
When deploying version 23.0.0, we get an error while bosh is compiling curator package.
It appears that to build curator job, some download is required. But in case of corporate network, it should not be necessary to download on internet packages.
The text was updated successfully, but these errors were encountered: