Skip to content

feat: allow grove instances to be deployed regardless of USE_GROVE

Keith Grootboom requested to merge keith/grove-deployments into master

Description

Adds functionality to convert OpenEdxInstance's to GroveInstance's at the user's instruction. This will allow deploying both OpenStack and Grove instance's in the same install.

Supporting information

Testing instructions

Steps to test the changes:

  1. Log onto the Ocim staging.
  2. Create a new sandbox.
from instance.factories import instance_factory
instance = instance_factory(name="grove-deployment-test", sub_domain="grove-deployment-test")
  1. Convert it to a Grove instance by clicking the "Convert to Grove Instance" button.
  2. (Optional) Trigger the deployment.

Screenshots

grove-deployment

Checklist

If any of the items below is not applicable, do not remove them, but put a check in it.

  • Git commit history is clean
  • Git commits are following conventional-commit practices
  • Unit tests are added/updated
  • Integration tests are added/updated
  • End-to-end tests are added/updated
  • Documentation is added/updated
Edited by Keith Grootboom

Merge request reports