diff options
author | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2020-01-24 11:58:07 +0100 |
---|---|---|
committer | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2020-01-29 17:12:32 +0100 |
commit | 73862e4ea030de857927c23f8f88263f8d3365e3 (patch) | |
tree | a5eedff78a1bfb13774f40ffdc4b496fdabda031 /bootstrap/vagrant-minimal-onap/README.rst | |
parent | dc298f1933c3bb4ac977c7c1362ce9eac78acb67 (diff) |
Modify minimal Vagrant environment resources
Previously allocated resources were underestimated. Devstack resources
will remain lowered until core ONAP instance is stabilized.
Issue-ID: ONAPARC-551
Change-Id: Id4eb6b2318b71b162f6a1ed6208482ebeb31fe5a
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
Diffstat (limited to 'bootstrap/vagrant-minimal-onap/README.rst')
-rw-r--r-- | bootstrap/vagrant-minimal-onap/README.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap/vagrant-minimal-onap/README.rst b/bootstrap/vagrant-minimal-onap/README.rst index 95f2ac1c1..370c37db9 100644 --- a/bootstrap/vagrant-minimal-onap/README.rst +++ b/bootstrap/vagrant-minimal-onap/README.rst @@ -31,13 +31,13 @@ Requirements +-------------+-----+-------+ | Operator | 1 | 1GiB | +-------------+-----+-------+ -| Devstack | 2 | 6GiB | +| Devstack | 1 | 4GiB | +-------------+-----+-------+ | K8s Control | 1 | 1GiB | +-------------+-----+-------+ -| K8s Worker | 2 | 12GiB | +| K8s Worker | 4 | 20GiB | +-------------+-----+-------+ -| TOTAL | 6 | 20GiB | +| TOTAL | 7 | 26GiB | +-------------+-----+-------+ Table above is based on current experience and may be subject to change. |