cloudstack/core/src/com/cloud
Vijayendra Bhamidipati 685427b1b7 Bug CS-9919: Support for Nexus Swiches (Cisco Vswitches)
Description:

        1. Changed AddCiscoNexusVSMCmd to:
             a. Extend BaseCmd instead of BaseAsyncCmd.
             b. Take in more required parameters (viz
                vCenterDCName and vCenterIpAddress)

        1a. Changed DeleteCiscoNexusVSMCmd to also
            extend BaseCmd.

        2. Put in changes that will ensure that
           When a VSM is added, it is disabled by default.

        3. Fixed code that was leading to exceptions
           related to DB reads/writes to VSM related tables.

        4. Added new API Constants in ApiConstants.java.
           NOTE - Always initialize new attributes in
           ApiConstants.java to values in small case.
           Never put in upper case there. Also regardless
           of what names you give attributes in the
           *Cmd.java's class, you pass in parameters via
           API calls by specifying <key>=<value> where the
           <key> is taken from the value you specified in
           ApiConstants.java.

        5. Modified the addCiscoNexusVSM() function in
           CiscoNexusVSMDeviceManagerImpl.java to write VSM
           records to the db.
2012-05-14 18:25:55 -07:00
..
agent Switch to Apache license 2012-04-03 04:54:14 -07:00
alert Switch to Apache license 2012-04-03 04:54:14 -07:00
async Switch to Apache license 2012-04-03 04:54:14 -07:00
capacity bug CS-14530: Whenver adding a new capacity check the state of the resource - if its disabled/enabled. 2012-04-20 10:56:27 +05:30
certificate Switch to Apache license 2012-04-03 04:54:14 -07:00
configuration Switch to Apache license 2012-04-03 04:54:14 -07:00
consoleproxy Switch to Apache license 2012-04-03 04:54:14 -07:00
event Switch to Apache license 2012-04-03 04:54:14 -07:00
exception Bug 13127: API error text refer to database ids instead of uuids 2012-05-01 13:21:44 +01:00
host Switch to Apache license 2012-04-03 04:54:14 -07:00
hypervisor bug CS-14718: wait util xenserver join pool operation stablize. 2012-05-02 19:51:06 -07:00
info Switch to Apache license 2012-04-03 04:54:14 -07:00
network Bug CS-9919: Support for Nexus Swiches (Cisco Vswitches) 2012-05-14 18:25:55 -07:00
resource Bug 13127: API error text refer to database ids instead of uuids 2012-05-01 13:21:44 +01:00
serializer Switch to Apache license 2012-04-03 04:54:14 -07:00
storage don't call _secMgr.generateSetupCommand each time copying template 2012-05-14 14:14:39 -07:00
user changes overridden after branch merge 2012-04-30 17:08:39 -07:00
vm bug 14615: deployVm can work 2 diff ways now: 1) Default way - create and start the vm. 2) Create the vm without starting it. Note that vm's volumes stay in Allocated state -not created on the backend till the point where vm starts 2012-04-06 11:30:26 -07:00