From 8d904c23542aebe619bc5125afd714465d745488 Mon Sep 17 00:00:00 2001 From: Hemachandra Reddy Date: Fri, 12 Mar 2021 17:12:29 -0600 Subject: [PATCH] Increase required disk size to 80GB The existing recommendation of 60GB disk space is not enough to configure all-in-one airshitpctl. It is not easy to expand disk space in virtual box and other envivonrments and developer needs to recreate the environment from scratch again. Change-Id: Ifdb260e443647eb4dc942674ee495c9790e28fe6 --- docs/source/developers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/developers.md b/docs/source/developers.md index 51f1937d9..87ad7be48 100644 --- a/docs/source/developers.md +++ b/docs/source/developers.md @@ -194,7 +194,7 @@ and verify all control pods. Pre-requisites: Make sure the following conditions are met: 1. Nested Virtualization enabled on the Host -2. A Virtual Machine with 20 GB RAM, 4 vCPU and 60GB Disk and Ubuntu 18.04 Installed. +2. A Virtual Machine with 20 GB RAM, 4 vCPU and 80GB Disk and Ubuntu 18.04 Installed. 3. Clone the following repo - - git clone https://opendev.org/airship/airshipctl.git 4. Install necessary packages and pre deployment setup