Hi, +1. I also believe this is a clean and simple approach for registry mounting. When having different DB(schemas) for governance and config mounts, it will complicate the deployment. In addition to that by having different target paths, we can separate out different product-related config registry data.
Further, we have recently updated the Kubernetes related configuration with the suggested approach. Regards, Chandana On Thu, Sep 28, 2017 at 2:36 PM, Chankami Maddumage <[email protected]> wrote: > Hi All, > > We are currently working on puppet scripts for IS 5.4.0. > > According to our documentation we recommended Registry Mounting using one > DB and multiple Registry spaces as bellow > > <dbConfig name="sharedregistry"> > <dataSource>jdbc/WSO2RegistryDB</dataSource> > </dbConfig> > > <remoteInstance url="https://localhost:9443/registry" > <https://localhost:9443/registry>> > <id>instanceid</id> > <dbConfig>sharedregistry</dbConfig> > <readOnly>false</readOnly> > <enableCache>true</enableCache> > <registryRoot>/</registryRoot> > <cacheId>regadmin@jdbc:mysql://carbondb.mysql-wso2. > com:3306/REGISTRY_DB?autoReconnect=true</cacheId> > </remoteInstance> > > <mount path="/_system/config" overwrite="true"> > <instanceId>instanceid</instanceId> > <targetPath>/_system/config</targetPath> > </mount> > > <mount path="/_system/governance" overwrite="true"> > <instanceId>instanceid</instanceId> > <targetPath>/_system/governance</targetPath> > </mount> > > But in puppet modules we add 2 separate databases for config and > governance registry ,and point config and governance registry mounts to > those 2 separate databases. > > @Chandana, > Can you pls confirm on the recommended approach for registry mounting, > therefore we can use the recommended approach for puppet going forward. > > > > Best Regards, > > > *Chankami Maddumage* > Software Engineer - QA Team > WSO2 Inc; http://www.wso2.com/. > Mobile: +94 (0) 722223096 <%2B94%20%280%29%20773%20381%20250> > > -- *Chandana Napagoda* Associate Technical Lead WSO2 Inc. - http://wso2.org *Email : [email protected] <[email protected]>**Mobile : +94718169299* *Blog : http://blog.napagoda.com <http://blog.napagoda.com> | http://chandana.napagoda.com <http://chandana.napagoda.com>* *Linkedin : http://www.linkedin.com/in/chandananapagoda <http://www.linkedin.com/in/chandananapagoda>*
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
