-
It would be helpful to have a `maas_tls` resource to enable TLS communications for the MAAS API. Currently, this is achieved using the command:
`sudo maas config-tls enable $key $cert --port YYYY`
…
-
### Self Checks
- [X] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general).
- [X] I have s…
-
This morning a close-to-production cluster fell over after snap's auto-refresh "feature" failed on 3 of 4 worker nodes - looks like it hanged at the `Copy snap "microk8s" data` step. microk8s could be…
eug48 updated
1 month ago
-
Hi,
Because of the [recently detected bug in libjuju](https://github.com/juju/python-libjuju/issues/1055) execution time of `wait_for_idle` grows linearly depending on number of `apps` to wait.
…
-
Hi,
I've suggested from multipass thread in this link : https://github.com/canonical/multipass/issues/3528
The problem is when calling ``multipass list``, the error appears.
Several method tha…
-
### Self Checks
- [X] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general).
- [X] I hav…
-
# Required information
* Distribution: Ubuntu
* Distribution version: 22.04 (in development)
* The output of "lxc info":
```
config:
core.https_address: '[::]'
images.auto_update_inter…
-
## What
When attempting to create a new interface via `maas.maas.network_interface_physical`, the following error is thrown but the interface is created within MaaS.
```
An exception occurred d…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain.js documentation with the integrated search.
- [X] I used the GitHub search to fin…
jarib updated
2 months ago
-
If I use `oncreate = false` I get error `deprecated, use vm_state instead` but `vm_state` doesn't work as replacement for `oncreate`
If I use `vm_state = stopped` the VM will be stopped every time …