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

[openshift plugin] test service related commands #13412

Closed
5 tasks done
azatsarynnyy opened this issue May 23, 2019 · 2 comments
Closed
5 tasks done

[openshift plugin] test service related commands #13412

azatsarynnyy opened this issue May 23, 2019 · 2 comments
Assignees
Labels
area/plugin-port Issues related to the port plugin kind/task Internal things, technical debt, and to-do tasks to be performed. sprint/next
Milestone

Comments

@azatsarynnyy
Copy link
Member

azatsarynnyy commented May 23, 2019

OpenShift Connector Che Plugin provides several commands to work with OpenShift Services:

  • New Service
  • Link Service
  • Describe Service
  • Delete Service

When creating a new service with New Service command the following error is reporting in a notification:
✗ unable to list services because Service Catalog is not enabled in your cluster: unable to get cluster serviceClassExternalName: unable to get cluster service classes: unable to list cluster service classes: the server could not find the requested resource (get clusterserviceclasses.servicecatalog.k8s.io)

The goals of this issue are:

  • investigate how to install Service Catalog in OpenShift cluster
  • test New Service command
  • test Link Service command
  • test Describe Service command
  • test Delete Service command

If some of the commands don't work correctly need to create follow-up issues.

@azatsarynnyy azatsarynnyy added kind/task Internal things, technical debt, and to-do tasks to be performed. team/ide labels May 23, 2019
@azatsarynnyy azatsarynnyy self-assigned this May 23, 2019
@vparfonov vparfonov added the area/plugin-port Issues related to the port plugin label Aug 15, 2019
@vparfonov vparfonov added this to the 7.1.0 milestone Aug 15, 2019
@azatsarynnyy
Copy link
Member Author

The commands are work well.
Tested after adding the components:

$ minishift openshift component add service-catalog
$ minishift openshift component add automation-service-broker
$ minishift openshift component add template-service-broker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/plugin-port Issues related to the port plugin kind/task Internal things, technical debt, and to-do tasks to be performed. sprint/next
Projects
None yet
Development

No branches or pull requests

2 participants