8897 Commits

Author SHA1 Message Date
Jessica Wang
49ecd42a74 cloudStack 3.0 new UI - instance wizard - select network step - fix a bug that network container was empty when trying to deploy 2nd VM. 2011-11-11 13:59:48 -08:00
Jessica Wang
9d523abb97 cloudStack 3.0 new UI - network offering page - add "enable", "disable" action. 2011-11-11 11:31:31 -08:00
Brian Federle
f926eee4eb Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2011-11-11 11:31:12 -08:00
Brian Federle
1848079bcd Add embedded table to detail view, for guest network configuration 2011-11-11 11:31:06 -08:00
Jessica Wang
c93730ddaf cloudStack 3.0 new UI - network offering page - remove "Unavailable" from the drop down choice for Availability. 2011-11-11 11:09:50 -08:00
Alena Prokharchyk
08160fa882 Fixed responsename for VirtualRouter element 2011-11-11 11:03:01 -08:00
Brian Federle
8e12c9aa21 Update dialog appearance; add UI support for zone network providers 2011-11-11 10:29:27 -08:00
Brian Federle
7eb51d65d0 Add base install wizard scripts 2011-11-11 10:28:58 -08:00
Brian Federle
771b27aa3d Remove VLAN range input from zone wizard 2011-11-11 10:12:59 -08:00
Alena Prokharchyk
4cf3ecbed4 Cleaned up commented out code 2011-11-11 09:53:46 -08:00
Naredula Janardhana Reddy
f1b99f4f07 Revert "bug 10617: merging code from branch bug10617"
This reverts commit 8bc33448b9220534ba0ddc6c642ffb1e69d5844e.

Conflicts:

	server/src/com/cloud/api/ApiResponseHelper.java
2011-11-11 20:23:26 +05:30
Naredula Janardhana Reddy
3fffff8966 Revert "bug 10617: alter the sequence of add column"
This reverts commit ad17e0970e2a82d5870e455f5616aa9747825d8c.
2011-11-11 20:19:58 +05:30
Abhinandan Prateek
b793ce6c33 bug 11987: changing virtualmachineimpl to reoccuring listener
reviewed-by: nitin
2011-11-11 19:24:09 +05:30
kishan
77b710eadf bug 11889: Revert earlier commit. use sshkeypair instead of keypair in API response
status 11889: resolved fixed
reviewed-by: Nitin
2011-11-11 14:12:47 +05:30
kishan
52f940c007 bug 11961: Before creating template usage_storage records, check if entry already exists. In multiple secondary storage case, duplicate usage events will be ignored.
status 11961: resolved fixed
reviewed-by: Nitin
2011-11-11 13:45:19 +05:30
Abhinandan Prateek
eefeee72ae bug 11979: if a VM is absent on the cluster, it is effectively in stopped state.
reviewed-by: kishan
2011-11-11 10:55:15 +05:30
Alena Prokharchyk
bfff9ee22c Fixed list by zoneId in listPhysicalNetworks 2011-11-10 20:46:09 -08:00
Jessica Wang
f922698309 cloudStack 3.0 new UI - NaaS - public network - IP Addresses tab - pass networkId to listVlanIpRanges API. 2011-11-10 20:33:08 -08:00
Jessica Wang
79631ab026 cloudStack 3.0 new UI - NaaS - public network - add IP range - do not pass "isshared=true" to createVlanIpRange API. 2011-11-10 20:13:33 -08:00
Alena Prokharchyk
039e09ce93 * Introduced aclType parameter for createNetwork command (can hold 2 values now: Account and Domain). This parameter defines the access control type to the network object. If it's account -
only owner of the network can access it; if it's domain - all accounts in the domain and domain children can have an access.
* aclType replaces 2 old fields: isShared and isDomainSpecific.
* All 2.2.x account specific networks will have aclType=Account; 2.2.x Domain specific networks - aclType=domain; 2.2.x Zone level networks - aclType=Domain with domainId = Root domain id
2011-11-10 18:34:56 -08:00
Edison Su
782b4d97b2 bug 11835: don't return error if it's delete firewall rules
status 11835: resolved fixed
Reviewed-by: frank
2011-11-10 17:59:01 -08:00
frank
caf945bca2 Don't allow Agent send out StartupCommand if it can not get its local IP address,
otherwise mgmt server will get an incomplete StartupCommand
2011-11-10 17:37:45 -08:00
Sheng Yang
7adedca8a3 NaaS: Update listVirtualRouterElements to accept nspid as parameter
Also fix VirtualRouterProviderResponse by adding objectName.
2011-11-10 17:26:11 -08:00
Jessica Wang
9d4b800e29 cloudStack 3.0 new UI - NaaS - VM creation - after deployVM returns success, configure VirtualRouterElement. 2011-11-10 17:08:50 -08:00
frank
66645ec478 Bug 11933 - Unable to add Primary Storage (OCFS2) to a OVM Cluster
Don't allow character beyond [A-Z0-9] in OCFS2 cluster name
it is not allowed by OCFS2 configure script

