chore: Set openstack version Zed (#310)

* chore: Set openstack version Zed

* Update chart versions

* Fixes after e2e test

- Add python-binary-memcached as default pip package (required for oslo_cache.memcache_pool backend)
- install nova first then neutron because network creation requires az creation first by nova helmrelease
- update registry url for some images

* Update charts

Apply horizon patch for mysqlclient version upgrade

* Add neutron patchset to add placement auth config

* Add neutron patch and set nova-ssh tag as latest

* Update horizon chart

---------

Co-authored-by: okozachenko1203 <okozachenko1203@users.noreply.github.com>
156 files changed
tree: 2cf53d33834af07b7808f86fe91aee0dc0f4a617
  1. .github/
  2. charts/
  3. cmd/
  4. docs/
  5. hack/
  6. images/
  7. internal/
  8. meta/
  9. molecule/
  10. playbooks/
  11. plugins/
  12. roles/
  13. tests/
  14. .ansible-lint
  15. .coveragerc
  16. .flake8
  17. .gitignore
  18. .markdownlint.yaml
  19. .pre-commit-config.yaml
  20. .python-version
  21. .release-please-manifest.json
  22. CHANGELOG.md
  23. galaxy.yml
  24. go.mod
  25. go.sum
  26. mkdocs.yml
  27. poetry.lock
  28. pyproject.toml
  29. README.md
  30. release-please-config.json
README.md

Atmosphere

Contributing

You'll need to make sure that you have pre-commit setup and installed in your environment by running these commands:

pre-commit install --hook-type commit-msg