diff --git a/ml/category/data/csv/train.csv b/ml/category/data/csv/train.csv index 4453656264..813f1d0f31 100644 --- a/ml/category/data/csv/train.csv +++ b/ml/category/data/csv/train.csv @@ -659,7 +659,6 @@ 4-monitoring-logging;appdynamics,cluster,kubernetes,openshift,monitoring,pod,deployment 4-monitoring-logging;appdynamics,monitoring,e2e visibility,aiops,monitoring 4-monitoring-logging;appdynamics,monitoring,infrastructure -4-monitoring-logging;appranix,container protection service,application resilience service,aps,monitoring 4-monitoring-logging;aspecto,opentelemetry,observability,traces,jaeger,otel,collector,sampling 4-monitoring-logging;aws,cloudwatch,azure,stackdriver 4-monitoring-logging;aws,tracing,xray diff --git a/web/src/utils/getInstallMethods.test.tsx b/web/src/utils/getInstallMethods.test.tsx index cd4da7c337..539b85cc15 100644 --- a/web/src/utils/getInstallMethods.test.tsx +++ b/web/src/utils/getInstallMethods.test.tsx @@ -826,145 +826,6 @@ const tests: Tests[] = [ ], }, }, - { - title: 'OLM operator without channels', - input: { - pkg: { - packageId: '8fee91bc-2fd7-448c-9b3a-102c0eac5cee', - name: 'appranix', - normalizedName: 'appranix', - logoImageId: 'b54e1861-8cb0-46e1-842c-ceee6b4285e6', - isOperator: true, - displayName: 'Appranix CPS Operator', - description: - 'The Appranix CPS operator enables you to back up and restore your Kubernetes/OpenShift cluster resources and persistent volumes.', - keywords: ['appranix', 'container protection service', 'application resilience service', 'aps', 'Monitoring'], - links: [ - { - url: 'https://github.com/operator-framework/community-operators/tree/master/upstream-community-operators/appranix', - name: 'source', - }, - { url: 'https://www.appranix.com/', name: 'Website' }, - { url: 'https://twitter.com/AppranixOne/', name: 'twitter' }, - { url: 'https://www.linkedin.com/company/appranix/', name: 'LinkedIn' }, - { - url: 'https://github.com/operator-framework/community-operators/tree/master/upstream-community-operators/appranix', - name: 'GitHub Repository', - }, - ], - crds: [ - { - kind: 'Backup', - name: 'backups.aps.appranix.com', - version: 'v1', - description: - 'Backup respresents the capture of K8s cluster state at a point in time (API objects and associated volume state).', - displayName: 'Backup', - }, - { - kind: 'Schedule', - name: 'schedules.aps.appranix.com', - version: 'v1', - description: - 'Schedule is an Appranix resource that represents a pre-scheduled or periodic Backup that should be run.', - displayName: 'Schedule', - }, - { - kind: 'Restore', - name: 'restores.aps.appranix.com', - version: 'v1', - description: - 'Restore represents the application of resources from an Appranix backup to a target K8s cluster.', - displayName: 'Restore', - }, - { - kind: 'DownloadRequest', - name: 'downloadrequests.aps.appranix.com', - version: 'v1', - description: - 'DownloadRequest is a request to download an artifact from backup object storage, such as a backup log file.', - displayName: 'DownloadRequest', - }, - { - kind: 'DeleteBackupRequest', - name: 'deletebackuprequests.aps.appranix.com', - version: 'v1', - description: 'DeleteBackupRequest is a request to delete one or more backups.', - displayName: 'DeleteBackupRequest', - }, - { - kind: 'PodVolumeBackup', - name: 'podvolumebackups.aps.appranix.com', - version: 'v1', - description: "PodVolumeBackup respresents the capture of the Pod's volume at a point in time.", - displayName: 'PodVolumeBackup', - }, - { - kind: 'PodVolumeRestore', - name: 'podvolumerestores.aps.appranix.com', - version: 'v1', - description: 'PodVolumeRestore represents the restoration of a PodVolume from a volume snapshot.', - displayName: 'PodVolumeRestore', - }, - { - kind: 'ResticRepository', - name: 'resticrepositories.aps.appranix.com', - version: 'v1', - description: 'ResticRepository represents the repository from where the restic tool is to be downloaded.', - displayName: 'ResticRepository', - }, - { - kind: 'BackupStorageLocation', - name: 'backupstoragelocations.aps.appranix.com', - version: 'v1', - description: 'BackupStorageLocation represents a storage bucket in a supported cloud provider.', - displayName: 'BackupStorageLocation', - }, - { - kind: 'VolumeSnapshotLocation', - name: 'volumesnapshotlocations.aps.appranix.com', - version: 'v1', - description: 'VolumeSnapshotLocation is a location where Appranix stores volume snapshots.', - displayName: 'VolumeSnapshotLocation', - }, - { - kind: 'ServerStatusRequest', - name: 'serverstatusrequests.aps.appranix.com', - version: 'v1', - description: - 'ServerStatusRequest is a request to access current status information about the Appranix server.', - displayName: 'ServerStatusRequest', - }, - ], - capabilities: 'seamless upgrades', - data: { isGlobalOperator: false }, - version: '2.3.0', - availableVersions: [ - { version: '2.3.0', ts: 1581321470, containsSecurityUpdates: false, prerelease: false }, - { version: '1.0.0', ts: 1580368555, containsSecurityUpdates: false, prerelease: false }, - ], - deprecated: false, - signed: false, - containersImages: [{ name: '', image: 'gcr.io/appranix-public-cr/dev/aps/apx-operator:2.3' }], - provider: 'Appranix, Inc', - hasValuesSchema: false, - hasChangelog: false, - ts: 1581321470, - maintainers: [{ name: 'Appranix', email: 'support@appranix.com' }], - repository: { - repositoryId: '693a42c8-70bd-49a3-81dc-a09153374d94', - name: 'community-operators', - url: 'https://github.com/operator-framework/community-operators/upstream-community-operators', - private: false, - kind: 3, - verifiedPublisher: false, - official: false, - userAlias: 'user', - }, - }, - }, - output: { methods: [], errorMessage: 'Only packages with channels can be installed' }, - }, { title: 'OPA policies with custom install', input: {