When Harbor is added as a partner system hosting the required OCI artifacts, its OCI repositories do not appear for selection during CNF instantiation.
3.2
disableRepoExtensionGroup flag in the globalsettings database table is set to true.extension-platform, which implements latest feature support for Harbor as a partner system in TCA.Enable the use of the extension-platform by setting the disableRepoExtensionGroup flag in globalsettings to false.
curl -v --location --request POST 'https://<TCACP-IP>/hybridity/api/sessions' \--header 'Accept: application/json' \--header 'Content-Type: application/json' \--data-raw '{ "username": "<username-for-vcenter-for-tca-cp>", "password": "<password>"}'curl --location --request PUT 'https://<TCACP-IP>/admin/hybridity/api/global/settings/ExtensionPlatform/disableRepoExtensionGroup' \--header 'x-hm-authorization: <copy-from-sessions-API-response-headers>' \--header 'Accept: application/json' \--header 'Content-Type: application/json' \--data-raw '{ "value": "false"}'Harbor OCI repositories should now be visible during CNF instantiation.