diff --git a/fuel_ccp_tests/settings.py b/fuel_ccp_tests/settings.py index 5cee47b..9cb007a 100644 --- a/fuel_ccp_tests/settings.py +++ b/fuel_ccp_tests/settings.py @@ -157,6 +157,26 @@ OS_REPOS = { "openstack/sahara": { "git_url": "https://github.com/openstack/sahara.git", "git_ref": OS_RELEASE + }, + "openstack/sahara-dashboard": { + "git_url": "https://github.com/openstack/sahara-dashboard.git", + "git_ref": OS_RELEASE + }, + "openstack/murano": { + "git_url": "https://github.com/openstack/murano.git", + "git_ref": OS_RELEASE + }, + "openstack/murano-dashboard": { + "git_url": "https://github.com/openstack/murano-dashboard.git", + "git_ref": OS_RELEASE + }, + "openstack/cinder": { + "git_url": "https://github.com/openstack/cinder.git", + "git_ref": OS_RELEASE + }, + "openstack/ironic": { + "git_url": "https://github.com/openstack/ironic.git", + "git_ref": OS_RELEASE } }