eclipse-bluechi / bluechi

Eclipse BlueChi is a systemd service controller intended for multi-node environments with a predefined number of nodes and with a focus on highly regulated ecosystems such as those requiring functional safety.
https://bluechi.readthedocs.io/en/latest/
GNU Lesser General Public License v2.1
131 stars 38 forks source link

Updating Getting Started guide #599

Open engelmi opened 1 year ago

engelmi commented 1 year ago

In https://github.com/containers/bluechi/pull/597 the RPM package for bluechi has been renamed to bluechi-controller. This change should be reflected in the getting started page (see here) as soon as the next release of BlueChi is out.

mwperina commented 1 year ago

bluechi-controller RPM is still providing bluechi to not break upgrades, so it doesn't need to be change immediately:

# dnf repoquery --provides bluechi-controller-0.6.0-1.el9
Last metadata expiration check: 0:01:58 ago on Mon 13 Nov 2023 04:33:58 PM CET.
bluechi = 0.6.0-1.el9
bluechi-controller = 0.6.0-1.el9
bluechi-controller(x86-64) = 0.6.0-1.el9
hirte = 0.6.0-1.el9

# dnf install bluechi
Last metadata expiration check: 0:02:06 ago on Mon 13 Nov 2023 04:33:58 PM CET.
Dependencies resolved.
==============================================================================================================================
 Package            Arch   Version          Repository                                                                   Size
==============================================================================================================================
Installing:
 bluechi-controller x86_64 0.7.0-0.202311131457.git11acd4e.el9
                                            copr:copr.fedorainfracloud.org:group_centos-automotive-sig:bluechi-snapshot  77 k
Installing weak dependencies:
 bluechi-selinux    x86_64 0.7.0-0.202311131457.git11acd4e.el9
                                            copr:copr.fedorainfracloud.org:group_centos-automotive-sig:bluechi-snapshot  29 k

Transaction Summary
==============================================================================================================================
Install  2 Packages

Total download size: 106 k
Installed size: 187 k
Is this ok [y/N]: n
Operation aborted.

# dnf install bluechi-controller
Last metadata expiration check: 0:02:15 ago on Mon 13 Nov 2023 04:33:58 PM CET.
Dependencies resolved.
==============================================================================================================================
 Package            Arch   Version          Repository                                                                   Size
==============================================================================================================================
Installing:
 bluechi-controller x86_64 0.7.0-0.202311131457.git11acd4e.el9
                                            copr:copr.fedorainfracloud.org:group_centos-automotive-sig:bluechi-snapshot  77 k
Installing weak dependencies:
 bluechi-selinux    x86_64 0.7.0-0.202311131457.git11acd4e.el9
                                            copr:copr.fedorainfracloud.org:group_centos-automotive-sig:bluechi-snapshot  29 k

Transaction Summary
==============================================================================================================================
Install  2 Packages

Total download size: 106 k
Installed size: 187 k
Is this ok [y/N]: n
Operation aborted.