Marian Gasparovic

Results 5 issues of Marian Gasparovic

Another quality of life improvement Datasource created from tag import, which would contain a map of ids and hostnames of machines having the given tag.

enhancement
triaged

As discussed with @skatsaounis something like this would be handy ``` resource "maas_tag" "foundation_nodes" { name = "foundation-nodes" } data "maas_machine" "machines" { for_each = maas_tag.foundation_nodes.machines } ``` Currently it...

enhancement
triaged

## Summary https://maas.io/docs/how-to-manage-vm-hosts#heading--adding-a-vm-host contain great details about adding a LXD host to MAAS in UI section. However CLI section is missing the part covering creating certificate in MAAS and make...

## Summary 404 page ## Process Adding LXD host via GUI, there is a link [How to trust a certificate in LXD](https://discourse.maas.io/t/lxd-authentication/4856) It leads to MAAS Discourse topic which further...

# Issue report ## What version of MicroCeph are you using ? reef/beta with sunbeam 2024.1/beta ## What are the steps to reproduce this issue ? Enable several features in...

question