-
Notifications
You must be signed in to change notification settings - Fork 8
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 * adjust slurm task (slurm 20.11, configuration) * fixes security vulnerabilities (#323, #324, #326) - bump jackson-databind to version 2.9.10.8 - bump undertow to version 2.1.6.Final * adjust configuration (#327) * adjust common and master configuration for slurm (#327) * return on empty line to dismiss empty warnings, Replace 'XXXX' with '****' in credentials output (#320) * -move all slurm task in an extra role (slurm, #327) - add ansible.cfg to speed up configuration (#332) - add support for slurmdbd (#331) and slurmrestd * remove ganglia task from common,master and worker role (#249) * remove ganglia, oge and other deprecated parts from documentation (#249) * make AnsibleConfig aware of removed OGE/Ganglia options. * cleanup * add ipRange values to example config * Add accounting and priority settings/#335 (#338) * Added AccountSettings and PrioritySettings and scheduler config in var/ * Transferred AccountingSettings and PrioritySettings directly into slurm.conf * fix(Ansible): wait till bielefeld_environment service is done if it exists (#345) * fix race condition * fix(cluster-scaling): added cluster initialization when adding worker instances (#346) * Probably the last release of the Java-Based Version of BiBiGrid * Update README.md Signed-off-by: dependabot[bot] <[email protected]> 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]> Co-authored-by: Christian Henke <[email protected]> Co-authored-by: cnexcale <[email protected]>
- Loading branch information
1 parent
9c459ab
commit b1c61af
Showing
35 changed files
with
414 additions
and
626 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[defaults] | ||
inventory = ./ansible_hosts | ||
host_key_checking = False | ||
forks=50 | ||
pipelining = True | ||
|
||
[ssh_connection] | ||
ssh_args = -o ControlMaster=auto -o ControlPersist=60s |
1 change: 1 addition & 0 deletions
1
bibigrid-core/src/main/resources/playbook/roles/common/handlers/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.