From a1a8d5635392aa668c5e23cc9b6d3817bbdecd1d Mon Sep 17 00:00:00 2001 From: Maksim Malchuk Date: Tue, 23 Feb 2016 16:57:31 +0300 Subject: [PATCH] Repository cleanup after virtualbox scripts removed Virtualbox scripts have been moved to a separate git repository https://review.openstack.org/#/c/279074/ Change-Id: Ic0965f26fb43c542161a2eb8d1264eff80ed1f77 Closes-Bug: #1549114 --- .gitignore | 1 - docs/buildsystem.rst | 14 -------------- docs/develop/ostf_contributors_guide.rst | 2 +- 3 files changed, 1 insertion(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index d832634f8f..945a868063 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,6 @@ build dist /local_mirror -/virtualbox/iso/*.iso nosetests.xml nailgun.log lock diff --git a/docs/buildsystem.rst b/docs/buildsystem.rst index 8041ea90f1..cd59c5f414 100644 --- a/docs/buildsystem.rst +++ b/docs/buildsystem.rst @@ -139,12 +139,6 @@ pieces of Fuel build system: * **iso** - contains **make** scripts for building Fuel ISO file. -**Fuel-main** also contains a set of directories which are not directly -related to Fuel build processes: - -* **virtualbox** - contains a set of shell scripts - which allow one to deploy Fuel demo lab easily using VirtualBox. - .. _build-targets: @@ -208,14 +202,6 @@ They are defined in **config.mk** file: just ISO name. By default, it is **$(ARTS_DIR)/$(ISO_NAME).iso**. -* **VBOX_SCRIPTS_NAME** - defines the name of the archive with - VirtualBox scripts. - By default, it is placed into **$(VBOX_SCRIPTS_NAME).zip**. - -* **VBOX_SCRIPTS_PATH** - defines full path for - VirtualBox scripts archive. - By default, it is **$(ARTS_DIR)/$(VBOX_SCRIPTS_NAME).zip** - * Fuel ISO contains some default settings for the Fuel Master node. These settings can be customized during Fuel Master node installation. diff --git a/docs/develop/ostf_contributors_guide.rst b/docs/develop/ostf_contributors_guide.rst index 8724c58c83..0798e0418a 100644 --- a/docs/develop/ostf_contributors_guide.rst +++ b/docs/develop/ostf_contributors_guide.rst @@ -145,7 +145,7 @@ How to execute my tests? Simplest way is to install Fuel, and OSTF will be installed as part of it. - install virtualbox - build Fuel ISO: :ref:`building-fuel-iso` - - use `virtualbox scripts to run an ISO `_ + - use `virtualbox scripts to run an ISO `_ - once the installation is finished, go to Fuel UI (usually it's 10.20.0.2:8000) and create a new cluster with necessary configuration - execute::