Skip to content

Commit 289470c

Browse files
authored
Merge pull request #1583 from stackhpc/technowhizz-patch-1
Nit: Add .git to all Github Repos in kolla.yml
2 parents d40ce9c + c53a9f8 commit 289470c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

etc/kayobe/kolla.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ kolla_sources:
127127
reference: stackhpc/{{ openstack_release }}
128128
glance-base:
129129
type: git
130-
location: https://github.com/stackhpc/glance
130+
location: https://github.com/stackhpc/glance.git
131131
reference: stackhpc/{{ openstack_release }}
132132
horizon-plugin-cloudkitty-dashboard:
133133
type: git
@@ -148,19 +148,19 @@ kolla_sources:
148148
reference: stackhpc/{{ openstack_release }}
149149
neutron-server-plugin-networking-mlnx:
150150
type: git
151-
location: https://github.com/stackhpc/networking-mlnx
151+
location: https://github.com/stackhpc/networking-mlnx.git
152152
reference: stackhpc/{{ openstack_release }}
153153
nova-compute-plugin-networking-mlnx:
154154
type: git
155-
location: https://github.com/stackhpc/networking-mlnx
155+
location: https://github.com/stackhpc/networking-mlnx.git
156156
reference: stackhpc/{{ openstack_release }}
157157
octavia-base:
158158
type: git
159159
location: https://github.com/stackhpc/octavia.git
160160
reference: stackhpc/{{ openstack_release }}
161161
blazar-base:
162162
type: git
163-
location: https://github.com/stackhpc/blazar
163+
location: https://github.com/stackhpc/blazar.git
164164
reference: stackhpc/master
165165

166166
###############################################################################
@@ -358,7 +358,7 @@ kolla_build_customizations_common:
358358
- /additions/*
359359
glance_base_pip_packages_override:
360360
- "/glance"
361-
- "glance_store[cinder,vmware,swift,s3]@git+https://github.com/stackhpc/glance_store@stackhpc/4.7.0.3"
361+
- "glance_store[cinder,vmware,swift,s3]@git+https://github.com/stackhpc/glance_store.git@stackhpc/4.7.0.3"
362362
ironic_inspector_pip_packages_append:
363363
- /additions/*
364364
magnum_base_pip_packages_override:
@@ -371,7 +371,7 @@ kolla_build_customizations_common:
371371
- python3-libvirt
372372
- python3-ethtool
373373
neutron_mlnx_agent_pip_packages_override:
374-
- networking-mlnx@git+https://github.com/stackhpc/networking-mlnx@stackhpc/{{ openstack_release }}
374+
- networking-mlnx@git+https://github.com/stackhpc/networking-mlnx.git@stackhpc/{{ openstack_release }}
375375

376376
kolla_build_customizations_rocky:
377377
kolla_toolbox_packages_remove:

0 commit comments

Comments
 (0)