Brian Federle
49f0960de1
Remove trailing comma
2012-03-21 09:56:33 -07:00
Brian Federle
0d3b8191b4
UI: Better load balancer / multi-edit item naming
...
Currently, the items listed under the load balancer always use .name as
the field to display for the VM name.
Since 'instancename' is now used for the user-friendly name field,
_itemName metadata attribute can be specified in the rule's data
provider to tell which field should be rendered as the name field in the
list.
2012-03-21 09:56:33 -07:00
Brian Federle
52fcc20b59
Fix admin not being able to view users' network details
2012-03-21 09:56:33 -07:00
Jessica Wang
315ef3c222
cloudstack 3.0 UI - more labels translated.
2012-03-21 09:49:01 -07:00
Brian Federle
4efb03114b
bug 14231: Per-account public IP range support
...
Add UI support for associating IP ranges with specific account + domain;
this is accessible by going to the system network graph->public->IP
range edit, where clicking on 'Add user' button opens a dialog to
specify an account and domain.
Note that right now editing of existing IP ranges is not supported, so
in order to associate a range with another account, the IP range needs
to be dropped and re-created with the new account configuration.
status 14231: resolved fixed
2012-03-21 09:33:11 -07:00
Brian Federle
207ef1116a
Error handling for multiEdit remove action
2012-03-21 09:29:01 -07:00
Nitin Mehta
220c904be3
Bug 14345: DB discrepecy for capacity.check.period, cluster.memory.allocated.capacity.disablethreshold, pool.storage.allocated.capacity.disablethreshold, pool.storage.capacity.disablethreshold.
...
Reviewed-By: Kishan
2012-03-21 17:53:22 +05:30
kishan
8cf29bfe2c
bug 14290: in 3.0 upgrade insert CentOS 5.6 template with ID 5
...
status 14290: resolved fixed
2012-03-21 17:27:54 +05:30
kishan
b4b05515e2
bug 14409: VMware, create network_stats iptables rule while creating router
...
status 14409: resolved fixed
2012-03-21 17:27:46 +05:30
Murali reddy
b4e64e653b
bug 13899: CloudStack (Advanced Mode) should not allow "NetScaler" as provider for StaticNAT service
...
status 13899: resolved fixed
2012-03-21 16:52:51 +05:30
Abhi
f3c499be3b
bug 14216: rightly initializing to avoid NPE
2012-03-21 14:57:09 +05:30
Prasanna Santhanam
30f7ca28bd
can't append str to logger message
2012-03-21 11:09:46 +05:30
Likitha Shetty
24b4007149
Bug 13842 Mark the snapshots that belong to a removed secondary storage as removed.
...
Reviewed-By: Nitin
Status 13842: resolved fixed
2012-03-21 10:42:51 +05:30
Abhi
3ced403a88
bug 12947: enabling XCP 1.5
2012-03-21 10:21:48 +05:30
Edison Su
89fa5f0f67
bug 14298: fix migrate vm during vm migration
...
status 14298: resolved fixed
2012-03-20 18:22:14 -07:00
Edison Su
6bbe006138
bug 14282: force reconnect: login into kvm host, restart cloud-agent, if host is not connected to mgt server
...
status 14282: resolved fixed
2012-03-20 17:17:12 -07:00
prachi
3e361a2385
Bug 14336 - Login API does not return UUID's
...
Changes done:
- Provide UUID for userid and domainid only while constructing the login response. Session will hold the DB id's as before, to ensure other parts keep working.
- This reverts commit de28aa3ddde5b601f2f234f2eccef871fbaf1a06.
Conflicts:
server/src/com/cloud/api/ApiServer.java
2012-03-20 17:05:46 -07:00
prachi
aef7dc9aa0
Bug 14047 - login API fails when UUID is used for domain_id
...
Changes:
- API should accept UUID for domain and convert to id when needed
Conflicts:
server/src/com/cloud/api/ApiServer.java
2012-03-20 17:03:19 -07:00
Edison Su
708472e1ef
bug 14322: support multiple physical nic in kvm
...
status 14322: resolved fixed
2012-03-20 16:51:15 -07:00
bfederle
2a653782db
bug 14352: Fix LB instance naming
...
status 14352: resolved fixed
2012-03-20 16:29:16 -07:00
Jessica Wang
10f8b222ae
bug 14425: cloudstack 3.0 UI - infrastructure page - create guest network - not pass subDomainAccess to createNetwork API when scope is Account.
2012-03-20 16:15:47 -07:00
Jessica Wang
dbfcae550d
bug 14422: infrastructure page - add guest network - Pass physical network ID to createNetwork API only when network offering's guestiptype is Shared. Not pass it if it's Isolated.
2012-03-20 16:03:14 -07:00
Jessica Wang
9074be2b3d
cloudstack 3.0 UI - listView widget - remove action - remove the corresponding row after action completes.
2012-03-20 15:14:36 -07:00
Jessica Wang
3eaf4d4fb7
cloudstack 3.0 UI - infrastructure page - zone detail - rename "network" tab to "physical network" tab.
2012-03-20 14:38:35 -07:00
Jessica Wang
2e8705578a
bug 14056: cloudstack 3.0 UI - infrastructure page - zone detail - physical network listView - provide delete action in listView.
2012-03-20 14:31:16 -07:00
Alena Prokharchyk
c472952bb8
bug 14369: remove host entry when destroy CPVM/SSVM instances
...
status 14369: resolved fixed
2012-03-20 14:10:27 -07:00
bfederle
018d24c66b
Always render physical networks as list view first
2012-03-20 13:58:10 -07:00
Jessica Wang
9ec3065e89
Revert "bug 14376: cloudstack 3.0 UI - Add Network Offering - compute offering(service offering) dropdown - only populate service offerings whose systemvmtype is domainrouter."
...
This reverts commit 076617fbff .
2012-03-20 13:39:13 -07:00
bfederle
cae7caf468
UI: Zone wizard update
...
-Allow for editing of traffic labels within the zone wizard; visible
by going to the create physical network(s) step and clicking the
'edit' button under each traffic type.
-Make hypervisor selection part of the create zone step, instead of
the add cluster step -- this is to allow the physical network UI to
have the selected hypervisor for the edit traffic labels dialog.
-Show drag-and-drop UI for basic zone setup, so that user can edit
traffic labels for a basic zone. Note that user can only have one
physical network here.
-Allow creation of storage traffic in a basic zone configuration, by
optionally dragging storage traffic type icon to first physical
network
status 14057: resolved fixed
status 14098: resolved fixed
status 14101: resolved fixed
status 14132: resolved fixed
2012-03-20 13:33:23 -07:00
Jessica Wang
121db068dd
cloudstack 3.0 UI - code optimization - seperate code of Enabling Security Group provider code, Adding Netscaler provider, Creating guest network to different functions (to avoid repeating code and to give individual message for each action)
2012-03-20 11:54:08 -07:00
Alena Prokharchyk
5cbcdcf703
bug 14401: return juniper srx as a firewall provider along with the Virtual router
...
status 14401: resolved fixed
2012-03-20 11:51:02 -07:00
Alena Prokharchyk
88dd43e6e0
bug 14420: listNetworkOfferings by networkId - respect specifyVlan flag of the original offering
...
status 14420: resolved fixed
2012-03-20 11:30:23 -07:00
Alena Prokharchyk
da2be577a2
bug 14407: update network count for account/domain as a part of 3.0 to 3.0.1 upgrade
...
status 14407: resolved fixed
2012-03-20 10:39:47 -07:00
bfederle
37a7c897bd
Prevent dashboard from breaking if item value is null
2012-03-20 08:23:37 -07:00
Murali reddy
beb6599f02
bug 14016:When a Vm gets deleted from a LB rule , it also gets deleted from other LB rules which is pointing to the same private port.
...
status 14016: resolved fixed
2012-03-20 19:26:07 +05:30
frank
60de3694f1
Bug 14149 - OVM Typo and wrong mountpoint
...
status 14149: resolved fixed
2012-03-19 17:36:42 -07:00
Alena Prokharchyk
393afa7a10
bug 14341: fixed issue #3
...
status 14341: resolved fixed
2012-03-19 16:40:58 -07:00
frank
87227d75f4
Bug 14379 - port 8096 should be closed and disabled by default on CS
...
status 14739: resolved fixed
2012-03-19 16:35:24 -07:00
Jessica Wang
076617fbff
bug 14376: cloudstack 3.0 UI - Add Network Offering - compute offering(service offering) dropdown - only populate service offerings whose systemvmtype is domainrouter.
2012-03-19 16:30:24 -07:00
Alena Prokharchyk
82135f77a8
bug 14379: don't enable 8096 port by default (set global config variable to null by default, and don't create a listener on this port unless its set to valid integer)
2012-03-19 16:20:15 -07:00
Jessica Wang
f9f0c45030
bug 14377: cloudstack 3.0 UI - login - if login fails due to invalid username and password, show a generic error message instead of API returned error message.
2012-03-19 16:03:42 -07:00
frank
9d654a810e
add missing cleanup.sql
2012-03-19 15:26:32 -07:00
Sheng Yang
2af7e95436
bug 14341: Fix #2
2012-03-19 15:17:40 -07:00
Alena Prokharchyk
7964665cb4
bug 14388: don't return console proxy / ssvm service offerings
...
status 14388: resolved fixed
2012-03-19 14:52:11 -07:00
Alena Prokharchyk
ca7b65a99c
Format changes
2012-03-19 14:52:10 -07:00
Jessica Wang
4d3f81e6fb
bug 14325: cloudstack 3.0 UI - add zone wizard - basic zone - cover the case that selected network offering has Netscaler provider, but no security group service.
2012-03-19 14:44:19 -07:00
frank
a6bfd20200
add cleanup.sql to DB upgrade test
2012-03-19 14:36:29 -07:00
Edison Su
5e067db78c
in 2.2.x, the absolute path is stored in volume path, while in 3.0.x, only the uuid of volume is used. To be compatible with 2.2.x
2012-03-19 13:59:10 -07:00
Alena Prokharchyk
46f09b3c34
Added upgrade path from 3.0.x to 3.0.1
2012-03-19 13:34:05 -07:00
frank
41ef2a436f
move fake.sql to proper folder
2012-03-19 13:09:51 -07:00