You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Murali Reddy (JIRA)" <ji...@apache.org> on 2013/10/22 07:56:42 UTC

[jira] [Created] (CLOUDSTACK-4918) VR can not be LB service provider without requiring to be source nat service provider as well.

Murali Reddy created CLOUDSTACK-4918:
----------------------------------------

             Summary: VR can not be LB service provider without requiring to be source nat service provider as well.
                 Key: CLOUDSTACK-4918
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-4918
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: Network Controller
    Affects Versions: 4.2.0, 4.3.0
            Reporter: Murali Reddy
             Fix For: Future


VR currently can not be LB service provider without requiring to be source nat service provider as well. It fails with error "Provider VirtualRouter doesn't support services combination: [Dns, Dhcp, Lb] ". This is a restriction made sense prior to network-as-a-service (earlier releases to 3.0). VR at that time was sole provider of all the services. Now with ability to choose different service providers for different services, its valid service and provider combination to have source nat service provided by different provider than VR, and LB service is provided by VR.  Currently this combination is prevented while creating network offering.

This bug is to relax this restriction.

Its possible that, this may be non-trivial bug to fix. VR implicitly acquires a public IP for source nat and created public NIC on the VR by default. In the above mentioned case, only on acquiring IP for LB, Ip is associated with the VR so requiring that public interface is created on the VR.



--
This message was sent by Atlassian JIRA
(v6.1#6144)