reviewed-by: edison
2011-11-10 17:07:06 -08:00
Jessica Wang
3e124a9ad1 cloudStack 3.0 new UI - NaaS - Public network - IP Addresses tab - implement Delete action. 2011-11-10 16:49:12 -08:00
Jessica Wang
449c6dda33 cloudStack 3.0 new UI - NaaS - Public network - IP Addresses tab - Add action - Make VLAN ID optional. 2011-11-10 16:49:11 -08:00
Jessica Wang
d460fd19cf cloudStack 3.0 new UI - NaaS - Public network - IP Addresses tab - Add action - pass forVirtualNetwork to createVlanIpRange API. 2011-11-10 16:49:10 -08:00
Jessica Wang
0a65e26487 cloudStack 3.0 new UI - NaaS - Public network - IP Addresses tab - implement Add action. 2011-11-10 16:49:08 -08:00
Jessica Wang
5b790db556 cloudStack 3.0 new UI - NaaS - Public network - populate IP Addresses tab. 2011-11-10 16:49:06 -08:00
Jessica Wang
9aa571788c cloudStack 3.0 new UI - NaaS - Public network - add IP Addresses tab. 2011-11-10 16:49:05 -08:00
Alena Prokharchyk
17cca192c7 Fixed deployDB broken with the merge 2011-11-10 16:47:41 -08:00
Sheng Yang
8b9b2d0f1a Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss
Conflicts:
	setup/db/create-index-fk.sql
	setup/db/create-schema.sql
2011-11-10 16:40:54 -08:00
Sheng Yang
bde1f6d2de Merge branch 'networkasservice'
Conflicts:
	api/src/com/cloud/api/commands/CreateRedundantVirtualRouterElementCmd.java
	api/src/com/cloud/api/commands/CreateVirtualRouterElementCmd.java
	server/src/com/cloud/api/ApiResponseHelper.java
	server/src/com/cloud/network/ExternalNetworkDeviceManagerImpl.java
	server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java
	server/src/com/cloud/offerings/NetworkOfferingVO.java
	setup/db/create-schema.sql
2011-11-10 16:36:08 -08:00
Alena Prokharchyk
88cdd9f2cf removed unused fields from networkVO 2011-11-10 16:28:42 -08:00
Edison Su
6d5c27c1e3 bug 11981: upgrade snapshot version number from 2.1 to 2.2 if it's a root volume
status 11981: resolved fixed
Reviewed-by: Anthony
2011-11-10 16:22:37 -08:00
Alena Prokharchyk
a1e247ad03 Renamed the field in NetworkOfferingVO 2011-11-10 16:13:31 -08:00
Alena Prokharchyk
c6dc572ebe Fixed deploydb 2011-11-10 16:00:54 -08:00
Alena Prokharchyk
5452705175 Fixed couple of merge db schema bugs 2011-11-10 15:57:19 -08:00
Alex Huang
3ecceedf34 Changed to use resource manager 2011-11-10 15:50:08 -08:00
Alex Huang
d6c22c42fe Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2011-11-10 15:26:39 -08:00
Alex Huang
f6fcaa49ec Merge complete except for virtualnetworkappliancemanager 2011-11-10 15:18:16 -08:00
frank
991ac4835a Bug 11933 - Unable to add Primary Storage (OCFS2) to a OVM Cluster
Bug 11948 - Cannot add a new OVM host to an existing OVM cluster
Bug 11699 - OVM - add host previously used in other OVM cluster > host went to alert state> host cleanup procedure needed

status 11933: resolve fixed
status 11948: resolve fixed
status 11699: resolve fixed

replace ovs-agent ocfs2 functions with our implementation.
ovs-agent's implementation doesn't check error condition, it can only run if everything is correct.
we also add check for used host without clean up, clean up procedure will print out as error message

reviewed-by: edison
2011-11-10 14:53:07 -08:00
Murali Reddy
122b62066a bug 11817: NAAS: device allocation logic
- adding a allocation state to device
 - change device allocation logic based on network offering  and device state
2011-11-10 09:55:23 -08:00
Naredula Janardhana Reddy
b53dc42d0a bug 10617: alter the sequence of add column 2011-11-10 15:37:02 +05:30
Naredula Janardhana Reddy
02adbd4bd3 bug 10617: merging code from branch bug10617 2011-11-10 15:23:48 +05:30
Abhinandan Prateek
a2499c9e69 bug 11910: during full sync ignoring VMs which have been into starting state shortly
reviewed-by: kishan
2011-11-10 12:00:10 +05:30
Jessica Wang
d324c5d9f2 cloudStack 3.0 new UI - NaaS - Guest page - Edit action - make zone's CIDR editable here and call updateZone to update CIDR from Guest page. 2011-11-09 20:02:54 -08:00
Jessica Wang
15082f0dfc cloudStack 3.0 new UI - NaaS - Guest page - Edit action. 2011-11-09 19:48:40 -08:00
Jessica Wang
24a5fe3924 cloudStack 3.0 new UI - NaaS - Public page - fix a bug that no data showed in details tab. 2011-11-09 19:34:42 -08:00