Package: bms-network-setup
Version: 1.9-1+26.1
Architecture: amd64
Maintainer: Kurt Garloff <kurt@garloff.de>
Installed-Size: 42
Depends: python3
Filename: amd64/bms-network-setup_1.9-1+26.1_amd64.deb
Size: 10424
MD5sum: 8d470a69c42f9168d12a8a1b166ad6cf
SHA1: 1bbc00b9bff8966c3d808cd5a7833b6ae271b531
SHA256: dce17486a83add433eeb8279b86ca0d32d98059ec0cbb30585e87ea3587c141b
Section: SystemUtilities
Priority: optional
Description:
 Simple creation of network interface config from ConfigDrive DataSource
 This is a much simpler version of Huawei's bms-network-config, which can do a
 lot more.  This script is simple and does nothing more than writing out ifcfg-*
 files from the network_data.json configuration.  It is designed to coexist with
 cloud-init.

Package: cloud-otc-keyring
Version: 2024.1.0-1
Architecture: all
Maintainer: Roman Schiller <roman.schiller@t-systems.com>
Installed-Size: 17
Depends: gpgv, apt
Recommends: gnupg
Breaks: apt (<< 0.7.25.1)
Filename: all/cloud-otc-keyring_2024.1.0-1_all.deb
Size: 2680
MD5sum: 1a5e7bb670685a553b61e99b0f9a7716
SHA1: 80a29da2b622bd7a91fadda1fe0afb82725d6c2a
SHA256: 52ff27e234e26bdbd5c1bd7a17d19fac1d1ae9b40d302c90733ddb662c754ac4
Section: misc
Priority: important
Description: GnuPG archive key for the Cloud:OTC archives
 Some useful tools for OpenTelekomCloud, a public cloud offering from T-Systems International based on OpenStack.

Package: libs3-4
Source: libs3
Version: 4.1-5
Architecture: amd64
Maintainer: Kurt Garloff <kurt@garloff.de>
Installed-Size: 176
Depends: libc6 (>= 2.34), libcurl4t64 (>= 7.16.2), libssl3t64 (>= 3.0.0), libxml2 (>= 2.7.4)
Filename: amd64/libs3-4_4.1-5_amd64.deb
Size: 58164
MD5sum: 79d90d4dd742b5e24a188aacb36c49a9
SHA1: c514f20e99cf5de1177791c89241896332ff01f9
SHA256: e104d37ebe29c4b4fb5ef10c35fed3883a452b02517b4479553f3bd8777b7c45
Section: SystemUtilities
Priority: extra
Homepage: http://sourceforge.net/projects/reallibs3
Description:
 This package includes the libs3 shared object library, needed to run
 applications compiled against libs3, and additionally contains the s3
 utility for accessing Amazon S3.

Package: libs3-dev
Source: libs3
Version: 4.1-5
Architecture: amd64
Maintainer: Kurt Garloff <kurt@garloff.de>
Installed-Size: 277
Recommends: libs3-4 (= 4.1-5)
Filename: amd64/libs3-dev_4.1-5_amd64.deb
Size: 54796
MD5sum: 5a0c4a1d4bd6a7e0af050bdb30bffbd1
SHA1: d1b906063260d125c050c4fe30671652be275961
SHA256: bf4418f244f6c0f43b08383da1dfb56cd252999707a6c145fa3919dc15d16173
Section: SystemUtilities
Priority: extra
Homepage: http://sourceforge.net/projects/reallibs3
Description:
 This library provides an API for using Amazon's S3 service (see
 http://s3.amazonaws.com).  Its design goals are:
 - To provide a simple and straightforward API for accessing all of S3's
   functionality
 - To not require the developer using libs3 to need to know anything about:
     - HTTP
     - XML
     - SSL
   In other words, this API is meant to stand on its own, without requiring
   any implicit knowledge of how S3 services are accessed using HTTP
   protocols.
 - To be usable from multithreaded code
 - To be usable by code which wants to process multiple S3 requests
   simultaneously from a single thread
 - To be usable in the simple, straightforward way using sequentialized
   blocking requests

Package: otc-tools
Version: 0.8.34-3+10.1
Architecture: amd64
Maintainer: Kurt Garloff <kurt@garloff.de>
Installed-Size: 316
Depends: jq
Recommends: libs3-4
Filename: amd64/otc-tools_0.8.34-3+10.1_amd64.deb
Size: 64184
MD5sum: b7a318d6fdbedba59c85012007bbc8b7
SHA1: aca533a7b92f99b342264fff173534b4ce9d3120
SHA256: 0c242193648ba77ad9c1c4c1316b999e80caa56d8f688ee6ea9bd37d85f14b79
Section: SystemUtilities
Priority: optional
Description: This is a shell script that uses curl and jq to talk to the
 Open Telekom Cloud APIs (OpenStack and OTC specific APIs).
 It's a nice demonstrator to see how the API works and allows
 for simple automation and testing. For production use, we
 recommend the native python-openstackclient, amended with
 -otcextensions.
 Authors: Zsolt Nagy and Kurt Garloff