Compare commits

..

No commits in common. "1f23d0fd16c5ad2a748cef84601bc865ba8217fd" and "9ed9c2beaa4f2b4495d9632d368ec28e01ae74ba" have entirely different histories.

5 changed files with 16 additions and 39 deletions

View File

@ -3,39 +3,28 @@
#### 介绍 #### 介绍
Afterburn is a one-shot agent for cloud-like platforms which interacts with provider-specific metadata endpoints. It is typically used in conjunction with Ignition. Afterburn is a one-shot agent for cloud-like platforms which interacts with provider-specific metadata endpoints. It is typically used in conjunction with Ignition.
#### Features #### 软件架构
It comprises several modules which may run at different times during the lifecycle of an instance. 软件架构说明
Depending on the specific platform, the following services may run in the initramfs on first boot:
-setting local hostname
-injecting network command-line arguments
The following features are conditionally available on some platforms as systemd service units:
-installing public SSH keys for local system users
-retrieving attributes from instance metadata
-checking in to the provider in order to report a successful boot or instance provisioning
#### 安装教程 #### 安装教程
Install afterburn rpm package: 1. xxxx
2. xxxx
yum install afterburn 3. xxxx
#### 使用说明 #### 使用说明
afterburn 是云底座操作系统NestOS的必需组件 1. xxxx
2. xxxx
3. xxxx
#### 参与贡献 #### 参与贡献
master分支使用最新的上游版本如果检测到上游有最新版本发布先形成issue后再提交对应PR更新流程如下。 1. Fork 本仓库
1. 提交issue 2. 新建 Feat_xxx 分支
2. Fork 本仓库 3. 提交代码
3. 新建 Feat_xxx 分支 4. 新建 Pull Request
4. 提交代码
5. 新建 Pull Request
#### 特技 #### 特技

BIN
afterburn-5.3.0.crate Normal file

Binary file not shown.

Binary file not shown.

View File

@ -6,8 +6,8 @@
%global crate afterburn %global crate afterburn
Name: rust-%{crate} Name: rust-%{crate}
Version: 5.5.1 Version: 5.3.0
Release: 1 Release: 2
Summary: Simple cloud provider agent Summary: Simple cloud provider agent
License: Apache-2.0 License: Apache-2.0
@ -15,7 +15,7 @@ URL: https://crates.io/crates/afterburn
Source0: %{crate}-%{version}.crate Source0: %{crate}-%{version}.crate
Source1: %{crate}-%{version}-vendor.tar.gz Source1: %{crate}-%{version}-vendor.tar.gz
BuildRequires: rust-packaging openssl-devel glibc-devel BuildRequires: rust-packaging openssl-devel
BuildRequires: systemd BuildRequires: systemd
%global _description %{expand: %global _description %{expand:
@ -103,21 +103,9 @@ install -Dpm0644 -t %{buildroot}%{_unitdir} \
mkdir -p %{buildroot}%{dracutmodulesdir} mkdir -p %{buildroot}%{dracutmodulesdir}
cp -a dracut/* %{buildroot}%{dracutmodulesdir} cp -a dracut/* %{buildroot}%{dracutmodulesdir}
cp -r $RPM_BUILD_DIR/afterburn-5.5.1/.cargo/bin %{buildroot}/usr cp -r $RPM_BUILD_DIR/afterburn-5.3.0/.cargo/bin %{buildroot}/usr
%changelog %changelog
* Fri Mar 15 2024 lilu <lilu@kylinos.cn> - 5.5.1-1
- upgrade version to 5.5.1
* Wed Jan 03 2024 duyiwei <duyiwei@kylinos.cn> - 5.4.3-1
- upgrade version to 5.4.3
* Mon Aug 07 2023 duyiwei <duyiwei@kylinos.cn> - 5.4.2-1
- upgrade version to 5.4.2
* Fri Aug 04 2023 duyiwei <duyiwei@kylinos.cn> - 5.4.1-1
- upgrade version to 5.4.1
* Fri Dec 9 2022 duyiwei <duyiwei@kylinos.cn> - 5.3.0-2 * Fri Dec 9 2022 duyiwei <duyiwei@kylinos.cn> - 5.3.0-2
- Enable debuginfo for fix strip - Enable debuginfo for fix strip