ertis-research / opentwins

Innovative open-source platform that specializes in developing next-gen compositional digital twins
https://ertis-research.github.io/opentwins/
Apache License 2.0
154 stars 27 forks source link

Basic policy missing #20

Closed JelenaKovacc closed 2 months ago

JelenaKovacc commented 2 months ago

How to manually import basic policy for creating type/twin? I installed the latest version of Opentwins with Helm.

Thanks!

sergioinf commented 2 months ago

The basic policy should appear when you click on create twin/type and the Policy.

image

JelenaKovacc commented 2 months ago

When I want to choose policy, I get the following: (no options found) image

Also, on localhost:30526/api/policies there is nothing:

Screenshot_5-9-2024_13329_127 0 0 1

Few days ago pods were in running state, now mosquitto and telegraf have errors: image image

What should I do? Thanks!

JelenaKovacc commented 2 months ago

I figured it out - after-install jobs couldn't do their job because I didn't run commands as administrator. After that, everything looks ok, thanks!