diff --git a/artifacts/attributes.adoc b/artifacts/attributes.adoc index 414f2057ec..7cd851e0a4 100644 --- a/artifacts/attributes.adoc +++ b/artifacts/attributes.adoc @@ -46,6 +46,7 @@ :rhsso: RHSSO :rhbk-brand-name: Red Hat Build of Keycloak :rhbk: RHBK +:keycloak-version: 24.0 // RHTAP information :rhtap-version: 1.3 diff --git a/artifacts/rhdh-plugins-reference/acr/acr-install-dynamic-plugin.adoc b/artifacts/rhdh-plugins-reference/acr/acr-install-dynamic-plugin.adoc index 0a07ccf2ba..161bb95372 100644 --- a/artifacts/rhdh-plugins-reference/acr/acr-install-dynamic-plugin.adoc +++ b/artifacts/rhdh-plugins-reference/acr/acr-install-dynamic-plugin.adoc @@ -8,7 +8,7 @@ global: includes: - dynamic-plugins.default.yaml plugins: - - package: ./dynamic-plugins/dist/janus-idp-backstage-plugin-acr + - package: ./dynamic-plugins/dist/backstage-community-plugin-acr disabled: false ---- diff --git a/artifacts/rhdh-plugins-reference/jfrog-artifactory/jfrog-install-dynamic-plugin.adoc b/artifacts/rhdh-plugins-reference/jfrog-artifactory/jfrog-install-dynamic-plugin.adoc index aba107f535..0fef84e677 100644 --- a/artifacts/rhdh-plugins-reference/jfrog-artifactory/jfrog-install-dynamic-plugin.adoc +++ b/artifacts/rhdh-plugins-reference/jfrog-artifactory/jfrog-install-dynamic-plugin.adoc @@ -8,7 +8,7 @@ global: includes: - dynamic-plugins.default.yaml plugins: - - package: ./dynamic-plugins/dist/janus-idp-backstage-plugin-jfrog-artifactory + - package: ./dynamic-plugins/dist/backstage-community-plugin-jfrog-artifactory disabled: false ---- diff --git a/artifacts/rhdh-plugins-reference/keycloak/keycloak-plugin-admin.adoc b/artifacts/rhdh-plugins-reference/keycloak/keycloak-plugin-admin.adoc index dd4176106f..4509095781 100644 --- a/artifacts/rhdh-plugins-reference/keycloak/keycloak-plugin-admin.adoc +++ b/artifacts/rhdh-plugins-reference/keycloak/keycloak-plugin-admin.adoc @@ -22,7 +22,7 @@ global: includes: - dynamic-plugins.default.yaml plugins: - - package: ./dynamic-plugins/dist/janus-idp-backstage-plugin-keycloak-backend-dynamic + - package: ./dynamic-plugins/dist/backstage-community-plugin-catalog-backend-module-keycloak-dynamic disabled: false ---- diff --git a/artifacts/rhdh-plugins-reference/keycloak/keycloak-plugin-readme.adoc b/artifacts/rhdh-plugins-reference/keycloak/keycloak-plugin-readme.adoc index 0a3cf588ad..e3ed73fd2a 100644 --- a/artifacts/rhdh-plugins-reference/keycloak/keycloak-plugin-readme.adoc +++ b/artifacts/rhdh-plugins-reference/keycloak/keycloak-plugin-readme.adoc @@ -19,7 +19,7 @@ global: includes: - dynamic-plugins.default.yaml plugins: - - package: ./dynamic-plugins/dist/janus-idp-backstage-plugin-keycloak-backend-dynamic + - package: ./dynamic-plugins/dist/backstage-community-plugin-catalog-backend-module-keycloak-dynamic disabled: false ---- diff --git a/artifacts/rhdh-plugins-reference/nexus-repository-manager/nexus-repository-manager-install-dynamic-plugin.adoc b/artifacts/rhdh-plugins-reference/nexus-repository-manager/nexus-repository-manager-install-dynamic-plugin.adoc index 97af95a3d5..c0183de9bf 100644 --- a/artifacts/rhdh-plugins-reference/nexus-repository-manager/nexus-repository-manager-install-dynamic-plugin.adoc +++ b/artifacts/rhdh-plugins-reference/nexus-repository-manager/nexus-repository-manager-install-dynamic-plugin.adoc @@ -7,7 +7,7 @@ global: includes: - dynamic-plugins.default.yaml plugins: - - package: ./dynamic-plugins/dist/janus-idp-backstage-plugin-nexus-repository-manager + - package: ./dynamic-plugins/dist/backstage-community-plugin-nexus-repository-manager disabled: false ---- diff --git a/artifacts/rhdh-plugins-reference/nexus-repository-manager/nexus-repository-manager-plugin-admin.adoc b/artifacts/rhdh-plugins-reference/nexus-repository-manager/nexus-repository-manager-plugin-admin.adoc index 605e414994..7fc3be51a5 100644 --- a/artifacts/rhdh-plugins-reference/nexus-repository-manager/nexus-repository-manager-plugin-admin.adoc +++ b/artifacts/rhdh-plugins-reference/nexus-repository-manager/nexus-repository-manager-plugin-admin.adoc @@ -24,7 +24,7 @@ global: includes: - dynamic-plugins.default.yaml plugins: - - package: ./dynamic-plugins/dist/janus-idp-backstage-plugin-nexus-repository-manager + - package: ./dynamic-plugins/dist/backstage-community-plugin-nexus-repository-manager disabled: false ---- diff --git a/artifacts/rhdh-plugins-reference/nexus-repository-manager/nexus-repository-manager-plugin-readme.adoc b/artifacts/rhdh-plugins-reference/nexus-repository-manager/nexus-repository-manager-plugin-readme.adoc index 46f67acf1b..5a82cfb7fc 100644 --- a/artifacts/rhdh-plugins-reference/nexus-repository-manager/nexus-repository-manager-plugin-readme.adoc +++ b/artifacts/rhdh-plugins-reference/nexus-repository-manager/nexus-repository-manager-plugin-readme.adoc @@ -27,7 +27,7 @@ global: includes: - dynamic-plugins.default.yaml plugins: - - package: ./dynamic-plugins/dist/janus-idp-backstage-plugin-nexus-repository-manager + - package: ./dynamic-plugins/dist/backstage-community-plugin-nexus-repository-manager disabled: false ---- diff --git a/artifacts/rhdh-plugins-reference/ocm/ocm-backend-plugin-readme.adoc b/artifacts/rhdh-plugins-reference/ocm/ocm-backend-plugin-readme.adoc index 74a63c1ade..03bbb53777 100644 --- a/artifacts/rhdh-plugins-reference/ocm/ocm-backend-plugin-readme.adoc +++ b/artifacts/rhdh-plugins-reference/ocm/ocm-backend-plugin-readme.adoc @@ -2,4 +2,4 @@ The Open Cluster Management (OCM) plugin integrates your Backstage instance with OCM. -For more information about OCM plugin, see the https://github.com/janus-idp/backstage-plugins/tree/main/plugins/ocm[Open Cluster Management plugin documentation] on GitHub. +For more information about OCM plugin, see the https://github.com/backstage/community-plugins/tree/main/workspaces/ocm/plugins/ocm[Open Cluster Management plugin documentation] on GitHub. \ No newline at end of file diff --git a/artifacts/rhdh-plugins-reference/ocm/ocm-common-plugin-readme.adoc b/artifacts/rhdh-plugins-reference/ocm/ocm-common-plugin-readme.adoc index 74a63c1ade..5629290418 100644 --- a/artifacts/rhdh-plugins-reference/ocm/ocm-common-plugin-readme.adoc +++ b/artifacts/rhdh-plugins-reference/ocm/ocm-common-plugin-readme.adoc @@ -2,4 +2,4 @@ The Open Cluster Management (OCM) plugin integrates your Backstage instance with OCM. -For more information about OCM plugin, see the https://github.com/janus-idp/backstage-plugins/tree/main/plugins/ocm[Open Cluster Management plugin documentation] on GitHub. +For more information about OCM plugin, see the https://github.com/backstage/community-plugins/tree/main/workspaces/ocm/plugins/ocm[Open Cluster Management plugin documentation] on GitHub. diff --git a/artifacts/rhdh-plugins-reference/quay/quay-install-dynamic-plugin.adoc b/artifacts/rhdh-plugins-reference/quay/quay-install-dynamic-plugin.adoc index 7c26e4a40f..53150bf4f5 100644 --- a/artifacts/rhdh-plugins-reference/quay/quay-install-dynamic-plugin.adoc +++ b/artifacts/rhdh-plugins-reference/quay/quay-install-dynamic-plugin.adoc @@ -8,7 +8,7 @@ global: includes: - dynamic-plugins.default.yaml plugins: - - package: ./dynamic-plugins/dist/janus-idp-backstage-plugin-quay + - package: ./dynamic-plugins/dist/backstage-community-plugin-quay disabled: false ---- diff --git a/artifacts/rhdh-plugins-reference/tekton/tekton-install-dynamic-plugin.adoc b/artifacts/rhdh-plugins-reference/tekton/tekton-install-dynamic-plugin.adoc index 4b876988ee..f13b4ec202 100644 --- a/artifacts/rhdh-plugins-reference/tekton/tekton-install-dynamic-plugin.adoc +++ b/artifacts/rhdh-plugins-reference/tekton/tekton-install-dynamic-plugin.adoc @@ -8,6 +8,6 @@ global: includes: - dynamic-plugins.default.yaml plugins: - - package: ./dynamic-plugins/dist/janus-idp-backstage-plugin-tekton + - package: ./dynamic-plugins/dist/backstage-community-plugin-tekton disabled: false ---- diff --git a/artifacts/rhdh-plugins-reference/tekton/tekton-plugin-admin.adoc b/artifacts/rhdh-plugins-reference/tekton/tekton-plugin-admin.adoc index 2e5d8bba25..550252162d 100644 --- a/artifacts/rhdh-plugins-reference/tekton/tekton-plugin-admin.adoc +++ b/artifacts/rhdh-plugins-reference/tekton/tekton-plugin-admin.adoc @@ -137,7 +137,7 @@ global: includes: - dynamic-plugins.default.yaml plugins: - - package: ./dynamic-plugins/dist/janus-idp-backstage-plugin-tekton + - package: ./dynamic-plugins/dist/backstage-community-plugin-tekton disabled: false ---- -- \ No newline at end of file diff --git a/artifacts/rhdh-plugins-reference/tekton/tekton-plugin-readme.adoc b/artifacts/rhdh-plugins-reference/tekton/tekton-plugin-readme.adoc index 010180df3b..e35031cfaf 100644 --- a/artifacts/rhdh-plugins-reference/tekton/tekton-plugin-readme.adoc +++ b/artifacts/rhdh-plugins-reference/tekton/tekton-plugin-readme.adoc @@ -139,7 +139,7 @@ global: includes: - dynamic-plugins.default.yaml plugins: - - package: ./dynamic-plugins/dist/janus-idp-backstage-plugin-tekton + - package: ./dynamic-plugins/dist/backstage-community-plugin-tekton disabled: false ---- -- diff --git a/artifacts/rhdh-plugins-reference/topology/topology-install-dynamic-plugin.adoc b/artifacts/rhdh-plugins-reference/topology/topology-install-dynamic-plugin.adoc index 243b78b9a5..1a5c69f1c8 100644 --- a/artifacts/rhdh-plugins-reference/topology/topology-install-dynamic-plugin.adoc +++ b/artifacts/rhdh-plugins-reference/topology/topology-install-dynamic-plugin.adoc @@ -8,7 +8,7 @@ global: includes: - dynamic-plugins.default.yaml plugins: - - package: ./dynamic-plugins/dist/janus-idp-backstage-plugin-topology + - package: ./dynamic-plugins/dist/backstage-community-plugin-topology disabled: false ---- diff --git a/artifacts/rhdh-plugins-reference/topology/topology-plugin-readme.adoc b/artifacts/rhdh-plugins-reference/topology/topology-plugin-readme.adoc index 57662a8897..fae1d16efe 100644 --- a/artifacts/rhdh-plugins-reference/topology/topology-plugin-readme.adoc +++ b/artifacts/rhdh-plugins-reference/topology/topology-plugin-readme.adoc @@ -187,7 +187,7 @@ You can also add the `app.openshift.io/edit-url` annotation that you want to acc [TIP] ==== -You can use the https://raw.githubusercontent.com/janus-idp/backstage-plugins/main/plugins/topology/manifests/clusterrole.yaml[prepared manifest for a read-only `ClusterRole`], which provides access for both Kubernetes and Topology plugin. +You can use the https://raw.githubusercontent.com/backstage/community-plugins/main/workspaces/topology/plugins/topology/manifests/clusterrole.yaml[prepared manifest for a read-only `ClusterRole`], which provides access for both Kubernetes and Topology plugin. ==== -- diff --git a/modules/authentication/proc-creating-a-custom-transformer-to-provision-users-from-rhbk-to-the-software-catalog.adoc b/modules/authentication/proc-creating-a-custom-transformer-to-provision-users-from-rhbk-to-the-software-catalog.adoc index 272b7d8a91..e1d77adf3e 100644 --- a/modules/authentication/proc-creating-a-custom-transformer-to-provision-users-from-rhbk-to-the-software-catalog.adoc +++ b/modules/authentication/proc-creating-a-custom-transformer-to-provision-users-from-rhbk-to-the-software-catalog.adoc @@ -21,7 +21,7 @@ import { GroupTransformer, keycloakTransformerExtensionPoint, UserTransformer, -} from '@janus-idp/backstage-plugin-keycloak-backend'; +} from '@backstage-community/plugin-catalog-backend-module-keycloak'; const customGroupTransformer: GroupTransformer = async ( entity, // entity output from default parser diff --git a/modules/authorization/proc-download-user-stats-rhdh.adoc b/modules/authorization/proc-download-user-stats-rhdh.adoc index 79a783df7f..a85da07d39 100644 --- a/modules/authorization/proc-download-user-stats-rhdh.adoc +++ b/modules/authorization/proc-download-user-stats-rhdh.adoc @@ -5,7 +5,7 @@ You can download the list of users in CSV format using the {product-short} web i .Prerequisites -* RBAC plugins (`@janus-idp/backstage-plugin-rbac` and `@janus-idp/backstage-plugin-rbac-backend`) must be enabled in {product}. +* RBAC plugins (`@backstage-community/plugin-rbac` and `@backstage-community/plugin-rbac-backend`) must be enabled in {product}. * An administrator role must be assigned. .Procedure diff --git a/modules/dynamic-plugins/proc-rhdh-example-external-dynamic-plugins.adoc b/modules/dynamic-plugins/proc-rhdh-example-external-dynamic-plugins.adoc index d0c65e9abc..689bb9304f 100644 --- a/modules/dynamic-plugins/proc-rhdh-example-external-dynamic-plugins.adoc +++ b/modules/dynamic-plugins/proc-rhdh-example-external-dynamic-plugins.adoc @@ -2,44 +2,18 @@ = Installing external dynamic plugins using a Helm chart -The NPM registry contains external dynamic plugins that you can use for demonstration purposes. For example, the following community plugins are available in the `janus-idp` organization in the NPMJS repository: +The NPM registry contains external dynamic plugins that you can enable in your {prod-short} instance. -* Notifications (frontend and backend) -* Kubernetes actions (scaffolder actions) - -To install the Notifications and Kubernetes actions plugins, include them in the Helm chart values in the `global.dynamic.plugins` list as shown in the following example: +To install dynamic plugins from registry.npmjs.org, include them in the Helm chart values in the `global.dynamic.plugins` list as shown in the following example: [source,yaml] ---- global: dynamic: plugins: - - package: '@janus-idp/plugin-notifications-backend-dynamic@1.3.6' - # Integrity can be found at https://registry.npmjs.org/@janus-idp/plugin-notifications-backend-dynamic - integrity: 'sha512-Qd8pniy1yRx+x7LnwjzQ6k9zP+C1yex24MaCcx7dGDPT/XbTokwoSZr4baSSn8jUA6P45NUUevu1d629mG4JGQ==' - - package: '@janus-idp/plugin-notifications@1.1.12' - # https://registry.npmjs.org/@janus-idp/plugin-notifications - integrity: 'sha512-GCdEuHRQek3ay428C8C4wWgxjNpNwCXgIdFbUUFGCLLkBFSaOEw+XaBvWaBGtQ5BLgE3jQEUxa+422uzSYC5oQ==' - pluginConfig: - dynamicPlugins: - frontend: - janus-idp.backstage-plugin-notifications: - appIcons: - - name: notificationsIcon - module: NotificationsPlugin - importName: NotificationsActiveIcon - dynamicRoutes: - - path: /notifications - importName: NotificationsPage - module: NotificationsPlugin - menuItem: - icon: notificationsIcon - text: Notifications - config: - pollingIntervalMs: 5000 - - package: '@janus-idp/backstage-scaffolder-backend-module-kubernetes-dynamic@1.3.5' + - package: '@janus-idp/backstage-scaffolder-backend-module-kubernetes-dynamic@2.0.3' # https://registry.npmjs.org/@janus-idp/backstage-scaffolder-backend-module-kubernetes-dynamic - integrity: 'sha512-19ie+FM3QHxWYPyYzE0uNdI5K8M4vGZ0SPeeTw85XPROY1DrIY7rMm2G0XT85L0ZmntHVwc9qW+SbHolPg/qRA==' + integrity: 'sha512-yLh2MbNB0zSWTrG0O2MVk/oVu007k+UNm+MJzpyoUE2ziRjgwwXGqJVqW6behPCOLlJU4jizs6g9UtRfMGN/mA==' proxy: endpoints: /explore-backend-completed: @@ -50,4 +24,4 @@ global: - package: '@dfatwork-pkgs/plugin-catalog-backend-module-test-dynamic@0.0.0' # https://registry.npmjs.org/@dfatwork-pkgs/plugin-catalog-backend-module-test-dynamic integrity: 'sha512-YsrZMThxJk7cYJU9FtAcsTCx9lCChpytK254TfGb3iMAYQyVcZnr5AA/AU+hezFnXLsr6gj8PP7z/mCZieuuDA==' ----- \ No newline at end of file +---- diff --git a/modules/dynamic-plugins/proc-topology-install.adoc b/modules/dynamic-plugins/proc-topology-install.adoc index 5693fac0e0..5c0f37f86a 100644 --- a/modules/dynamic-plugins/proc-topology-install.adoc +++ b/modules/dynamic-plugins/proc-topology-install.adoc @@ -20,6 +20,6 @@ global: includes: - dynamic-plugins.default.yaml plugins: - - package: ./dynamic-plugins/dist/janus-idp-backstage-plugin-topology + - package: ./dynamic-plugins/dist/backstage-community-plugin-topology disabled: false ---- diff --git a/modules/dynamic-plugins/ref-rh-compatible-plugins.adoc b/modules/dynamic-plugins/ref-rh-compatible-plugins.adoc index 197587fb04..cf8740ca12 100644 --- a/modules/dynamic-plugins/ref-rh-compatible-plugins.adoc +++ b/modules/dynamic-plugins/ref-rh-compatible-plugins.adoc @@ -1,6 +1,3 @@ -// This page is generated! Do not edit the .adoc file, but instead run rhdh-supported-plugins.sh to regen this page from the latest plugin metadata. -// cd /path/to/rhdh-documentation; ./modules/dynamic-plugins/rhdh-supported-plugins.sh; ./build/scripts/build.sh; google-chrome titles-generated/main/plugin-rhdh/index.html - = Other installable plugins The following Technology Preview plugins are not preinstalled and must be installed from an external source: @@ -13,50 +10,21 @@ The following Technology Preview plugins are not preinstalled and must be instal | https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.4/html/installing_ansible_plug-ins_for_red_hat_developer_hub[Learn more] |Ansible Automation Platform -| `https://access.redhat.com/downloads/content/480/ver=2.4/rhel---9/2.4/x86_64/product-software[@ansible/plugin-backstage-rhaap-backend]` |1.0.0 | - -|Ansible Automation Platform Scaffolder Backend -|`https://access.redhat.com/downloads/content/480/ver=2.4/rhel---9/2.4/x86_64/product-software[@ansible/plugin-scaffolder-backend-module-backstage-rhaap]` |1.0.0 | - - -|Orchestrator Frontend|`https://www.npmjs.com/package/@janus-idp/backstage-plugin-orchestrator[@janus-idp/backstage-plugin-orchestrator]` |1.22.6| https://www.parodos.dev/1.2-rc/docs/[Learn more] - -|Orchestrator Backend -|`https://www.npmjs.com/package/@janus-idp/backstage-plugin-orchestrator-backend-dynamic[@janus-idp/backstage-plugin-orchestrator-backend-dynamic]` |1.22.9 | - - -|=== - -// Without description - for consistency i.e. no descriptions in other table and we provide a 'Learn more' link to plugin documentation for users' convenience. -//// -[%header,cols=5*] -|=== -|*Name* |*Description*|*Plugin*|*Version* |*Installation Details* - -|Ansible Automation Platform Frontend -.3+|Ansible plug-ins for RHDH delivers an Ansible-specific portal experience with curated learning paths, push-button content creation, integrated development tools, and other opinionated resources. -|`https://access.redhat.com/downloads/content/480/ver=2.4/rhel---9/2.4/x86_64/product-software[@ansible/plugin-backstage-rhaap]` |1.0.0 -.3+| https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.4/html/installing_ansible_plug-ins_for_red_hat_developer_hub[Learn more] - -|Ansible Automation Platform -| `https://access.redhat.com/downloads/content/480/ver=2.4/rhel---9/2.4/x86_64/product-software[@ansible/plugin-backstage-rhaap-backend]` |1.0.0 +| `https://access.redhat.com/downloads/content/480/ver=2.4/rhel---9/2.4/x86_64/product-software[@ansible/plugin-backstage-rhaap-backend]` |1.0.0 +| https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.4/html/installing_ansible_plug-ins_for_red_hat_developer_hub[Learn more] |Ansible Automation Platform Scaffolder Backend -|`https://access.redhat.com/downloads/content/480/ver=2.4/rhel---9/2.4/x86_64/product-software[@ansible/plugin-scaffolder-backend-module-backstage-rhaap]` |1.0.0 - +|`https://access.redhat.com/downloads/content/480/ver=2.4/rhel---9/2.4/x86_64/product-software[@ansible/plugin-scaffolder-backend-module-backstage-rhaap]` |1.0.0 +| https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.4/html/installing_ansible_plug-ins_for_red_hat_developer_hub[Learn more] -|Orchestrator Frontend -.2+|Orchestrator brings serverless workflows into Red Hat Developer Hub, focusing on the journey for application migration to the cloud, on boarding developers, and user-made workflows of Backstage actions or external systems. -|`https://www.npmjs.com/package/@janus-idp/backstage-plugin-orchestrator[@janus-idp/backstage-plugin-orchestrator]` |1.22.6 -.2+| https://www.parodos.dev/1.2-rc/docs/[Learn more] +// temporarily removed until we have a good installation story from the Orchestrator team +//|Orchestrator Frontend|`https://www.npmjs.com/package/@red-hat-developer-hub/backstage-plugin-orchestrator[@red-hat-developer-hub/backstage-plugin-orchestrator]` | N/A for RHDH 1.4 | https://github.com/redhat-developer/rhdh-plugins/tree/main/workspaces/orchestrator/[Learn more] -|Orchestrator Backend -|`https://www.npmjs.com/package/@janus-idp/backstage-plugin-orchestrator-backend-dynamic[@janus-idp/backstage-plugin-orchestrator-backend-dynamic]` |1.22.9 +// temporarily removed until we have a good installation story from the Orchestrator team +//|Orchestrator Backend|`https://npm.registry.redhat.com/@redhat/backstage-plugin-orchestrator-backend-dynamic/[@redhat/backstage-plugin-orchestrator-backend-dynamic]` | N/A for RHDH 1.4 | https://github.com/redhat-developer/rhdh-plugins/tree/main/workspaces/orchestrator[Learn more] |=== -//// - [NOTE] ==== diff --git a/modules/importing-repositories/procedure-enabling-the-bulk-import-from-github-feature.adoc b/modules/importing-repositories/procedure-enabling-the-bulk-import-from-github-feature.adoc index e76f86c0a0..124317ae2c 100644 --- a/modules/importing-repositories/procedure-enabling-the-bulk-import-from-github-feature.adoc +++ b/modules/importing-repositories/procedure-enabling-the-bulk-import-from-github-feature.adoc @@ -8,16 +8,16 @@ You can enable the Bulk Import feature for users and give them the necessary per .Procedure . The Bulk Import plugins are installed but disabled by default. -To enable the `./dynamic-plugins/dist/janus-idp-backstage-plugin-bulk-import-backend-dynamic` and `./dynamic-plugins/dist/janus-idp-backstage-plugin-bulk-import` plugins, +To enable the `./dynamic-plugins/dist/red-hat-developer-hub-backstage-plugin-bulk-import-backend-dynamic` and `./dynamic-plugins/dist/red-hat-developer-hub-backstage-plugin-bulk-import` plugins, edit your `dynamic-plugins.yaml` with the following content: + .`dynamic-plugins.yaml` fragment [source,yaml] ---- plugins: - - package: ./dynamic-plugins/dist/janus-idp-backstage-plugin-bulk-import-backend-dynamic + - package: ./dynamic-plugins/dist/red-hat-developer-hub-backstage-plugin-bulk-import-backend-dynamic disabled: false - - package: ./dynamic-plugins/dist/janus-idp-backstage-plugin-bulk-import + - package: ./dynamic-plugins/dist/red-hat-developer-hub-backstage-plugin-bulk-import disabled: false ---- + diff --git a/modules/observe/proc-disabling-telemetry-using-helm.adoc b/modules/observe/proc-disabling-telemetry-using-helm.adoc index 625bb9e58b..17863d7765 100644 --- a/modules/observe/proc-disabling-telemetry-using-helm.adoc +++ b/modules/observe/proc-disabling-telemetry-using-helm.adoc @@ -28,11 +28,11 @@ You can also create a new Helm release by clicking the *Create* button and edit + *** If you have not configured the plugin, add the following value in the *Package specification of the dynamic plugin to install. It should be usable by the npm pack command.* field: + -`./dynamic-plugins/dist/janus-idp-backstage-plugin-analytics-provider-segment` +`./dynamic-plugins/dist/backstage-community-plugin-analytics-provider-segment` + image::rhdh/disabling-telemetry.png[] + -*** If you have configured the plugin, find the *Package specification of the dynamic plugin to install. It should be usable by the npm pack command.* field with the `./dynamic-plugins/dist/janus-idp-backstage-plugin-analytics-provider-segment` value. +*** If you have configured the plugin, find the *Package specification of the dynamic plugin to install. It should be usable by the npm pack command.* field with the `./dynamic-plugins/dist/backstage-community-plugin-analytics-provider-segment` value. .. Select the *Disable the plugin* checkbox. .. Click *Upgrade*. @@ -49,7 +49,7 @@ image::rhdh/disabling-telemetry.png[] global: dynamic: plugins: - - package: './dynamic-plugins/dist/janus-idp-backstage-plugin-analytics-provider-segment' + - package: './dynamic-plugins/dist/backstage-community-plugin-analytics-provider-segment' disabled: true # ... ---- diff --git a/modules/observe/proc-disabling-telemetry-using-operator.adoc b/modules/observe/proc-disabling-telemetry-using-operator.adoc index 66c07efb10..04bb977e74 100644 --- a/modules/observe/proc-disabling-telemetry-using-operator.adoc +++ b/modules/observe/proc-disabling-telemetry-using-operator.adoc @@ -29,7 +29,7 @@ data: includes: - dynamic-plugins.default.yaml plugins: - - package: './dynamic-plugins/dist/janus-idp-backstage-plugin-analytics-provider-segment' + - package: './dynamic-plugins/dist/backstage-community-plugin-analytics-provider-segment' disabled: true ---- diff --git a/modules/observe/proc-enabling-telemetry-using-helm.adoc b/modules/observe/proc-enabling-telemetry-using-helm.adoc index ce3a39d315..c73230fc53 100644 --- a/modules/observe/proc-enabling-telemetry-using-helm.adoc +++ b/modules/observe/proc-enabling-telemetry-using-helm.adoc @@ -28,9 +28,9 @@ You can also create a new Helm release by clicking the *Create* button and edit + *** If you have not configured the plugin, add the following value in the *Package specification of the dynamic plugin to install. It should be usable by the npm pack command.* field: + -`./dynamic-plugins/dist/janus-idp-backstage-plugin-analytics-provider-segment` +`./dynamic-plugins/dist/backstage-community-plugin-analytics-provider-segment` + -*** If you have configured the plugin, find the *Package specification of the dynamic plugin to install. It should be usable by the npm pack command.* field with the `./dynamic-plugins/dist/janus-idp-backstage-plugin-analytics-provider-segment` value. +*** If you have configured the plugin, find the *Package specification of the dynamic plugin to install. It should be usable by the npm pack command.* field with the `./dynamic-plugins/dist/backstage-community-plugin-analytics-provider-segment` value. .. Clear the *Disable the plugin* checkbox. .. Click *Upgrade*. @@ -47,7 +47,7 @@ You can also create a new Helm release by clicking the *Create* button and edit global: dynamic: plugins: - - package: './dynamic-plugins/dist/janus-idp-backstage-plugin-analytics-provider-segment' + - package: './dynamic-plugins/dist/backstage-community-plugin-analytics-provider-segment' disabled: false # ... ---- diff --git a/modules/observe/proc-enabling-telemetry-using-operator.adoc b/modules/observe/proc-enabling-telemetry-using-operator.adoc index 404ae4b2e6..a87fd29fb7 100644 --- a/modules/observe/proc-enabling-telemetry-using-operator.adoc +++ b/modules/observe/proc-enabling-telemetry-using-operator.adoc @@ -29,7 +29,7 @@ data: includes: - dynamic-plugins.default.yaml plugins: - - package: './dynamic-plugins/dist/janus-idp-backstage-plugin-analytics-provider-segment' + - package: './dynamic-plugins/dist/backstage-community-plugin-analytics-provider-segment' disabled: false ---- diff --git a/modules/using-service-now/proc-enable-servicenow-custom-actions-plugin.adoc b/modules/using-service-now/proc-enable-servicenow-custom-actions-plugin.adoc index 7ed0a5c055..0c4b040ea1 100644 --- a/modules/using-service-now/proc-enable-servicenow-custom-actions-plugin.adoc +++ b/modules/using-service-now/proc-enable-servicenow-custom-actions-plugin.adoc @@ -21,7 +21,7 @@ global: includes: - dynamic-plugins.default.yaml plugins: - - package: ./dynamic-plugins/dist/janus-idp-backstage-scaffolder-backend-module-servicenow-dynamic + - package: ./dynamic-plugins/dist/backstage-community-plugin-scaffolder-backend-module-servicenow-dynamic disabled: false ---- diff --git a/requirements.txt b/requirements.txt index 04cfbe7c34..d20444d7ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ jira>=3.8.0 pip>=21.3.1 pyyaml>=6.0.2 tox>=4.21.0 +setuptools