Describe the bug
The Cassandra migration image does not include the nvct_api and nvcf_autoscaler schema migrations even though both keyspaces are listed in the migration schema inventory and required by the self-managed stack. The migration job can complete successfully while leaving those keyspaces absent.
Steps or code to reproduce bug
- Build the Cassandra migration image from the GitHub repository.
- Run it against a fresh supported Cassandra deployment.
- Inspect the created keyspaces.
The nvct_api and nvcf_autoscaler keyspaces are not created.
Expected behavior
The migration image includes and applies all schemas listed in migrations/cassandra/keyspaces/README.md, including nvct_api and nvcf_autoscaler. CI should fail if an inventory entry is missing its required migration files.
Additional context
This affects fresh self-managed installations that rely on the published migration image.
By submitting this issue, you agree to follow our code of conduct and our contributing guidelines.
Describe the bug
The Cassandra migration image does not include the
nvct_apiandnvcf_autoscalerschema migrations even though both keyspaces are listed in the migration schema inventory and required by the self-managed stack. The migration job can complete successfully while leaving those keyspaces absent.Steps or code to reproduce bug
The
nvct_apiandnvcf_autoscalerkeyspaces are not created.Expected behavior
The migration image includes and applies all schemas listed in
migrations/cassandra/keyspaces/README.md, includingnvct_apiandnvcf_autoscaler. CI should fail if an inventory entry is missing its required migration files.Additional context
This affects fresh self-managed installations that rely on the published migration image.
By submitting this issue, you agree to follow our code of conduct and our contributing guidelines.