-
zuul-migrate-12.0.0-1.lbn36.noarch
Migrate zuul v2 and Jenkins Job Builder to Zuul v3
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
zuul-scheduler-12.0.0-1.lbn36.noarch
The main Zuul process. Handles receiving events, executing jobs,
collecting results and posting reports. Coordinates the work of
the other components. It also provides a gearman daemon which
the other components use for coordination.
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
zuul-web-12.0.0-1.lbn36.noarch
A web server that receives “web-hook” events from external providers,
supplies a web dashboard, and provides web-socket access to live
streaming of logs.
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
zuul-webui-12.0.0-1.lbn36.noarch
This package provides the Zuul web interface source code.
Please refers to README.fedora for build and deployment instruction.
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
grafana-loki-1.2.0-0.3.gitccef3da.lbn25.x86_64
Like Prometheus, but for logs.
Located in
LBN
/
…
/
Network Monitoring
/
BastionLinux 25
-
grafana-loki-logcli-1.2.0-0.3.gitccef3da.lbn25.x86_64
If you are running on Grafana Cloud, use:
$ export GRAFANA_ADDR=https://logs-us-west1.grafana.net
$ export GRAFANA_USERNAME=<username>
$ export GRAFANA_PASSWORD=<password>
Otherwise you can point LogCLI to a local instance directly without needing a username and password:
$ export GRAFANA_ADDR=http://localhost:3100
Note: If you are running Loki behind a proxy server and you have authentication configured, you will also have to pass in GRAFANA_USERNAME and GRAFANA_PASSWORD accordingly.
$ logcli labels job
https://logs-dev-ops-tools1.grafana.net/api/prom/label/job/values
cortex-ops/consul
cortex-ops/cortex-gw
Located in
LBN
/
…
/
Network Monitoring
/
BastionLinux 25
-
grafana-loki-promtail-1.2.0-0.3.gitccef3da.lbn25.x86_64
Promtail is an agent which ships the contents of local logs to a private Loki instance or Grafana
Cloud. It is usually deployed to every machine that has applications needed to be monitored.
It primarily:
Discovers targets
Attaches labels to log streams
Pushes them to the Loki instance.
Currently, Promtail can tail logs from two sources: local log files and the systemd journal
Located in
LBN
/
…
/
Network Monitoring
/
BastionLinux 25
-
grafana-prometheus-alertmanager-datasource-0.0.7-1.lbn25.noarch
This datasource lets you to use the Alertmanager's API of Prometheus to create dashboards in Grafana.
Located in
LBN
/
…
/
Network Monitoring
/
BastionLinux 25
-
CharLS-2.0.0-2.lbn25.x86_64
An optimized implementation of the JPEG-LS standard for loss less and
near loss less image compression. JPEG-LS is a low-complexity standard that
matches JPEG 2000 compression ratios. In terms of speed, CharLS outperforms
open source and commercial JPEG LS implementations.
JPEG-LS (ISO-14495-1/ITU-T.87) is a standard derived from the Hewlett Packard
LOCO algorithm. JPEG LS has low complexity (meaning fast compression) and high
compression ratios, similar to JPEG 2000. JPEG-LS is more similar to the old
loss less JPEG than to JPEG 2000, but interestingly the two different techniques
result in vastly different performance characteristics.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
python3-google-genai-1.14.0-1.lbn36.noarch
Google Gen AI SDK
Documentation: https:/googleapis.github.io/python-genai/
Google Gen AI Python SDK provides an interface for developers to integrate Google's generative models into their Python applications. It supports the Gemini Developer API and Vertex AI APIs.
Installation
pip install google-genai
Imports
from google import genai
from google.genai import types
Create a client
Please run one of the following code blocks to create a client for
different services (Gemini Developer API or Vertex AI).
client = genai.Client(api_key='GEMINI_API_KEY')
client = genai.Client(
vertexai=True, project='your-project-id', location='us-central1'
)
(Optional) Using environment variables:
You can create a client by configuring the necessary environment variables.
Configuration setup instructions depends on whether you're using the Gemini
Developer API or the Gemini API in Vertex AI.
Gemini Developer A
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36