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

[PLUGIN: ORCHESTRATOR] Getting issues while onboarding this plugin in backstage app #1698

Open
Alok650 opened this issue May 21, 2024 · 1 comment

Comments

@Alok650
Copy link

Alok650 commented May 21, 2024

Hi guys,
I am trying to integrate the orchestrator plugin in my backstage app. I have onboarded it, but am getting logs about connection refused. I have followed the Readme of the plugin to integrate. The error message I am getting:

[1] 2024-05-21T13:18:41.218Z orchestrator debug Get workflow service urls result: {"operation":{"key":-10725952659,"query":{"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"ProcessDefinitions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"serviceUrl"}}]}}]}}],"loc":{"start":0,"end":52,"source":{"body":"{\n  ProcessDefinitions {\n    id\n    serviceUrl\n  }\n}","name":"gql","locationOffset":{"line":1,"column":1}}},"__key":-10725952659},"variables":{},"kind":"query","context":{"url":"http://localhost:8080/graphql","requestPolicy":"cache-first","suspense":false}},"error":{"name":"CombinedError","graphQLErrors":[],"networkError":{"cause":{"errno":-61,"code":"ECONNREFUSED","syscall":"connect","address":"::1","port":8080}}},"hasNext":false,"stale":false} type=plugin
[1] 2024-05-21T13:18:41.219Z orchestrator error Error fetching workflow service urls [Network] fetch failed type=plugin
[1] 2024-05-21T13:18:41.219Z orchestrator error Error running task__Orchestrator__WorkflowCacheService: [Network] fetch failed type=plugin

my app-config.yaml configs for the plugin:

orchestrator:
  sonataFlowService:
    baseUrl: http://localhost
    port: 8080
    autoStart: true
    workflowsSource:
      gitRepositoryUrl: https://github.com/parodos-dev/backstage-orchestrator-workflows
      localPath: /tmp/orchestrator/repository
  dataIndexService:
    url: http://localhost:8080

I need to change the gitRepositoryUrl to keep my workflows. Also I have confusion regarding onboarding a new workflow in this plugin (currently the workflows on UI are empty). The new workflow I need to onboard needs to create a maker-checker (approval) mechanism using SAAS tools like JIRA tickets.

@rhdh-bot
Copy link
Collaborator

rhdh-bot commented Sep 3, 2024

This issue has been closed due to the fact that the Janus community is being sunset.

For future plugin issues, please use https://github.com/backstage/community-plugins/issues

For future showcase issues, please use https://issues.redhat.com/browse/RHIDP

For more information on the sunset, see:

https://janus-idp.io/blog/2024/07/05/future-of-janus-community
https://issues.redhat.com/browse/RHIDP-3690
https://issues.redhat.com/browse/RHIDP-1018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants