Hi,

I wanted to know what would be the way to let OOM SO Openstack Adapter's Chart 
(oom/kubernetes/so/charts/so-openstack-adapter/resources/config/overrides/override.yaml)
 to include project_domain_name and user_domain_name attributes (needed for 
keystone V3) successfully. I tested the following below but it does not include 
these values in SO Mariadb's 'catalogdb' DB:

Snippet from 
https://gerrit.onap.org/r/gitweb?p=oom.git;a=blob;f=kubernetes/so/charts/so-openstack-adapter/resources/config/overrides/override.yaml;h=98b09763148bb892e11ebbbb0fee9e1dff4c80fe;hb=HEAD:

cloud_config:
  identity_services:
  ...
  ...
  ...
    DEFAULT_KEYSTONE:
      identity_url: "{{ .Values.config.openStackKeyStoneUrl }}"
      mso_id: "{{ .Values.config.openStackUserName }}"
      mso_pass: "{{ .Values.config.openStackEncryptedPasswordHere }}"
      project_domain_name: "research"
      user_domain_name: "research"
      admin_tenant: "{{ .Values.config.openStackServiceTenantName }}"
      member_role: "admin"
      tenant_metadata: true
      identity_server_type: "KEYSTONE_V3"
      identity_authentication_type: "USERNAME_PASSWORD"

However, project_domain_name and user_domain_name attributes that I added are 
not being inserted into the SO SQL DB. Is there something else I need to do for 
it to show up correctly into the SO DB?

Thanks,
Hector

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#15118): https://lists.onap.org/g/onap-discuss/message/15118
Mute This Topic: https://lists.onap.org/mt/29460107/21656
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to