Hello
I’d like to self-service create tracks for all the OpenStack charms, and our support charms. It would appear that they have no guardrails at the moment, which is preventing creation:
curl https://api.charmhub.io/v1/charm/manila-generic/tracks -X POST -H'Content-type: application/json' -H "$CHARMHUB_MACAROON_HEADER" -d '[{"name": "2023.2"}]'
{"error-list":[{"code":"missing-guardrails","message":"Missing guardrails for requested ('charm', 'PpQygXZ7e5bLaz4u4fVhIXAGqPPYRtHN') package"}]}
For the OpenStack charms (listed below), the past format for a trackname was a “word” (e.g. wallaby, xena, victoria) and the new format is “YYYY.D” where “YYYY” is the year, and “D” is 1 or 2.
For our other support charms, it varies, but is usually a form of semver, or “\d+.\d+”, or the ubuntu distro codename.
Please could you let us have the most relaxed set of guardrails for the charms?
OpenStack charms are:
- aodh
- barbican
- barbican-vault
- ceilometer
- ceilometer-agent
- cinder
- cinder-backup
- cinder-backup-swift-proxy
- cinder-ceph
- cinder-lvm
- cinder-netapp
- cinder-nimblestorage
- cinder-purestorage
- cinder-solidfire
- cinder-three-par
- designate
- designate-bind
- glance
- glance-simplestreams-sync
- gnocchi
- heat
- ironic-api
- ironic-conductor
- ironic-dashboard
- keystone
- keystone-kerberos
- keystone-ldap
- keystone-openidc
- keystone-saml-mellon
- magnum
- magnum-dashboard
- manila
- manila-dashboard
- manila-ganesha
- manila-generic
- manila-netapp
- masakari
- masakari-monitors
- neutron-api
- neutron-api-plugin-arista
- neutron-api-plugin-ironic
- neutron-api-plugin-ovn
- neutron-gateway
- neutron-openvswitch
- nova-cell-controller
- nova-cloud-controller
- nova-compute
- nova-compute-nvidia-vgpu
- octavia
- octavia-dashboard
- octavia-diskimage-retrofit
- openstack-dashboard
- placement
- swift-proxy
- swift-storage
- watcher
- watcher-dashboard
Support charms are:
- discoveryserver
- hacluster
- magpie
- mysql-innodb-cluster
- mysql-router
- openidc-test-fixture
- openstack-loadbalancer
- pacemaker-remote
- percona-cluster
- rabbitmq-server
- vault
Thanks very much Cheers Alex.