Need to create some simple useful security groups for each new Openstack cluster
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
Medium
|
Alexey Deryugin | ||
6.1.x |
Won't Fix
|
Medium
|
Registry Administrators | ||
7.0.x |
Won't Fix
|
Medium
|
Registry Administrators | ||
Mitaka |
Won't Fix
|
Medium
|
Registry Administrators |
Bug Description
We need to create some default security groups, that will allow to use OpenStack cloud immediately after the deployment and will help to understand how the security groups work (user will check how we open ports in default groups and can create his own security groups).
By default I suggest to create the following security groups:
1. global_http - security group which open 80 and 443 port for external traffic.
2. global_ssh - security group which open 22 port for external traffic (and we can remove code from OSTF testsm which creates the same security group).
3. allow_all - security group which allows all traffic for any TCP/UDP ports from external network (it is usefull for Sahara and probably for something alse).
Changed in fuel: | |
assignee: | nobody → Fuel Library Team (fuel-library) |
Changed in fuel: | |
assignee: | Fuel Library Team (fuel-library) → Stanislaw Bogatkin (sbogatkin) |
Changed in fuel: | |
assignee: | Stanislaw Bogatkin (sbogatkin) → Fuel Library Team (fuel-library) |
Changed in fuel: | |
assignee: | Fuel Library Team (fuel-library) → Stanislaw Bogatkin (sbogatkin) |
Changed in fuel: | |
status: | Confirmed → Triaged |
Changed in fuel: | |
importance: | High → Medium |
milestone: | 6.0 → 6.1 |
assignee: | Stanislaw Bogatkin (sbogatkin) → Fuel Library Team (fuel-library) |
Changed in fuel: | |
assignee: | Fuel Library Team (fuel-library) → Stanislaw Bogatkin (sbogatkin) |
importance: | Medium → High |
milestone: | 6.1 → 6.0 |
status: | Triaged → Confirmed |
importance: | High → Medium |
milestone: | 6.0 → 6.1 |
status: | Confirmed → Triaged |
tags: | added: low-hanging-fruit |
Changed in fuel: | |
status: | Triaged → In Progress |
tags: | added: non-release |
Changed in fuel: | |
status: | In Progress → Won't Fix |
milestone: | 6.1 → 7.0 |
status: | Won't Fix → Confirmed |
assignee: | Stanislaw Bogatkin (sbogatkin) → Fuel Library Team (fuel-library) |
tags: | added: qa-agree-7.0 |
Changed in fuel: | |
assignee: | Fuel Library Team (fuel-library) → Stanislaw Bogatkin (sbogatkin) |
status: | Confirmed → In Progress |
no longer affects: | fuel/8.0.x |
Changed in fuel: | |
assignee: | Stanislaw Bogatkin (sbogatkin) → Fuel Library Team (fuel-library) |
assignee: | Fuel Library Team (fuel-library) → MOS Puppet Team (mos-puppet) |
tags: | added: area-library |
Changed in fuel: | |
assignee: | MOS Puppet Team (mos-puppet) → Nikita Karpin (mkarpin) |
tags: |
added: area-mos removed: area-library |
Changed in fuel: | |
assignee: | Alexey Deryugin (velovec) → Alex Schultz (alex-schultz) |
Changed in fuel: | |
assignee: | Alex Schultz (alex-schultz) → Alexey Deryugin (velovec) |
no longer affects: | fuel/future |
no longer affects: | fuel/newton |
tags: | added: tech-debt |
Let's keep this issue with High priority, as it affects UX of newcomers to Fuel & OpenStack. Also, we can take a look at EC2 and compare the ease of use to make the best solution.