Package: bms-network-setup Version: 1.9-1+3.1 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 43 Depends: python3 Filename: amd64/bms-network-setup_1.9-1+3.1_amd64.deb Size: 10352 MD5sum: 829559e733620a16d864f0b08b8e673a SHA1: b97c1d145616534bfae77850279f7e3cf78a703c SHA256: 4672bc0a5c35605801fd94afe988ef564ed4e71382dd9d510ad4222c68b74e32 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: libfallocate-dev Source: libfallocate Version: 0.1.1-2 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 21 Recommends: libfallocate0 (= 0.1.1-2) Filename: amd64/libfallocate-dev_0.1.1-2_amd64.deb Size: 4256 MD5sum: d26ea85db48a2765445db6f15b9974f3 SHA1: ffa42b055a00a679598a3d03c5fc49844f752b74 SHA256: 52a7458d303275bb3eb09ad8becf2db1a60625bd3bd2123cb7c290a003ee70a5 Section: SystemLibraries Priority: optional Description: libfallocate provides an interface for applications to tell filesystems about the size of to-be-written files, so the filesystem can do a better job in taking allocation decisions to avoid fragmentation. This package contains the header files needed for development as well as the static library. Package: libfallocate0 Source: libfallocate Version: 0.1.1-2 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 31 Depends: libc6 (>= 2.33) Filename: amd64/libfallocate0_0.1.1-2_amd64.deb Size: 7304 MD5sum: 7fc54bc5edfa9e1f83669efe6a07e362 SHA1: 4042dc1004690db0eb701fad88fe9321051a0a6c SHA256: f8e7f5c5376220e860833decefde701098b846e39e94bbb6140a4892a011ca0e Section: SystemLibraries Priority: optional Description: libfallocate provides an interface for applications to tell filesystems about the size of to-be-written files, so the filesystem can do a better job in taking allocation decisions to avoid fragmentation. libfallocate provides a wrapper for the fallocate() syscall in case your glibc (<2.10) does not have it yet. It also provides linux_fallocate() which will attempt the space reservation ioctl that xfs and ocfs2 provide in case fallocate() did not succeed. It has an additional richer interface fallocate_with_fallback() that allows you to instruct it to fallback to do preallocation by zeroing things out (like posix_fallocate()) or to extend the file size by a sparse write (like a successful fallocate() with mode==0 would have done). Package: libfallocate0-dbgsym Source: libfallocate Version: 0.1.1-2 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 20 Depends: libfallocate0 (= 0.1.1-2) Filename: amd64/libfallocate0-dbgsym_0.1.1-2_amd64.deb Size: 6780 MD5sum: b3af500a0d369e06a0c71edad09d568f SHA1: 165bd3f51551f3a2a611ff3fe827e94892ad8af7 SHA256: de68e72a5b1ebc6dfe87529b5fed753aa6f4877f25e0148a0321a981e64daff3 Section: debug Priority: optional Description: debug symbols for libfallocate0 Build-Ids: f98a2b50366a4305b744ff568b8bd1f3bb07dc6c Package: otc-tools Version: 0.8.34-3+6.1 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 316 Depends: jq Recommends: libs3-4 Filename: amd64/otc-tools_0.8.34-3+6.1_amd64.deb Size: 64188 MD5sum: 904adf75801bbdd8268b7f388d9829b9 SHA1: 24817c2ee110dffb09654036fe88421e6b7f8a62 SHA256: 9c71759e70510bb7c8325568ed83d580c95827016e6d520a1770e1098a30f35c 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