[zun][zun_api][blazar][config][yoga][kolla-ansible] Adding more configuration to config file
Hi all, I am playing around with Zun. I have used kolla-ansible as a deployment tool for deploying the yoga version of OpenStack. I am trying to add an option to the configuration file. However, those added options are not recognized by OpenStack when being called. For instance, Zun.conf, I am adding a new database (blazar) information to it so I can access blazar information in the zun service. Would that be possible to allow the zun_api container to access the blazar database? Thanks for your help, James
Hi James, I am from Zun team, and not quite familiar with Blazar. I am not sure what is "blazar database". Could you elaborate? What is the use case? Best regards, Hongbin On Thu, Apr 13, 2023 at 6:07 AM James Leong <jamesleong123098@gmail.com> wrote:
Hi all,
I am playing around with Zun. I have used kolla-ansible as a deployment tool for deploying the yoga version of OpenStack. I am trying to add an option to the configuration file. However, those added options are not recognized by OpenStack when being called. For instance, Zun.conf, I am adding a new database (blazar) information to it so I can access blazar information in the zun service. Would that be possible to allow the zun_api container to access the blazar database?
Thanks for your help, James
Hi James, As far as I know, there is no integration between Zun and Blazar. So, if you want Zun to be able to read information from the Blazar database, you would need to modify Zun's code to do so. May I ask what you are trying to do? OpenStack services don't read each other's databases, but instead interact via HTTP APIs. Best wishes, Pierre Riteau (priteau) On Thu, 13 Apr 2023 at 00:08, James Leong <jamesleong123098@gmail.com> wrote:
Hi all,
I am playing around with Zun. I have used kolla-ansible as a deployment tool for deploying the yoga version of OpenStack. I am trying to add an option to the configuration file. However, those added options are not recognized by OpenStack when being called. For instance, Zun.conf, I am adding a new database (blazar) information to it so I can access blazar information in the zun service. Would that be possible to allow the zun_api container to access the blazar database?
Thanks for your help, James
participants (3)
-
Hongbin Lu
-
James Leong
-
Pierre Riteau