Adjust RefStack build for osf->openinfra rename

All the osf/ namespace Git repositories have moved into a new and
more appropriate openinfra/ namespace, so make the necessary
adjustments to RefStack's image build and operations document.

Change-Id: I01c8d153321a617fbc78c2d3c99102185b03243d
Depends-On: https://review.opendev.org/808479
This commit is contained in:
Jeremy Stanley 2021-09-10 17:16:13 +00:00 committed by Martin Kopec
parent 4db138edfd
commit e9f281d3b8
2 changed files with 5 additions and 5 deletions

View File

@ -19,9 +19,9 @@ At a Glance
* :git_file:`playbooks/service-refstack.yaml`
* :git_file:`docker/refstack/Dockerfile`
:Projects:
* https://opendev.org/osf/refstack/
* https://opendev.org/openinfra/refstack/
:Bugs:
* https://storyboard.openstack.org/#!/project/osf/refstack
* https://storyboard.openstack.org/#!/project/openinfra/refstack
Overview
========

View File

@ -13,8 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# upload trigger - Wed 30 June 2021 04:38 PM UTC
# refstack commit - 5790634ff48dd00444c051e20b7fe24cc82fb350
# upload trigger - Mon 26 Oct 2021 06:00 PM UTC
# refstack commit - bb0e985734690394e227d16af893b8e4ac8d3724
FROM opendevorg/python-builder as builder
@ -31,7 +31,7 @@ RUN apt-get update \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN git clone https://opendev.org/osf/refstack /tmp/src
RUN git clone https://opendev.org/openinfra/refstack /tmp/src
RUN assemble