Go to file
Nicolas Belouin ab7047e583 Remove forgotten suffixes
Signed-off-by: Nicolas Belouin <nicolas.belouin@suse.com>
2024-10-22 11:56:05 +02:00
.obs Remove now unneeded refresh workflow 2024-10-21 14:53:16 +02:00
akri Import first batch of Edge 3.1 packages 2024-10-17 14:11:42 +02:00
akri-agent-image Import first batch of Edge 3.1 packages 2024-10-17 14:11:42 +02:00
akri-chart Test project git setup 2024-10-18 16:22:24 +02:00
akri-controller-image Import first batch of Edge 3.1 packages 2024-10-17 14:11:42 +02:00
akri-dashboard-extension-chart Import first batch of Edge 3.1 packages 2024-10-17 14:11:42 +02:00
akri-debug-echo-discovery-handler-image Import first batch of Edge 3.1 packages 2024-10-17 14:11:42 +02:00
akri-onvif-discovery-handler-image Import first batch of Edge 3.1 packages 2024-10-17 14:11:42 +02:00
akri-opcua-discovery-handler-image Import first batch of Edge 3.1 packages 2024-10-17 14:11:42 +02:00
akri-udev-discovery-handler-image Import first batch of Edge 3.1 packages 2024-10-17 14:11:42 +02:00
akri-webhook-configuration-image Import first batch of Edge 3.1 packages 2024-10-17 14:11:42 +02:00
baremetal-operator Import first batch of Edge 3.1 packages 2024-10-17 14:11:42 +02:00
baremetal-operator-image moved charts/images 2024-10-21 17:31:00 +03:00
cdi-chart unpack obscpio files 2024-10-22 10:53:04 +03:00
cluster-api Import first batch of Edge 3.1 packages 2024-10-17 14:11:42 +02:00
cluster-api-controller-image moved charts/images 2024-10-21 17:31:00 +03:00
cluster-api-operator Import first batch of Edge 3.1 packages 2024-10-17 14:11:42 +02:00
cluster-api-operator-image moved charts/images 2024-10-21 17:31:00 +03:00
cluster-api-provider-metal3 Import first batch of Edge 3.1 packages 2024-10-17 14:11:42 +02:00
cluster-api-provider-metal3-image moved charts/images 2024-10-21 17:31:00 +03:00
cluster-api-provider-rke2 Import first batch of Edge 3.1 packages 2024-10-17 14:11:42 +02:00
cluster-api-provider-rke2-bootstrap-image moved charts/images 2024-10-21 17:31:00 +03:00
cluster-api-provider-rke2-controlplane-image moved charts/images 2024-10-21 17:31:00 +03:00
cosign Import first batch of Edge 3.1 packages 2024-10-17 14:11:42 +02:00
edge-image-builder Remove forgotten suffixes 2024-10-22 11:56:05 +02:00
edge-image-builder-image moved charts/images 2024-10-21 17:31:00 +03:00
endpoint-copier-operator Import first batch of Edge 3.1 packages 2024-10-17 14:11:42 +02:00
endpoint-copier-operator-chart Import first batch of Edge 3.1 packages 2024-10-17 14:11:42 +02:00
endpoint-copier-operator-image Import first batch of Edge 3.1 packages 2024-10-17 14:11:42 +02:00
frr-k8s Import first batch of Edge 3.1 packages 2024-10-17 14:11:42 +02:00
hauler Import first batch of Edge 3.1 packages 2024-10-17 14:11:42 +02:00
ip-address-manager Import first batch of Edge 3.1 packages 2024-10-17 14:11:42 +02:00
ip-address-manager-image moved charts/images 2024-10-21 17:31:00 +03:00
ironic-image init for moving Edge 3.1 images from IBS 2024-10-21 15:18:05 +03:00
ironic-ipa-downloader-image moved charts/images 2024-10-21 17:31:00 +03:00
kube-rbac-proxy Import first batch of Edge 3.1 packages 2024-10-17 14:11:42 +02:00
kubectl Import first batch of Edge 3.1 packages 2024-10-17 14:11:42 +02:00
metal3-chart unpack obscpio files 2024-10-22 10:53:04 +03:00
metallb Remove forgotten suffixes 2024-10-22 11:56:05 +02:00
metallb-chart unpack obscpio files 2024-10-22 10:53:04 +03:00
metallb-controller-image moved charts/images 2024-10-21 17:31:00 +03:00
metallb-speaker-image moved charts/images 2024-10-21 17:31:00 +03:00
nm-configurator Import first batch of Edge 3.1 packages 2024-10-17 14:11:42 +02:00
obs-service-set_version@796f9dc0b9 Initial commit 2024-10-17 14:01:57 +02:00
sriov-crd-chart unpack obscpio files 2024-10-22 10:53:04 +03:00
sriov-network-operator-chart unpack obscpio files 2024-10-22 10:53:04 +03:00
upgrade-controller Import first batch of Edge 3.1 packages 2024-10-17 14:11:42 +02:00
upgrade-controller-chart unpack obscpio files 2024-10-22 10:53:04 +03:00
upgrade-controller-image moved charts/images 2024-10-21 17:31:00 +03:00
.gitattributes Initial commit 2024-10-17 14:01:57 +02:00
.gitignore Initial commit 2024-10-17 14:01:57 +02:00
.gitmodules Initial commit 2024-10-17 14:01:57 +02:00
README.md Initial commit 2024-10-17 14:01:57 +02:00

Factory

Contains the definition of the packages built on OBS for the SUSE Edge Solution (WIP)

This repository is linked to an OBS project: https://build.opensuse.org/project/show/isv:SUSE:Edge:Factory Every directory in this repository represents a package in that OBS project, those should be synced automatically from this repository.

Adding a package

To add a package, first create a directory with your package as you intend it in OBS.

Then run the .obs/add_package.py script to create the package in the OBS project and add the required elements to the synchronization workflow. This script is using the osc command behind the scenes, so ensure you have it installed and correctly configured, as well as you have the correct permissions to create a new package in the project.

You will then get asked to push your changes.