From fa1a86626f26fd042023b6631c5fe2733300353e Mon Sep 17 00:00:00 2001 From: Bernd Mueller Date: Tue, 17 May 2022 13:50:02 +0200 Subject: [PATCH] add sha256sum files for ipa images where to search for the offline git variables Signed-off-by: Bernd Mueller Change-Id: Icff9690321218e9fbbe6241263b3e3982f1cb3a7 Signed-off-by: Bernd Mueller --- doc/source/install/offline-install.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/source/install/offline-install.rst b/doc/source/install/offline-install.rst index 8a7f7d0ef..5e20a866d 100644 --- a/doc/source/install/offline-install.rst +++ b/doc/source/install/offline-install.rst @@ -54,6 +54,16 @@ If this list becomes out of date, it's simple enough to find the things that need to be fixed by looking for any URLs in the ``playbook/roles//defaults/main.yml`` files, as noted above. +Currently you can grep the ``defaults/main.yml`` in Bifrost `repo +`_ + +For ``kolla-ansible`` you also need the ``sha256sum`` for the ``ipa`` images. + +.. code-block:: console + + sha256sum /vagrant/ipa-centos8-master.kernel > /vagrant/ipa-centos8-master.kernel.sha256 + sha256sum /vagrant/ipa-centos8-master.initramfs > /vagrant/ipa-centos8-master.initramfs.sha256 + External Steps ^^^^^^^^^^^^^^