Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 * Bump guava from 28.0-jre to 29.0-jre in /bibigrid-openstack Bumps [guava](https://github.com/google/guava) from 28.0-jre to 29.0-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Signed-off-by: dependabot[bot] <[email protected]> * Bump snakeyaml from 1.25 to 1.26 in /bibigrid-core Bumps [snakeyaml](https://bitbucket.org/asomov/snakeyaml) from 1.25 to 1.26. - [Commits](https://bitbucket.org/asomov/snakeyaml/branches/compare/snakeyaml-1.26..snakeyaml-1.25) --- updated-dependencies: - dependency-name: org.yaml:snakeyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Fix ide config check/#293 (#313) * Adjusted ideConf Readme * Remove ConfigurationFile.java which has been fully replaced by Configuration * Moved CommandLine interpretation to separate class. * Moved config validation into validate and create only, minor fixes * Removed deprecated slave instances configuration * Added missing loadConfiguration() method doc * Added opportunity to install IDE subsequently * Added cluster initialization in CreateCluster * Fixed rest api createCluster components * Minor enhancements * Moved loaded cluster to IdeIntent instead of loading in intent * Moved Yaml Interpretation into separate model, minor bug fixes * Enhanced YamlInterpreter logging * Moved isIpAdressFile() to YamlInterpreter * Added LoadIdeConfiguration Method in LoadClusterConfigurationIntent, minor code enhancements * Fix rebase merging errors * error handling when ide not installed, separate installSubsequently() method to install afterwards (not yet implemented) * Abort IDE start when configuration not loaded successfully * fix(BibigridInfoIdGetHandler):just added a space to avoid confusion * Fixes missing clusterMap loading in BibigridTerminateIdDeleteHandler (#316) * Added ansible ping check in shell script, Removed unnecessary warn logging (#319) * add workaround for buggy openstack4j identity api v3 handling (#321) * bump version to 2.3.1 Co-authored-by: tdilger <[email protected]> Co-authored-by: tdilger <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dweinholz <[email protected]>
- Loading branch information