From 361b660c65c6c38a1c0443fff36d745ecba02337 Mon Sep 17 00:00:00 2001 From: Alexander Adamov Date: Tue, 8 Sep 2015 16:15:32 +0300 Subject: [PATCH] [RN 7.0]fuel-bootstrap-image: support incomplete/broken mirrors Adds information that the master node must have an access to the Internet access or access to full Ubuntu and MOS mirrors. Change-Id: I28a3327deec6d1ab216dc3d45554c88811907885 Closes-Bug: #1486551 --- pages/release-notes/v7-0/new_features/ubuntu_bootstrap.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pages/release-notes/v7-0/new_features/ubuntu_bootstrap.rst b/pages/release-notes/v7-0/new_features/ubuntu_bootstrap.rst index d370d895e..c103acf2c 100644 --- a/pages/release-notes/v7-0/new_features/ubuntu_bootstrap.rst +++ b/pages/release-notes/v7-0/new_features/ubuntu_bootstrap.rst @@ -23,6 +23,12 @@ If you deploy an environment that uses bare-metal nodes with Ubuntu 14.04 bootstrap, check each node and manually reassign the networks to the correct interfaces. +.. note:: + To build an Ubuntu based bootstrap image, the Fuel Master node must + have an access to the Internet or at least access to the Ubuntu and + Mirantis OpenStack mirrors. See `LP1486551`_. + .. Links .. _`LP1487044`: https://bugs.launchpad.net/mos/+bug/1487044 +.. _`LP1486551`: https://bugs.launchpad.net/fuel/+bug/1486551