diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2018-06-15 21:40:47 +0200 |
---|---|---|
committer | Fatih Degirmenci <fdegir@gmail.com> | 2018-06-30 08:54:03 +0000 |
commit | d0fa134ee87de3f69c86dadd2d0c11a07570b9d6 (patch) | |
tree | 0e9ad20b6bf6321e9b3ff16c3f9eb92c193f04d3 /xci | |
parent | f6b2b8c16982b47570cadca36bce9c8906630776 (diff) |
Disable the flavor aio and set default flavor to mini
The flavor all-in-one (aio) hasn't been maintained well and
the stability of it is in question. This change disables the
flavor aio and sets the default flavor to mini.
It is important for XCI to enable the aio back in order to help
users who want to try XCI but don't have big enough machine to
go for bigger flavors. However, we need to verify all flavors
for acceptable user experience so the flavor can only be enabled
back once this happens.
Change-Id: I053c8fec78876dea71439f1f1bd737a105254ad4
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Diffstat (limited to 'xci')
-rwxr-xr-x | xci/config/user-vars | 2 | ||||
-rw-r--r-- | xci/opnfv-scenario-requirements.yml | 5 |
2 files changed, 1 insertions, 6 deletions
diff --git a/xci/config/user-vars b/xci/config/user-vars index 1554777d..1f30ec38 100755 --- a/xci/config/user-vars +++ b/xci/config/user-vars @@ -20,7 +20,7 @@ # or # export XCI_FLAVOR="ha" #------------------------------------------------------------------------------- -export XCI_FLAVOR=${XCI_FLAVOR:-aio} +export XCI_FLAVOR=${XCI_FLAVOR:-mini} export XCI_DISTRO=${XCI_DISTRO:-$(source /etc/os-release &>/dev/null || source /usr/lib/os-release &>/dev/null; echo ${ID,,})} export XCI_CEPH_ENABLED=${XCI_CEPH_ENABLED:-false} diff --git a/xci/opnfv-scenario-requirements.yml b/xci/opnfv-scenario-requirements.yml index 8688d3cc..a43127b5 100644 --- a/xci/opnfv-scenario-requirements.yml +++ b/xci/opnfv-scenario-requirements.yml @@ -84,7 +84,6 @@ installers: - installer: kubespray flavors: - - aio - ha - mini - noha @@ -101,7 +100,6 @@ installers: - installer: kubespray flavors: - - aio - ha - mini - noha @@ -118,7 +116,6 @@ installers: - installer: kubespray flavors: - - aio - ha - mini - noha @@ -135,7 +132,6 @@ installers: - installer: kubespray flavors: - - aio - ha - noha - mini @@ -152,7 +148,6 @@ installers: - installer: kubespray flavors: - - aio - ha - noha - mini |