This is 'dev mode', to use it you should set (enable) to True variables like *_dev_mode. For example to enable nova you should set nova_dev_mode: True and repo would be cloned from the URL set by nova_git_repository variable which is defaults to "{{ kolla_dev_repos_git }}/{{ project_name }}" in the nova-cell role. Note: the 'dev mode' is only for development. Please read the documentation: https://docs.openstack.org/kolla-ansible/latest/contributor/kolla-for-openstack-development.html


On Sun, May 21, 2023 at 3:45 AM James Leong <jamesleong123098@gmail.com> wrote:
Hi everyone,

How can I change the location where the repositories are being git pulled? I am using kolla-ansible as my deployment tool for deploying the yoga version of OpenStack. It seems like all plugins, such as zun_ui, blazar_dashboard, etc., are all being pulled from this path "https://opendev.org/openstack." I have attempted to change the variable kolla_dev_repos_git in globals.yml from "https://opendev.org/openstack" to point to my GitHub repository. However, it did not work. Is there a place where I can override the default path to pull plugins from my repository?

Thanks for your help,
James


--
Regards,
Maksim Malchuk