Skip to content

Commit

Permalink
Development (#309)
Browse files Browse the repository at this point in the history
* fix : print possible configuration errors to stdout to be more specific that "an error occurs"

* fix #222: print possible configuration errors to stdout

* enhancement #281: add support for cloud site region (Openstack)

* Fix/#275 - Integrated 'useHostname' config parameter (#280)

* Adjusted ideConf Readme

* Extended configuration by useHostname parameter, adjusted AnsibleHostsConfig writing if useHostname is enabled

* Added useHostname config parameter to config schema, adjusted default parameters marked with ""

* Fixed 'useHostname' instead of 'useHostnames' typo

* Added description to 'useHostnames' parameter

* enhancement #283: add option to overwrite service CIDR mask

* enhancement #283: adjust changelog

* enhancement #283: adjust documentation

* Moved serviceCIDR validation from config to validator, added method description for validateServiceCIDR(string), Added string pattern description to CONFIGURATION_SCHEMA.md

* bump version to 2.2.2 (main bugfix release)
- readd missing 'break' in intentMode switch/case directive

* fix/#217 :
- adjust theia task
- remove unused (unlinked) cloud9 task

* #285: move CIDR mask validation into Configuration setter method

* security/#291: change default ip range for opened ports from 0.0.0.0/0 to current

* enhancement/#289 :
- bump node version manager to 0.37.0
- bump prebuild theia-version to 1.8

* fix/#297: disable auto-upgrade as early as possible (#298)

* fix/#297: disable auto-upgrade as early as possible

* #297 add check for /var/lib/dpkg/lock

* Move client2 module/#299 (#300)

* Adjusted ideConf Readme

* Moved client to providerModule

* update ChangeLog.md

* bump version from 2.2.2 to 2.3

* Determine quotas/#257 (#306)

* Adjusted ideConf Readme

* Moved Intents for Openstack to separate directory

* Changed interface OSClient to correct implementation via OSClientV3

* ProviderTypes have not been tested and remained unused, check config independently only in -ch and -c case

* Moved config validation to validator

* Removed unnecessary duplicate block in checking instance and image resources, added documentation to ValidateIntent

* Renamed ValidatorOpenstack method validate in validateCredentials to be more precise

* Added OpenStack Implementation of ValidateIntent

* Check quotas exceeded before launching worker instances in scaling up,
Changed scale up method createWorkerInstances into createAdditionalWorkerInstances,
Assign clusterId in runIntent() in StartUp in forehand,
Removed help intentMode from runIntent(), since it is handled before,
Added ValidateIntentOpenstack,
Added todos

* Created configureClusterInstances() including master and worker instance configuration to check quotas in forehand,
changed list of map entries for instanceTypes to map,
removed unnecessary 'prepare' value permanently,
Fixed some issues in google cloud, aws and azure and other warnings

* Fixed ValidateIntent checkQuotas() wrong parameters issue

* Fixed issue with master and worker same providerType,
enhanced logging

* adjust ChangeLog.md
bump jackson databind to 2.9.10.7

* adjust ChangeLog.md

Co-authored-by: tdilger <[email protected]>
Co-authored-by: tdilger <[email protected]>
  • Loading branch information
3 people authored Mar 3, 2021
1 parent 18fe409 commit 393ba11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- restructure: move client to provider module (#300)
- update theia-ide (#289)
- determine project quotas (#257)

## Version 2.2.2 (11/7/2020)

### Fixes
Expand Down

0 comments on commit 393ba11

Please sign in to comment.