diff options
author | Markos Chandras <mchandras@suse.de> | 2018-06-06 12:24:54 +0100 |
---|---|---|
committer | Markos Chandras <mchandras@suse.de> | 2018-06-06 12:50:06 +0100 |
commit | 246029cfa3b70cb3e5678a41187b214620f6d507 (patch) | |
tree | a59ad16b760e541a187b6e47e599032f69cc52ac /xci/installer | |
parent | 5c15c8fe84d4f7e878266fa3a9e98704ab62ddfb (diff) |
xci: OSA: Bump Queens SHAs to fix spice-html5 repo relocation
The spice-html5 repository moved from github to its own gitlab hosting
and that broke everything. As such, we update the OSA roles which
contain the correct URL for the new repository.
Change-Id: I3e2883c0436c9c93d2a8a338343ca3a75a1431e4
Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'xci/installer')
-rw-r--r-- | xci/installer/osa/files/ansible-role-requirements.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xci/installer/osa/files/ansible-role-requirements.yml b/xci/installer/osa/files/ansible-role-requirements.yml index f631c839..b000bce4 100644 --- a/xci/installer/osa/files/ansible-role-requirements.yml +++ b/xci/installer/osa/files/ansible-role-requirements.yml @@ -120,7 +120,8 @@ - name: os_nova scm: git src: https://github.com/openstack/openstack-ansible-os_nova - version: 8c6a1b572e334bf185bf23759b90089a88a88b4b + version: d104fb16bdc349382fd05265ff9e19b6b0133fac + refspec: refs/changes/17/572417/1 - name: os_octavia scm: git src: https://github.com/openstack/openstack-ansible-os_octavia @@ -152,7 +153,7 @@ - name: plugins scm: git src: https://github.com/openstack/openstack-ansible-plugins - version: 2472c81eb3b065a7ed7dc4fd6bc4fef3f171089c + version: e1f330786d5f09bb02c3f06b3484a089223419ad - name: rabbitmq_server scm: git src: https://github.com/openstack/openstack-ansible-rabbitmq_server @@ -160,7 +161,7 @@ - name: repo_build scm: git src: https://github.com/openstack/openstack-ansible-repo_build - version: ec5210e812e48dac30eca4c188a9d159c5cdacbf + version: a84d11ab04c911c788b534cd61d33e6e2b71dd0b - name: repo_server scm: git src: https://github.com/openstack/openstack-ansible-repo_server |