@@ -85,10 +85,10 @@ tasks:
85
85
86
86
export REDIS_ENABLED=false
87
87
export MONGODB_ENABLED=false
88
- export MINIO_DATA_ENABLED =false
89
- export MINIO_STATIC_ENABLED =false
88
+ export STORAGE_DATA_ENABLED =false
89
+ export STORAGE_STATIC_ENABLED =false
90
90
export POSTGRES_ENABLED=false
91
- export MINIO_STORAGE_QUOTA =auto
91
+ export OBJECT_STORAGE_QUOTA =auto
92
92
93
93
if {{.__redis}} || {{.__all}}
94
94
then
@@ -110,19 +110,19 @@ tasks:
110
110
fi
111
111
fi
112
112
113
- if {{.__minio }} || {{.__all}}
113
+ if {{.__storage }} || {{.__all}}
114
114
then
115
- if $NUVOLARIS_MINIO
115
+ if $NUVOLARIS_MINIO || $NUVOLARIS_COSI
116
116
then
117
- MINIO_DATA_ENABLED =true
118
- MINIO_STATIC_ENABLED =true
117
+ STORAGE_DATA_ENABLED =true
118
+ STORAGE_STATIC_ENABLED =true
119
119
else
120
- nuv -die "Error! Minio is not enabled in Nuvolaris"
120
+ nuv -die "Error! Onject Storage is not enabled in Nuvolaris"
121
121
fi
122
122
fi
123
123
124
124
if test -n "{{.__storagequota}}"
125
- then MINIO_STORAGE_QUOTA ={{.__storagequota}}
125
+ then OBJECT_STORAGE_QUOTA ={{.__storagequota}}
126
126
fi
127
127
128
128
if {{.__postgres}} || {{.__all}}
0 commit comments