-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
devfile/registry-support
#59Labels
area/registryDevfile registry for stacks and infrastructureDevfile registry for stacks and infrastructure
Description
Is your feature request related to a problem? Please describe.
As the initial registry library PR has been merged, we need to consider how to test the registry on the OpenShift CI. Currently at least we need to test the registry library, but we may need to test more scenarios for registry testing.
Describe the solution you'd like
The registry testing should includes the following steps:
- Login to a cluster (k8s/OpenShift) and create a new namespace for testing
- Deploy the registry, currently we have three ways to deploy the registry and we need to test all of them
- Install registry operator then use the registry operator to deploy the registry (instruction)
- Use helm chart to deploy the registry (instruction will be updated after this PR is merged)
- Use OpenShift template to deploy the registry (instruction will be updated after this PR is merged)
- Test registry library against the registry
- Delete registry, registry operator and the namespace for testing (Note: registry operator will be installed on
registry-operator-system
namespace, we may need to delete theregistry-operator-system
namespace as well)
johnmcollier
Metadata
Metadata
Assignees
Labels
area/registryDevfile registry for stacks and infrastructureDevfile registry for stacks and infrastructure