Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 085BDE6AE for ; Thu, 28 Feb 2013 11:05:16 +0000 (UTC) Received: (qmail 76128 invoked by uid 500); 28 Feb 2013 11:05:15 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 75950 invoked by uid 500); 28 Feb 2013 11:05:12 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 75935 invoked by uid 99); 28 Feb 2013 11:05:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Feb 2013 11:05:12 +0000 Date: Thu, 28 Feb 2013 11:05:12 +0000 (UTC) From: "Sanjeev N (JIRA)" To: cloudstack-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (CLOUDSTACK-1394) [F5-SRX-InlineMode] Failure in static nat configuration on SRX does not result in LB configuration error in CS during LB rule configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-1394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sanjeev N closed CLOUDSTACK-1394. --------------------------------- Closing based on the comments from Sheng. > [F5-SRX-InlineMode] Failure in static nat configuration on SRX does not result in LB configuration error in CS during LB rule configuration > ------------------------------------------------------------------------------------------------------------------------------------------- > > Key: CLOUDSTACK-1394 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1394 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Components: Network Controller > Affects Versions: 4.1.0 > Environment: Latest Build on ASF 4.1 :CloudStack-non-OSS-4.1-44-rhel6.3.tar.gz > Reporter: Sanjeev N > Assignee: Sheng Yang > Fix For: 4.1.0 > > Attachments: management-server.rar > > > [F5-SRX-InlineMode] Failure in static nat configuration on SRX does not result in LB configuration error in CS during LB rule configuration > Reproduction Method: > ================= > 1. Create a NO using SRX for PF,Static NAT, Source Nat (Zone wide) and F5 for LB and rest of the services are provided by VR. > 2. Add SRX device > 3. Add F5 device is "Inline" mode and with "Shared" LB isolation mode > 4. Add a user account. > 5. Deploy few VMs using the above created NO. > 6. Acquire Ip address. > 7. Create a LB rule on this ipaddress. > Test Result: > ========= > LB rule creation dint give any configuration error even the static nat configuration on SRX failed. > Observations: > ========== > On SRX static nat configuration with the acquired ip address was pre-existing before configuring LB rule. Hence the static nat rule configuration (which is part of LB rule configuration in inline mode) failed. > However this dint result in any configuration error in LB configuration. > LB rule was programmed in DB, even though it dint configured virtual server on F5. > Static Nat failure message on SRX: > 2013-02-26 10:26:52,207 DEBUG [network.resource.JuniperSrxResource] (DirectAgent-29:null) Checking response: nsdstatic nat rule 10-147-48-27-10-0-25-119 destination-address overlaps with static nat rule 10-147-48-27-10-0-112-113 destination-addressconfiguration check-out failed > 2013-02-26 10:26:52,207 ERROR [network.resource.JuniperSrxResource] (DirectAgent-29:null) Request failed due to: static nat rule 10-147-48-27-10-0-25-119 destination-address overlaps with static nat rule 10-147-48-27-10-0-112-113 destination-address > 2013-02-26 10:26:52,208 ERROR [network.resource.JuniperSrxResource] (DirectAgent-29:null) com.cloud.utils.exception.ExecutionException: Failed to commit to global configuration. > LB rule in DB: > mysql> select * from load_balancing_rules; > +----+------+-------------+--------------------+------------------+------------+ > | id | name | description | default_port_start | default_port_end | algorithm | > +----+------+-------------+--------------------+------------------+------------+ > | 3 | lb | NULL | 80 | 80 | roundrobin | > +----+------+-------------+--------------------+------------------+------------+ > 1 row in set (0.00 sec) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira