Bug Reference

CLOUDSTACK-621

Introduction

nTier Apps was a new feature added in the previous release of CloudStack. nTier Apps feature allows users to create a multi-tier App connected to a single instance of Virtual Router that supports inter-VLAN routing. Users were also able to connect their multi-tier applications to a private Gateway or a Site-to-Site VPN tunnel and route certain traffic to those gateways

There were some sub-features that were left out of the initial implementation. nTier Apps 2.0 will address the left-out sub-features

Tasks

S.No

Jira Ticket

Task

Priority

requires UI

requires Back end scripts

Status

Owner

Comments

2.2

CLOUDSTACK-747

Internal Load Balancing between VPC tiers

P1

Yes

Yes

Working on FS

Alena

1) Internal LB
2) Public LB - dropped

2.3

CLOUDSTACK-748

Deployment on VM on a VPC Tier + 1 or more Shared Networks

P1

Yes

No

Done

 

Only UI changes are required

2.4

CLOUDSTACK-749

Support for physical devices to do NetworkACL & LB

P1

Yes

Yes

Done

Kishan

 

 

CLOUDSTACK-869

NetScalar LB provider for VPC

 

No

Yes

 

Rajesh

Netscaler will be an External LB Provider

 

CLOUDSTACK-1372

Cisco ASA ACL provider for VPC

 

No

Yes

 

Koushik

 

2.5

CLOUDSTACK-750

KVM Hypervisor support

P1

Yes

Yes

UI pending

Kishan/Marcus

Support was added by Marcus already.

2.6

CLOUDSTACK-751

Blacklist of Routes

P1

Yes

No

Working on FS

Alena 

 

2.7

CLOUDSTACK-752

Test for 8 VPN connections

P1

Yes

?

UI already there

Kishan

 

2.14

CLOUDSTACK-760

Allow ACL on all layer 4 protocols

P1

Yes

Yes

Done 

Jayapal 

 

2.16

CLOUDSTACK-763

Support ACL deny rules

P1

Yes

Yes

UI pending

Kishan - API and Services
Jayapal - backend 

Consider adopting Amazon EC2 model for Network ACLs - introduce networkACL container. New NetworkACLs are added to the container, and the container itself can get applied to multiple guest networks (tiers). Introduce priority and action (allow/deny) for networkACLs.

How do we handle upgrade and API backward compatibility if we move to container model?

2.19

CLOUDSTACK-767

Add more than one Private GW to a VPC

P1

Yes

Yes

Done

Kishan

 

2.20

CLOUDSTACK-1828

Source NAT on private GW

P1

Yes

Yes

Done 

Jayapal 

 

2.21

CLOUDSTACK-768

ACL on private GW

P1

Yes

Yes

Done 

Jayapal

 

References

Requirements Doc

2.3 Deployment on VM on a VPC Tier + 1 or more Shared Networks

Bug Reference: CLOUDSTACK-748

UI: Only UI changes are required. Rest of the implementation is already in place. In the UI on deployVm dialog list Shared networks as available for vm deployment.

QA: test deploying vm on 1 Isolated network +1(n) number of Shared networks. Check deployment from VPC tab as well as Instances tab. Verify that all Isolated network related functionality works (network ACLs, PF/LB, network usage tracking) 

2.5 KVM Hypervisor support

Bug Reference: CLOUDSTACK-750

VPC KVM Hypervisor support was added by Marcus Sorensen in 4.0.

UI: have to list KVM as available hypervisor when deploy VM in VPC network

QA: execute the same test cases as you've executed for Xen server

2.7 Test for 8 VPN Connections

Bug Reference: CLOUDSTACK-752

API: remove constraint allowing adding only one VPN connection

UI: add support for adding more than 8 VPN connections

QA: Support for 8 connections should be tested. Make sure UI as well as the backend functionality work.

  • No labels