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

Port 18080 should be open when launch as default #225

Open
xiandong79 opened this issue Dec 1, 2017 · 2 comments
Open

Port 18080 should be open when launch as default #225

xiandong79 opened this issue Dec 1, 2017 · 2 comments

Comments

@xiandong79
Copy link

wx20171201-120642

port 18080 is the history-sever which is very important.

@palatinuse
Copy link

I think the patch would be to add the following lines after line 570 in flintrock/ec2.py:

SecurityGroupRule(
            ip_protocol='tcp',
            from_port=18080,
            to_port=1808,
            cidr_ip=flintrock_client_cidr,
            src_group=None),

Any thoughts on that?

@nchammas
Copy link
Owner

I haven't looked closely at this issue, but yeah, that seems reasonable to me. Feel free to submit a PR and I'll take a closer look.

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

3 participants