From issues-return-38708-apmail-cloudstack-issues-archive=cloudstack.apache.org@cloudstack.apache.org Thu Feb 6 22:53:23 2014 Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2FECA10A23 for ; Thu, 6 Feb 2014 22:53:23 +0000 (UTC) Received: (qmail 96585 invoked by uid 500); 6 Feb 2014 22:53:20 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 96543 invoked by uid 500); 6 Feb 2014 22:53:19 -0000 Mailing-List: contact issues-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 issues@cloudstack.apache.org Received: (qmail 96532 invoked by uid 500); 6 Feb 2014 22:53:19 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 96527 invoked by uid 99); 6 Feb 2014 22:53:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Feb 2014 22:53:19 +0000 Date: Thu, 6 Feb 2014 22:53:19 +0000 (UTC) From: "Sheng Yang (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CLOUDSTACK-5779) Consolidate all the VR commands execution to one resource 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-5779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sheng Yang resolved CLOUDSTACK-5779. ------------------------------------ Resolution: Fixed Done. Now every hypervisor would use VirtualRoutingResources code to execute the VR commands. > Consolidate all the VR commands execution to one resource > --------------------------------------------------------- > > Key: CLOUDSTACK-5779 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5779 > Project: CloudStack > Issue Type: Improvement > Security Level: Public(Anyone can view this level - this is the default.) > Reporter: Sheng Yang > Assignee: Sheng Yang > Priority: Critical > Fix For: 4.4.0 > > > Currently when anyone add one command to VR(which happened very frequently these days), they need to modify every hypervisor resources to accommodate the new command, which is really inconvenient as well as bug prone, since e.g. the parameters formation would be duplicate across the hypervisors. > This improvement would make all VR commands to be executed by only one resource, and in the future, any new command/improvement or bug fixes to VR resource would only need to be done once in the VR resource. > This would be done through: > 1. Use routeProxy script for all VR commands, no more standalone script for each VR scripts in the host. All VR command scripts would be moved to /opt/cloud/bin for this purpose as well. > 2. Every hypervisor would provide an executor to VR resource, to execute the command in giving hypervisor. -- This message was sent by Atlassian JIRA (v6.1.5#6160)