Releases: indigo-dc/orchestrator-dashboard
Releases · indigo-dc/orchestrator-dashboard
v3.2.1
v3.2.0
New:
- Extend Settings page with a tab for updating templates and metadata/parameters from git repo.
- this new function allows to reload the tosca templates and metadata/parameters automatically (without dashboard restart)
- Add cache (redis) for storing tosca parameters/metadata and info related to available SLAs
- Add metadata.yml validation
- Template visibility based on IAM groups can be specified also through regex
Changed:
- Moving settings page under Admin menu
- Update flask and other dependencies
- Use local js and css (instead of external links)
- Changed structure of the file metadata.yml
Fix:
- Avoid too many calls to IAM userinfo endpoint (except when really needed)
- Fix bugs in deployment update
v3.1.1
Fixed
- Link to the getting started guide for INFN Cloud
v3.1.0
v3.0.2
What's Changed
- Add hostname type in the configuration form with validity check
- Add the possibility to configure and manage a list of centralised services as part of the service portfolio
v3.0.1
What's Changed
- Add automatic filling of oauth subject
- Manage conditions on outputs
- Manage boolean tosca types
- Add multiselect field
v3.0.0
What's Changed
- Add security group management
- Add the possibility to group multiple TOSCA Templates under the same portfolio card
- Add generate_password() utility
- Add support for new configurable input types: openstack_ec2credentials, random_password, ldap_user
- Add user group management
- Add configurable privacy policy link
- Manage ssh default key
- Add gh-action
- Add ports request in dep menu
- Implement s3 credentials retrieval for configured endpoints
- Add user:s3 role to enable S3 menu for single users
- Update dependencies
- Add remote cidr management for security groups
- Manage group overrides for input parameters
- Add deployments overview
v2.0.0 (stateful)
Added:
- Database connection for storing the application state, i.e. information about the users and their deployments
- New views for dashboard administrator(s)
- New functionalities:
- send notification to users when the deployment is ready
- generate/store ssh keys (requires that Vault integration is enabled)
- New operations and views for deployment management: deployment update, deployment extra information
- New endpoint /info to get dashboard version
Changed:
- Code restructured with the introduction of blueprints for users, deployments, providers, vault, etc.
- Improved configuration management to make customizations easier:
- ready-to-use profiles for existing use-cases (deep, xdc, recas, infn-cloud)
- templates and parameters can be easily overwritten for custom profile
- Improved Vault integration
- Improved support for different types of deployment, including HPC jobs (QCG)
Deprecated:
NONE
Removed:
NONE
Fixed:
NONE
Services Dependencies
- Orchestrator >= v2.4.0
- (Optional) Vault 1.1.2
v1.1.0
Added:
- allowed_group in template metadata can be used to control the access to the templates
- monitoring information displayed for each resource provider service
- Vault integration: users can manage their credentials for services that are not integrated with INDIGO IAM storing them in Vault
- new parameters added in the configuration to enable the Vault integration (VAUL_URL, VAULT_ROLE, VAULT_OIDC_AUDIENCE)
- deployment creation timeout can be set from the Advanced tab panel when configuring the deployment
Changed:
- Improved deployment outputs view
- Improved SLA view (menu and page renamed in "Resource Providers")
Deprecated:
NONE
Removed:
NONE
Fixed:
- Parameters are now correctly set in the Orchestrator POST request (e.g. keepLastAttempt, maxProvidersRetry)
Services Dependencies
- Orchestrator version >= 2.2.0
- CMDB version v0.5 (must be populated by CIP 0.10.6)
- SLAM version v2.0.0
- Monitoring - Zabbix Wrapper 1.0.2
- Monitoring probes: Openstack probe 1.4.x, Mesos probe 1.4 and QCG probe 1.0
- IM version 1.9.x
- (Optional) Vault 1.1.2
- tosca-types v4.0.x
v1.0.0
First stable release