Opened 13 years ago
Last modified 6 years ago
#1680 assigned enhancement
Add Azure integration for Hive
Reported by: | spimming | Owned by: | swagner |
---|---|---|---|
Priority: | low | Milestone: | HeuristicLab 3.3.x Backlog |
Component: | Hive.General | Version: | branch |
Keywords: | Cc: |
Description
Change History (66)
comment:1 Changed 13 years ago by spimming
comment:2 Changed 13 years ago by spimming
- start client communication service optionally
- make slave client communication interchangeable ('PipeCom', 'TraceCom')
comment:3 Changed 13 years ago by spimming
- AzureClient initial commit
- Azure project added
- WorkerRole for starting the slave core
comment:4 Changed 13 years ago by spimming
r6992 azure projects added
comment:5 Changed 13 years ago by spimming
r7003 update to Windows Azure SDK for .NET (Version 1.6)
comment:6 Changed 13 years ago by spimming
- enable Remote Desktop Connection to roles
- adapt connection string for Azure Storage in cloud configuration
- add diagnostics to worker role
comment:7 Changed 13 years ago by spimming
r7019 manage multiple app.config files with pre-build event
comment:8 Changed 13 years ago by spimming
- merged changes from trunk into branch
- removed pre-build event for multiple app.configs
comment:9 Changed 13 years ago by spimming
- merged changes from trunk into branch
comment:10 Changed 13 years ago by spimming
r7278 Hive cloud manager initial commit
comment:11 Changed 13 years ago by spimming
- Subscription DTO
- View for subscription items
- Dialog to add new azure subscription
- General view for cloud resources
comment:12 Changed 13 years ago by swagner
- Version changed from 3.3.5 to branch
comment:13 Changed 13 years ago by spimming
- Azure management utils initial version added
- View for cloud resources
comment:14 Changed 13 years ago by spimming
- Use IItemLists for data
- Show CloudResourceView in HiveCloudManagerView
comment:15 Changed 13 years ago by spimming
- Methods to add and remove Subscription in CloudManagerClient
- AddSubscriptionDialog integrated
- OnContentChanged implemented
comment:16 Changed 13 years ago by spimming
- New model classes
- New service operation methods added
- License information added
comment:17 Changed 13 years ago by spimming
- List-Operations added to Interface and AzureProvider
- AddCertificate- and AddAzureService-Dialog added
comment:18 Changed 13 years ago by spimming
- Methods to create hosted services added
- Method to add a certificate to a hosted service
- update bindinglist from worker
comment:19 Changed 13 years ago by spimming
- removed unnecessary invoke-calls
- moved method call to disable controls out of the worker
comment:20 Changed 13 years ago by spimming
- Check if password is valid for pfx file
- progress bar is now marquee style
- control flow refactored
comment:21 Changed 13 years ago by spimming
- Constants for deployments added
- worker for creating a deployment added
- create hosted service
comment:22 Changed 13 years ago by spimming
- start diagnostic monitor only when a connection string is specified
- constants file added
comment:23 Changed 13 years ago by spimming
- Methods to create a deployment added
- Download blob block from public blob container
- Constants for deployment and storage api version added
comment:24 Changed 13 years ago by spimming
- Added property to refer to the corresponding subscription
- Added new methods to azure management utils
comment:25 Changed 13 years ago by spimming
- Collection for hosted services added to CloudManagerClient
- Disable controls while loading subscription
- Stop and dispose timer
- Rebuild treeview content on OnContentChanged event
comment:26 Changed 13 years ago by spimming
- Show subscription view when node is selected
- Subscription view adapted for data
comment:27 Changed 13 years ago by spimming
- Reposition elements
- HostedServiceView initial commit
comment:28 Changed 13 years ago by spimming
- Enum for instance size of roles
- Set reference to subscription in hosted services and deployments
- Add properties for subscription in hosted services and deployments
- Extend properties in RoleInstance
comment:29 Changed 13 years ago by spimming
- Replace specific views with ViewHost
- DeploymentView initial commit
comment:30 Changed 13 years ago by spimming
r7414 Changed HB interval to 30 sec
comment:31 Changed 13 years ago by spimming
- GetOperationStatus method added
- Check if affinity group is not null
comment:32 Changed 13 years ago by spimming
- ErrorProvider added to form
- Implemented Validation methods for controls
- Check Validation methods for controls in form when btn is clicked
comment:33 Changed 13 years ago by spimming
- ChangeInstanceCount method added
- Deployment: added properties to indicate modification and the new instance count
- Textbox validation
- Form resized
comment:34 Changed 13 years ago by spimming
- If CloudManagerClient contains hostedservice, merge them in add-method
- Merge methods added deployment and hostedservice
- Update/merge treeview in CloudResourceView
- Indicate a change of the trackbar (DeploymentView)
comment:35 Changed 13 years ago by spimming
r7441 Implemented Save and Delete in CloudResourcesView and CloudManagerClient
comment:36 Changed 13 years ago by spimming
- Storage service operations added:
- list storage services
- get keys for storage service
comment:37 Changed 13 years ago by spimming
r7546 model classes for storage service operations added
comment:38 Changed 13 years ago by spimming
- set storage account infos
- select virtual machine size
comment:39 Changed 13 years ago by spimming
- Extension method added for checking if a blob/container exists
- Connection string for storage service
comment:40 Changed 13 years ago by spimming
- Validation for controls added
- DTO for parameters (CreateDeploymentTask)
- Initialize storage account and get reference for specified container
- Make dialog fixed size
comment:41 Changed 13 years ago by spimming
- Create deployment with local configuration file
- New extension method to parallel upload a file to blob storage
- Constants for deployment packages and configuration added
comment:42 Changed 13 years ago by spimming
- Azure package files with distinct vm sizes for hive slave added
- Azure service configuration for hive slave added
comment:43 Changed 13 years ago by spimming
- Certificate file panel moved
- If selected use running hosted service for deployment
- Selection of different vm sizes
- Selection of deployment slot
- Change DefaultConnectionLimit for parallel upload
- copy service package file to storage account
comment:44 Changed 13 years ago by spimming
- Check if role instance list is not null (while deploying a package)
- Remove a hosted service when it's deleted
comment:45 Changed 13 years ago by spimming
r7578 tab order changed
comment:46 Changed 13 years ago by spimming
- Method to delete deployments
- Method to poll for operation status added
- Enum for operation status and struct for operation result added
comment:47 Changed 13 years ago by spimming
r7598 New dialog to delete deployments
comment:48 Changed 13 years ago by spimming
- New dialog to delete hosted services
- Delete deployments in parallel
comment:49 Changed 13 years ago by spimming
- User setting to store azure subscriptions
- Method to get subscription as string for user settings
- Methods to persist and restore subscriptions from user config
comment:50 Changed 13 years ago by spimming
r7661 Show error dialog (from PluginInfrastructure) instead of message box on exception
comment:51 Changed 13 years ago by spimming
r7663 encrypt/decrypt azure subscription data
comment:52 Changed 13 years ago by spimming
- restore subscription data on cloud manager startup
- correct idxs for parsing subscription string
comment:53 Changed 13 years ago by spimming
r7669 merged changes from trunk into branch
comment:54 Changed 13 years ago by spimming
r7670 Show progress view while restoring Azure Subscriptions
comment:55 Changed 13 years ago by spimming
- Fixed typos
- Removed debug printout
- Show HL icon in Dialog
comment:56 Changed 13 years ago by spimming
- changed design according to review
- disabled blinking of error provider
comment:57 Changed 12 years ago by spimming
- replaced instanceCount textbox with NumericUpDown control
- fixed label position
- removed unnecessary validation code
comment:58 Changed 12 years ago by spimming
- delete unnecessary files
- only preserve CloudManager plugin files
comment:59 Changed 12 years ago by spimming
- delete unnecessary files
- only preserve CloudManager plugin files
comment:60 Changed 12 years ago by spimming
- new solution for CloudManager plugin
- updated output path in project
comment:61 Changed 12 years ago by spimming
r8274 resource files added
comment:62 Changed 12 years ago by spimming
r8275 updated references and plugin dependencies
comment:63 Changed 11 years ago by gkronber
- Priority changed from medium to low
comment:64 Changed 10 years ago by ascheibe
- Owner changed from spimming to ascheibe
- Status changed from new to assigned
comment:65 Changed 8 years ago by ascheibe
- Owner changed from ascheibe to swagner
comment:66 Changed 6 years ago by abeham
r16101: renamed branch
r6988 heuristiclab branch for azure integration