Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 70B8A181CF for ; Fri, 7 Aug 2015 22:45:54 +0000 (UTC) Received: (qmail 59789 invoked by uid 500); 7 Aug 2015 22:45:53 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 59739 invoked by uid 500); 7 Aug 2015 22:45:53 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Delivered-To: moderator for dev@cloudstack.apache.org Received: (qmail 33441 invoked by uid 99); 6 Aug 2015 22:34:41 -0000 X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.148 X-Spam-Level: *** X-Spam-Status: No, score=3.148 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=iY1cdfP6iR53Zr5e8CFdChxUBtMYl5AQKlHHDyPHsAE=; b=fPqz2D+gf7D60TltleGjkMiRXhGe8LmUx9PRb9wsOYONxEufayul+0kGkQKz5zokWj hoGl5X6CjNWGLUDxVLVZbODw1ZCTmYBAnVjGMWn1rYYZRm65auPTvifBvZ18qR5F/hCy qBV8rkgAx1DjHyJpV0L078TrhCUbs35JF0r7d5TqJUCdtnfPxRM0RmCpQrAXL7FLnlVb itvBTwvtLpwiujs9xoyz+2fLZZw6QSogmy7RDlKGEW+Dpf1vTZZq8hbWzehU2Xfi6wmW EncNoBSCxiYWOJuQ39NWYtSSnaLTangViNcodadOunzr569AsBh6UYdsPZHYl5s2kwae 675w== MIME-Version: 1.0 X-Received: by 10.152.36.226 with SMTP id t2mr4622701laj.6.1438900478407; Thu, 06 Aug 2015 15:34:38 -0700 (PDT) Date: Thu, 6 Aug 2015 17:34:38 -0500 Message-ID: Subject: Problem in configuring autoscaling feature in CloudStack From: cloud stack To: dev@cloudstack.apache.org Content-Type: multipart/alternative; boundary=089e0158b5e6e1f814051cac1fcf --089e0158b5e6e1f814051cac1fcf Content-Type: text/plain; charset=UTF-8 Hi All, We are trying to use autoscaling feature in Cloudstack either with NetScaler or without NetScaler. We have tried with both Cloudstack versions 4.4 and 4.5. *Our configuration:* -- management server : centos 6.4 ip:192.168.1.10 netmask:255.255.255.0 gateway:192.168.1.1 -- host : xenserver 6.1 ip:192.168.1.11 netmask:255.255.255.0 gateway:192.168.1.1 -- we have a router with vlan support,and we configured 4 vlans as untagged in order to get access to internet (according to router user manual): vlan id (1) : 192.168.1.0/24 vlan id (2) : 192.168.2.0/24 vlan id (3) : 192.168.3.0/24 vlan id (4) : 192.168.4.0/24 - all vlans can ping each other and can access internet. - firewall is off in the router. *==> We tried with the following approaches:* *1) Installation with Basic zone:* --Network offering: DefaultSharedNetscalerEIPandELBNetworkOffering --management network: 192.168.1.0/24 (vlan1) --guest network: 192.168.1.0/24 (vlan1) --public network: 192.168.2.0/24 (vlan2) --Note: we prepared the template with snmp and application *--Issues in this configuration:* -We can not ping the public ip assigned to the load balancer that getting from public ips pool. -We stopped the firewall in XenServer (btw :firewall is restarted frequently even though with chkconfig iptables off) *2) Installation with Advance zone:* --guest cidr (3 different installation): 10.10.0.0/24 192.168.1.0/24 192.168.2.0/24 --management network: 192.168.1.0/24 (vlan1) --public network (3 different installation): 192.168.1.0/24 (vlan1) 192.168.2.0/24 (vlan2) --guest vlan tag range (2 different installation): 700-800 blank-blank --We tried with both shared and isolated guest network from vlan1 and vlan2: vlan1:192.168.1.0/24 vlan2:192.168.2.0/24 *--Issues in this configuration:* -We cannot ping the VM IP created with either isolated or shared network from any vlans and from vm we can not also access the internet. -We stopped the firewall in xenserver (btw :firewall is restarted frequently even though with chkconfig iptables off) Now we are not sure how to proceed with autoscaler configuration, what combination we should try to make it work. Can any one please give us some direction to make autoscale running. We really appreciate any comments or suggestions. Please let us know if you have any clarification questions. Thanks in advance, --089e0158b5e6e1f814051cac1fcf--