Uploaded image for project: 'ONAP Operations Manager'
  1. ONAP Operations Manager
  2. OOM-2221

Not possible to override OOM SO catalog-db-adapter to setup keystone v3

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: High High
    • Frankfurt Release
    • El Alto Release
    • None
    • None

      Using OOM installation with the possibility to override some config map, it is not possible to setup keystone_v3 in the table identity_services SO mariadb.

      To setup keystone_v3 in this table, it is requested to change identity_server_type to "KEYSTONE_V3" but the project and user domain names shall be also filled.

      These last two fields PROJECT_DOMAIN_NAME and USER_DOMAIN_NAME are not proposed in the SO helm package.

      see the file /opt/oom/kubernetes/so/charts/so-catalog-db-adapter/resources/config/overrides/override.yaml

      The current solution is only to perform a post-configuration of SO mariadb database.

      UPDATE identity_services SET PROJECT_DOMAIN_NAME="Default", USER_DOMAIN_NAME="Default" WHERE ID="DEFAULT_KEYSTONE";

       

      In addition, in the override file, there is no available datas to override identity_server_type.

       

       

       

       

       

            sdesbure sdesbure
            jardellos jardellos
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: