1
0
-1

Hi,

I'm working in onap on kubernetes.Here before creating the MSO pods ,I made some changes in the scripts found in /oom/kubernetes/config/docker/init/src/config/mso/mariadb/docker-entrypoint-initdb.d and executed createconfig.sh .Pls. correct me if I'm wrong, I thought that these details are populated to dockerdata-nfs so that the other PC's in the cluster will know about the DB configurations while creating the pods. But while executing createconfig.sh ,thecahnges in the scripts are not updated to dockerdata-nfs. can anyone let me know how to overcome this?

Thanks in advance!

Regards,

Vikee

    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      Hi vignesh k

      createconfig.sh will mainly take inputs from onap_parameters.yaml and create a k8s pod to create intial configuration in /docker-nfs directory for each component. Basically is runs a script inside the pod and stop the pod after executing it. so, changing  /oom/kubernetes/config/docker/init/src/config/mso/mariadb/docker-entrypoint-initdb.d will not effect on anything. If you want to change something in mariadb docker image then you can directly change in docker files of the image. if you want to change something with deployment use onap_parameters.yaml or /docker-nfs directory directly

        CommentAdd your comment...
      1.  
        1
        0
        -1

        Hi Vikee,

        MSO is obsolete and has been replaced with SO.  You should not have to modify any of the charts to deploy, just configure your 'values.yaml' file and use SO as described in the OOM User Guide.

        Cheers,

        Roger

          CommentAdd your comment...