initial version
This commit is contained in:
parent
e5653a2697
commit
e18a689b58
2 changed files with 83 additions and 1 deletions
17
README.md
17
README.md
|
|
@ -1,3 +1,18 @@
|
|||
# cloud-init
|
||||
A module with Cloud instance init scripts and other required packages
|
||||
|
||||
The cloud-init package
|
||||
Tracking the top-level packages of the networking-base module, or modules.
|
||||
|
||||
The new modules target modular Fedora releases, starting with version 27.
|
||||
|
||||
This main purpose of this repository is being the content tracker. The format is based on the [Host and Platform](https://github.com/fedora-modularity/hp) definition.
|
||||
|
||||
## Content definition
|
||||
|
||||
This section includes a list of modules along with toplevel binary input packages for package-level dependency resolution.
|
||||
|
||||
### `cloud-init`
|
||||
|
||||
cloud-init packages:
|
||||
|
||||
* `cloud-init`, the core component of this module
|
||||
|
|
|
|||
67
cloud-init.yaml
Normal file
67
cloud-init.yaml
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
---
|
||||
document: modulemd
|
||||
version: 1
|
||||
data:
|
||||
summary: cloud-init module
|
||||
description: >-
|
||||
A module with Cloud instance init scripts and other required packages.
|
||||
license:
|
||||
module: [MIT]
|
||||
dependencies:
|
||||
buildrequires:
|
||||
bootstrap: master
|
||||
python3: master
|
||||
requires:
|
||||
platform: master
|
||||
python3: master
|
||||
python3-ecosystem: master
|
||||
references:
|
||||
community: https://docs.pagure.org/modularity/
|
||||
documentation: https://github.com/modularity-modules/cloud-init
|
||||
tracker: https://github.com/modularity-modules/cloud-init
|
||||
api:
|
||||
rpms:
|
||||
- cloud-init
|
||||
profiles:
|
||||
default:
|
||||
description: A standard profile.
|
||||
rpms:
|
||||
- cloud-init
|
||||
components:
|
||||
rpms:
|
||||
cloud-init:
|
||||
rationale: Generated.
|
||||
ref: f27
|
||||
net-tools:
|
||||
rationale: Generated.
|
||||
ref: f27
|
||||
pyserial:
|
||||
rationale: Generated.
|
||||
ref: f27
|
||||
python-configobj:
|
||||
rationale: Generated.
|
||||
ref: f27
|
||||
python-jinja2:
|
||||
rationale: Generated.
|
||||
ref: f27
|
||||
python-jsonpatch:
|
||||
rationale: Generated.
|
||||
ref: f27
|
||||
python-jsonpointer:
|
||||
rationale: Generated.
|
||||
ref: f27
|
||||
python-jwt:
|
||||
rationale: Generated.
|
||||
ref: f27
|
||||
python-markupsafe:
|
||||
rationale: Generated.
|
||||
ref: f27
|
||||
python-oauthlib:
|
||||
rationale: Generated.
|
||||
ref: f27
|
||||
python-prettytable:
|
||||
rationale: Generated.
|
||||
ref: f27
|
||||
PyYAML:
|
||||
rationale: Generated.
|
||||
ref: f27
|
||||
Loading…
Add table
Add a link
Reference in a new issue