diff --git a/README.md b/README.md index 1c9c955..3c11a6a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ # cloud-init +A module with Cloud instance init scripts and other required packages -The cloud-init package \ No newline at end of file +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 diff --git a/cloud-init.yaml b/cloud-init.yaml new file mode 100644 index 0000000..2ef09de --- /dev/null +++ b/cloud-init.yaml @@ -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