Bug 266847 - [newport] net/cloud-init-devel
Summary: [newport] net/cloud-init-devel
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Joseph Mingrone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-05 14:18 UTC by Mina Galić
Modified: 2022-10-14 21:17 UTC (History)
3 users (show)

See Also:


Attachments
add net/cloud-init-devel (6.95 KB, patch)
2022-10-05 14:18 UTC, Mina Galić
no flags Details | Diff
add net/cloud-init-devel (7.11 KB, patch)
2022-10-05 15:11 UTC, Mina Galić
no flags Details | Diff
bump version, drop portrevision (7.09 KB, patch)
2022-10-06 13:03 UTC, Mina Galić
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mina Galić freebsd_triage 2022-10-05 14:18:44 UTC
Created attachment 237103 [details]
add net/cloud-init-devel

This port is for the brave to help test the project of improving
cloud-init for BSD support[1], *as I am working on it*.

It'll be updated on a weekly basis to point at main, or as new BSD relevant patches come in.

[1]: https://freebsdfoundation.org/project/freebsd-as-a-tier-i-cloud-init-platform/
Comment 1 Mina Galić freebsd_triage 2022-10-05 15:11:27 UTC
Created attachment 237107 [details]
add net/cloud-init-devel

run portclippy and portfmt over the Makefile.
n.b.: This should also be done for net/cloud-init, since this port his just a copy
Comment 2 Mina Galić freebsd_triage 2022-10-06 13:03:11 UTC
Created attachment 237121 [details]
bump version, drop portrevision

bump version, drop portrevision
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-10-14 19:29:57 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a46960b1350961e89ff03494d21f6616b7803e4f

commit a46960b1350961e89ff03494d21f6616b7803e4f
Author:     Mina Galić <me+git@igalic.co>
AuthorDate: 2022-09-14 21:16:04 +0000
Commit:     Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2022-10-14 19:28:46 +0000

    net/cloud-init-devel: [New port] Customize cloud instances

    Cloud-init is the industry standard multi-distribution method for
    cross-platform cloud instance initialization. It is supported across all
    major public cloud providers, provisioning systems for private cloud
    infrastructure, and bare-metal installations. This is the development
    version, it follows the git HEAD.

    WWW: https://cloud-init.io/

    PR:             266847
    Sponsored by:   The FreeBSD Foundation

    Co-authored-by: Joseph Mingrone <jrm@FreeBSD.org>

 net/Makefile                                       |  1 +
 net/cloud-init-devel/Makefile (new)                | 63 ++++++++++++++++++++++
 net/cloud-init-devel/distinfo (new)                |  3 ++
 .../files/patch-cloudinit_settings.py (new)        | 20 +++++++
 .../patch-config_cloud.cfg.d_99__freebsd.cfg (new) |  5 ++
 net/cloud-init-devel/files/patch-setup.py (new)    | 11 ++++
 net/cloud-init-devel/pkg-descr (new)               |  4 ++
 net/cloud-init-devel/pkg-message (new)             | 11 ++++
 8 files changed, 118 insertions(+)