Sam Robertson
0411aad813
use temp tomcat directory for automated testing
2012-02-08 16:35:01 -08:00
Sam Robertson
5ce1a0cba3
Updating CATALINA_HOME used for automated testing environment
2012-02-08 15:06:02 -08:00
Sam Robertson
dadf25cca4
use /usr/share/tomcat, not /usr/share/cloud
2012-02-07 09:30:03 -08:00
Sam Robertson
113a2f2fe8
Adding automated.sh, removed failed attempt at setting CATALINA_HOME in ant build configuration
2012-02-07 08:52:01 -08:00
Sam Robertson
4acfc2eb1d
automated testing changes, in addition to an automated.xml
2012-02-03 16:59:20 -08:00
Alex Huang
c42f50c4b0
Used a different way to allocate guest ip address. not in used yet.
2012-01-30 16:10:10 -08:00
Prasanna Santhanam
d99e71bad4
update a Disabled Physical network
2012-01-20 18:33:49 +05:30
Murali reddy
d92c361efd
bug 12826:enable NetScaler in basic zone for load balancing and static NAT
...
NetScaler element should not firewall service provider in basic zone
2012-01-19 14:05:12 -08:00
frank
566f101be1
remove files
2012-01-19 14:00:07 -08:00
Prasanna Santhanam
0b69a252de
uniform quotes
2012-01-15 19:21:58 +05:30
Prasanna Santhanam
a2059cf1c1
when the API response has empty list
2012-01-15 19:21:08 +05:30
Prasanna Santhanam
d45e065941
Enable VirtualRouter provider by default in the zone
2012-01-15 19:19:35 +05:30
Prasanna Santhanam
05aa61432b
Fixing the framework for 3.0 /Acton API
...
* changes for bug 12964 - physical network creation is separated from createZone
* removed redundant comments
* PEP8 Compliance
2012-01-14 19:29:46 +05:30
Prasanna Santhanam
659810d5a8
no more guestcidr in createZone
2012-01-14 19:29:46 +05:30
frank
0b38d62c8e
addcopyright.py
...
better license keywords library
2012-01-12 16:51:30 -08:00
frank
191c92a5c3
add shell/python support in copyright header tool
2012-01-11 18:42:18 -08:00
frank
52610ffcb3
add copyright header to shell scripts
2012-01-11 18:41:53 -08:00
frank
c6b19615c2
a tool to add/modify copyright header of source file
2012-01-11 17:32:49 -08:00
Prasanna Santhanam
9c8f989d6b
typos and other fixes
2011-12-29 17:28:58 +05:30
Prasanna Santhanam
e9b861432a
typos and other fixes
2011-12-29 17:28:58 +05:30
Prasanna Santhanam
b82d88d1d2
basic zone setup template
2011-12-29 17:28:58 +05:30
Prasanna Santhanam
d842119dc4
Fixing the framework for 3.0 /Acton API
...
* zones now have to be configured with physical networks and providers
* enabling the virtual router and configuring it are sperate API action
* create networks of shared type with SG network offering is done implicitly
2011-12-29 17:28:58 +05:30
Prasanna Santhanam
eaf57eb847
providers are in a list iterable
2011-12-29 17:28:58 +05:30
Prasanna Santhanam
431b571908
property files for simulator and basic zone setup
2011-12-29 17:28:58 +05:30
Prasanna Santhanam
18f865fc3e
Reviving the simulator
...
* SSVM to act as a direct connect agent
* Storage Resources handle SSVM commands
* create-schema.sql already has simulator_network_label. removing the label from create-schema-simulator.sql
2011-12-19 15:03:19 +05:30
Prasanna Santhanam
dc944cd4dd
skip config files from repo
2011-12-15 19:12:21 +05:30
Prasanna Santhanam
206077aec2
kvm and xen are already part of sandbox/advanced
2011-12-05 21:51:38 +05:30
Prasanna Santhanam
d5424b0d31
kvm and xen are already part of sandbox/advanced
2011-12-05 21:51:38 +05:30
Prasanna Santhanam
0b1ca708bb
- configure the virtual router element for advanced networks only
...
- enable all service providers created in a zone
- TODO: basic networking and optionally selecting providers enabled
2011-11-30 17:42:41 +05:30
Prasanna Santhanam
06dda10f31
- when de-serializing back to python from json, python attribute must be built
...
from dicts only, lists and tuples which don't contain dicts will be directly
set to the attribute
- eg: listnetworkserviceproviderresponse : servicelist = ['vpn', 'dhcp',
'firewall'] contains no name,value combination to make attributes. So we make
self.servicelist = ['vpn','dhcp','firewall']
2011-11-30 17:42:40 +05:30
Prasanna Santhanam
3db3b92e2b
- some quick environment configuration files
...
- adding service providers for zone configuration
- getting the python framework working with providers
2011-11-29 23:30:38 +05:30
Sam Robertson
d684dd86e1
Added more reporting, Fixed bug with setting globals, Added info to README, minor tweaks
2011-11-20 18:04:55 -06:00
Sam Robertson
b4ddcfbe48
Cleaning up stuff, reorganizing parser into a class to make it more manageable
2011-11-08 17:11:44 -08:00
Sam Robertson
3bdb5af2e2
initial checkin translator script to convert xml to python
2011-11-06 20:59:07 -08:00
frank
cef30956e9
Merge branch 'newagentmgr'
...
Conflicts:
agent-simulator/src/com/cloud/api/commands/ConfigureSimulator.java
ovm/src/com/cloud/ovm/hypervisor/OvmDiscoverer.java
server/src/com/cloud/agent/manager/AgentManagerImpl.java
server/src/com/cloud/capacity/CapacityManagerImpl.java
server/src/com/cloud/network/F5BigIpManagerImpl.java
server/src/com/cloud/network/JuniperSrxManagerImpl.java
server/src/com/cloud/resource/ResourceManagerImpl.java
server/src/com/cloud/server/ManagementServerImpl.java
server/src/com/cloud/storage/snapshot/SnapshotManagerImpl.java
server/src/com/cloud/vm/UserVmManagerImpl.java
server/src/com/cloud/vm/VirtualMachineManagerImpl.java
utils/src/com/cloud/utils/db/GenericDao.java
2011-10-27 11:09:56 -07:00
Edison Su
92eaf49f29
Add storage migration
2011-10-24 15:59:47 -07:00
frank
4e595d04ab
Bug 11522 - New agent manager
...
1.load hosts that in maintenance mode because maintenance is no longer an agent status now
2.don't disconnect agent when entering maintenance mode, again it's no longer an agent status now
2011-10-19 17:51:20 -07:00
frank
58fefd2891
Bug 11522 - New agent manager
...
initialize simulator test case
2011-10-18 17:58:15 -07:00
anthony
e231ea1ab2
eclipse classpath fix
2011-08-31 15:51:19 -07:00
frank
de27618c7f
move cloud-selenium*.jar to tools
2011-08-30 10:44:58 -07:00
Prasanna Santhanam
dc7ac31dce
1. correcting the global property 2. handling the case if unittest2 is present
...
(cherry picked from commit d1b71859c0d6bb054d64f38b7bc6f11d37bd1725)
2011-08-29 18:44:57 +05:30
Edison Su
db8341bb35
testClient: add timestamp for sync job
2011-08-25 18:56:28 -07:00
Edison Su
c8dafa8628
add missing files
2011-08-25 18:56:24 -07:00
Edison Su
9777b7d193
testclient: fix fix asyn job query for sync command
2011-08-25 18:56:20 -07:00
Edison Su
f8aaf1a126
TestClient: use json instead of painful XML
2011-08-25 18:56:05 -07:00
Prasanna Santhanam
81366d35c1
a. Test Discovery is only found in python 2.7+. unittest2 makes it backwards compatible for python 2.4-2.6
...
b. Adding traceback from pymysql to debug problems in connecting with database
(cherry picked from commit 81218d718af0ec101f7ba424c62bb6e0b5642744)
2011-08-25 19:52:30 +05:30
Edison Su
9391938908
fix conflict
2011-08-24 18:47:09 -07:00
Edison Su
4393162ecd
TestClient: fix npe
2011-08-24 10:48:26 -07:00
frank
86bcca210b
move migration to tools directory
2011-08-24 10:46:55 -07:00
Edison Su
ac826a721e
TESTClient: async job threads can exit after job pool is empty
2011-08-23 11:45:12 -07:00