In Usage Engine 3.1, there are the following known issues:
Table of Contents |
---|
Documentation for the 5G PCF SM Policy Data Model Not Complete
The description of the 5G PCF SM Policy data model example that is included in the Development Toolkit(3.1) and can be accessed in the PCC Extensions (3.1) is not described and will be made available in the next release.
Anchor | ||||
---|---|---|---|---|
|
In MZOnline, any encrypted workflows cannot be viewed.
Anchor | ||||
---|---|---|---|---|
|
The descriptions of properties in the Administrator Guide are not up-to-date, so ensure to check what is available in your yaml.values file. Documentation will be updated for the next minor release.
Anchor | ||||
---|---|---|---|---|
|
When using the OpenAPI profile, you might encounter an issue where using the HTTP/2 Client to send a GET method to retrieve an API response. When the agent receives the response, you will encounter a Null Pointer Exception.
Anchor | ||||
---|---|---|---|---|
|
If you are using scripted solutions requiring return codes, you must use the mzsh commands, since the mzcli commands do not provide return codes.
...
hidden | true |
---|
Mzcli - wflist - '-not-member-of-wfgroup' throws exception on classic installation.
...
Anchor |
---|
...
|
When having changed fields in the Workflow Properties from being dynamic per workflow to being final, you may have problems running the workflow in the Web Interface.
Anchor | ||||
---|---|---|---|---|
|
There is a bug when performing OpenAPI validation for parameters of the enum type. The bug is based on: https://bitbucket.org/atlassian/swagger-request-validator/issues/161/mockmvc-openapi-30-type-of-enum-parameter
...
This occurs when you send a request to an NRF server that is configured using our HTTP2 Server agent with OpenAPI validation enabled. You will be meet with a Bad Request error (Error 400) and the validation fails. There was an issue with the specifications for the type enum within the 'anyOf' section as seen from the example below.
Info | ||
---|---|---|
Example: NFType found in TS29510_Nnrf_NFManagement.yaml
|
...
A workaround would be to add the 'type: string' parameter on the same level as the 'anyOf'.
AWS Terraform Template does not Support M1 Mac with darwin_arm64 Architecture
The setup The setup files for AWS installation does not contain a provider that supports the new M1 Mac darwin_arm64 architecture.
The error is recorded as:
Code Block |
---|
➜ terraform terraform init Initializing the backend... Initializing provider plugins... Finding hashicorp/aws versions matching "~> 2.0"... ╷ │ Warning: Version constraints inside provider configuration blocks are deprecated │ │ on provider.tf line 5, in provider "aws": │ 5: version = "~> 2.0" │ │ Terraform 0.13 and earlier allowed provider version constraints inside the provider configuration block, but that is now deprecated and will be removed in a future version of │ Terraform. To silence this warning, move the provider version constraint into the required_providers block. ╵ ╷ │ Error: Incompatible provider version │ │ Provider registry.terraform.io/hashicorp/aws v2.70.1 does not have a package available for your current platform, darwin_arm64. │ │ Provider releases are separate from Terraform CLI releases, so not all providers are available for all platforms. Other versions of this provider may have different platforms │ supported. |
Anchor | ||||
---|---|---|---|---|
|
When configuring workflow properties for Datahub task agent, the browse selection dialog for data hub profile does not show the available profiles for selection
...
Page Properties | ||||
---|---|---|---|---|
| https://digitalroute.atlassian.net/browse/XE-4901 Mzcli - wflist - '-not-member-of-wfgroup' throws exception on baremetal||||
https://digitalroute.atlassian.net/browse/XE-2989 - mzcli: return code improvement → not sure this is the right bug https://digitalroute.atlassian.net/browse/XE-4297 - mzonline workflow throws error when I have encrypted wfs → check when EOL of MZOnline is scheduled https://digitalroute.atlassian.net/browse/XE-5846 - Not possible to use terraform on a new Mac with darwin_arm64 architecture https://digitalroute.atlassian.net/browse/XE-8504 - PE Documentation contains not so relevant Properties section https://digitalroute.atlassian.net/browse/XE-4297 - mzonline workflow throws error when I have encrypted wfs |
...