Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove manila-ganesha train recipes #58

Merged
merged 1 commit into from
Jul 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 84 additions & 0 deletions charmed_openstack_info/data/lp-builder-config/openstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,90 @@ projects:
charmhub: manila-ganesha
launchpad: charm-manila-ganesha
repository: https://opendev.org/openstack/charm-manila-ganesha.git
branches:
master:
build-channels:
charmcraft: "3.x/beta"
channels:
- latest/edge
bases:
- "24.04"
stable/ussuri:
enabled: True
build-channels:
charmcraft: "1.5/stable"
channels:
- ussuri/stable
bases:
- "20.04"
stable/victoria:
enabled: True
build-channels:
charmcraft: "1.5/stable"
channels:
- victoria/stable
bases:
- "20.04"
stable/wallaby:
enabled: True
build-channels:
charmcraft: "1.5/stable"
channels:
- wallaby/stable
bases:
- "20.04"
stable/xena:
enabled: True
build-channels:
charmcraft: "1.5/stable"
channels:
- xena/stable
bases:
- "20.04"
stable/yoga:
enabled: True
build-channels:
charmcraft: "1.5/stable"
channels:
- yoga/stable
bases:
- "20.04"
- "22.04"
stable/zed:
enabled: True
build-channels:
charmcraft: "2.1/stable"
channels:
- zed/stable
bases:
- "22.04"
- "22.10"
stable/2023.1:
enabled: True
build-channels:
charmcraft: "2.1/stable"
channels:
- 2023.1/stable
bases:
- "22.04"
- "23.04"
stable/2023.2:
enabled: True
build-channels:
charmcraft: "2.x/candidate"
channels:
- 2023.2/stable
bases:
- "22.04"
- "23.10"
stable/2024.1:
enabled: True
build-channels:
charmcraft: "2.x/candidate"
channels:
- 2024.1/candidate
bases:
- "22.04"

- name: OpenStack Masakari Charm
charmhub: masakari
Expand Down
Loading