Skip to content
This repository has been archived by the owner on Apr 15, 2021. It is now read-only.

OSCM 16.1.6

Compare
Choose a tag to compare
@StavrevaS StavrevaS released this 23 Feb 10:25
· 331 commits to master since this release

 What's new?

AWS Integration

In the AWS integration software, the following optional parameters have been renamed in the technical service definitions: - DISK_SIZE: specifies the maximum disk size of the virtual server to be instantiated. - PUBLIC_IP: specifies whether the virtual server to be instantiated is to be assigned a public IP address. - SUBNET: specifies the subnet to which the virtual server is to be assigned.

Prior to OSCM 16.1.6, the parameters were named "diskSize", "publicIP", and "subnet". If you already created services with these names, you need to change them before importing.

Extension Interface

For secure communication, the requests sent to the Web page or Web application from a custom tab are signed by CT-MG. For this to be possible, the following configuration settings in CT-MG are required: - SSO_SIGNING_KEY_ALIAS: Alias of the private key of CT-MG to be used for signing requests - SSO_SIGNING_KEYSTORE: Keystore where the private key is stored - SSO_SIGNING_KEYSTORE_PASS: Password of the keystore

The application server used for the Web page or Web application needs the corresponding certificate of CT-MG in its truststore for verifying the signature. For the predefined custom tab for IaaS service controllers, the certificate of CT-MG needs to be available in the truststore of the application server domain used for APP. The following mandatory configuration settings for APP have been introduced in this context: - APP_TRUSTSTORE: Truststore where the certificate of CT-MG is stored - APP_TRUSTSTORE_BSS_ALIAS: Alias of the certificate of CT-MG in the truststore

The existing setting, APP_TRUSTSTORE_PASSWORD, is now mandatory.

Open Service Catalog Manager Getting OSCM 16.1.6

You can find our deliverables below, as zip files. Apart from the binaries, the zips contain the relevant documentation.

Extensive 'how to' documentation can be found in our readme.md file as well as in our official documentation. The documentation for this release can be found here.