-
This issue is designed to collect tasks that should be done prior to the next major release. They are split up by breaking and non-breaking changes; the breaking changes are strictly required, while t…
-
@ellisonbg's enhancements with Makefile and consolidating the configuration parameters to essentially one file greatly simplifies the installation process.
- [ ] Migrate `Makefile`
- [ ] Migrate e…
-
What is the state of this project?
Do you still recommend this setup, or did you switch back to development without docker?
-
I'm trying to run `molecule-vagrant` in my project but I get this error: `ModuleNotFoundError: No module named 'molecule'`.
I'm using:
```
$ python -V
Python 3.8.9
```
The installed packages…
-
The testbed currently has its own prometheus rules in `environments/kolla/files/overlays/prometheus`. These rules are not synced with the rules provided in [kolla-operations](https://github.com/osism/…
-
Hey guys, I'm trying to use the cookiecutter to generate a code base for my k8s + Helm project.
Helm uses "go templates" that has the same syntax like jinja templates, it causes conflicts, so I came …
-
Ubuntu 22.04 LTS is the latest AMI on AWS. Vagrant setup should be upgraded so that ansible deployments can be tested on vagrant without much parity with AWS.
-
**Action:** Invoke "molecule destroy" for the first time
**Expected behavior:** "molecule destroy" finds no EC2 instance to destroy, and returns success
**Observed behavor:** "molecule destroy" …
-
# Proposal:
*Author*: James Tanner @jctanner IRC: jtanner
*Date*: 2017/01/26
- Status: New
- Proposal type: new script
- Targeted Release: future ...
- Associated PR: N/A
- Estimated…
-
# Description
Attempt to install and run unit-test
The software installs without error, following the documentation - trying to run the test, it fails with the following error:
```
root@5f14…