QUEUES is not configured #154
Unanswered
lheringer-bt
asked this question in
Bug Report
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone, I'm following the installation guide for AWS https://cloudforet.io/docs/setup_operation/installation/aws/ and after installing using the command below:
helm install cloudforet cloudforet/spaceone -n spaceone
the identity-worker is not able to start with the following error:
2026-05-01T00:31:18.703Z [DEBUG] (__init__.py:149) Create MongoDB Connection: default 2026-05-01T00:31:18.729Z [DEBUG] (__init__.py:173) Create MongoDB Indexes (Domain Model: 2 Indexes) 2026-05-01T00:31:18.756Z [DEBUG] (__init__.py:173) Create MongoDB Indexes (DomainSecret Model: 2 Indexes) 2026-05-01T00:31:18.758Z [DEBUG] (__init__.py:173) Create MongoDB Indexes (ExternalAuth Model: 1 Indexes) 2026-05-01T00:31:18.760Z [DEBUG] (__init__.py:173) Create MongoDB Indexes (Workspace Model: 3 Indexes) 2026-05-01T00:31:18.763Z [DEBUG] (__init__.py:173) Create MongoDB Indexes (ProjectGroup Model: 4 Indexes) 2026-05-01T00:31:18.766Z [DEBUG] (__init__.py:173) Create MongoDB Indexes (Project Model: 7 Indexes) 2026-05-01T00:31:18.772Z [DEBUG] (__init__.py:173) Create MongoDB Indexes (Provider Model: 4 Indexes) 2026-05-01T00:31:18.777Z [DEBUG] (__init__.py:173) Create MongoDB Indexes (Schema Model: 7 Indexes) 2026-05-01T00:31:18.783Z [DEBUG] (__init__.py:173) Create MongoDB Indexes (TrustedAccount Model: 8 Indexes) 2026-05-01T00:31:18.790Z [DEBUG] (__init__.py:173) Create MongoDB Indexes (ServiceAccount Model: 10 Indexes) 2026-05-01T00:31:18.799Z [DEBUG] (__init__.py:173) Create MongoDB Indexes (Role Model: 4 Indexes) 2026-05-01T00:31:18.803Z [DEBUG] (__init__.py:173) Create MongoDB Indexes (RoleBinding Model: 7 Indexes) 2026-05-01T00:31:18.809Z [DEBUG] (__init__.py:173) Create MongoDB Indexes (User Model: 6 Indexes) 2026-05-01T00:31:18.815Z [DEBUG] (__init__.py:173) Create MongoDB Indexes (UserGroup Model: 4 Indexes) 2026-05-01T00:31:18.819Z [DEBUG] (__init__.py:173) Create MongoDB Indexes (App Model: 8 Indexes) 2026-05-01T00:31:18.825Z [ERROR] (server.py:23) QUEUES is not configured Traceback (most recent call last): File "/usr/local/bin/spaceone", line 33, in <module> sys.exit(load_entry_point('spaceone-core==2.0.76', 'console_scripts', 'spaceone')()) File "/usr/local/lib/python3.8/site-packages/click/core.py", line 1157, in __call__ return self.main(*args, **kwargs) File "/usr/local/lib/python3.8/site-packages/click/core.py", line 1078, in main rv = self.invoke(ctx) File "/usr/local/lib/python3.8/site-packages/click/core.py", line 1688, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/usr/local/lib/python3.8/site-packages/click/core.py", line 1688, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/usr/local/lib/python3.8/site-packages/click/core.py", line 1434, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/local/lib/python3.8/site-packages/click/core.py", line 783, in invoke return __callback(*args, **kwargs) File "/usr/local/lib/python3.8/site-packages/spaceone/core/command.py", line 114, in scheduler scheduler_v1.serve() File "/usr/local/lib/python3.8/site-packages/spaceone/core/scheduler/server.py", line 110, in serve server.start() File "/usr/local/lib/python3.8/site-packages/spaceone/core/scheduler/server.py", line 26, in start self.queues = self.config['QUEUES'] KeyError: 'QUEUES'Any help would be appreciated.
All reactions