Skip to content

extensions.yaml: New declarative file for extensions#455

Merged
openshift-merge-robot merged 1 commit intoopenshift:masterfrom
cgwalters:extensions-declarative
Dec 2, 2020
Merged

extensions.yaml: New declarative file for extensions#455
openshift-merge-robot merged 1 commit intoopenshift:masterfrom
cgwalters:extensions-declarative

Conversation

@cgwalters
Copy link
Copy Markdown
Member

I was trying to upload a custom oscontainer with a patched
rpm-ostree to help someone test it:
https://bugzilla.redhat.com/show_bug.cgi?id=1865839

And apparently made it incorrectly; doing the build involves
copy-pasting stuff from the internal Jenkins glue.

Let's accomplish two things:

  • Make the list of extensions properly declarative, distinct
    from the code implementing it
  • Move the logic for sticking it into the oscontainer as
    part of coreos-assembler (making this whole repo more declarative)
    And also therefore making oscontainer generation more ergonomic
    to run locally.

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 30, 2020
cgwalters added a commit to cgwalters/coreos-assembler that referenced this pull request Nov 30, 2020
Pairs with openshift/os#455

Since extensions are now a core part of OpenShift 4 (particularly RT kernel)
let's lift the logic to generate those bits of the oscontainer into
this repo and out of the config git.
@cgwalters
Copy link
Copy Markdown
Member Author

Pairs with coreos/coreos-assembler#1916

After we land both we can delete the shell script implementation.

(Though I currently skipped over the special RT kernel versioning handling)

Copy link
Copy Markdown
Member

@ashcrow ashcrow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like it!

cgwalters added a commit to cgwalters/coreos-assembler that referenced this pull request Nov 30, 2020
Pairs with openshift/os#455

Since extensions are now a core part of OpenShift 4 (particularly RT kernel)
let's lift the logic to generate those bits of the oscontainer into
this repo and out of the config git.
Copy link
Copy Markdown
Member

@miabbott miabbott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great idea!

Copy link
Copy Markdown
Member

@jlebon jlebon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One comment, LGTM as is!

Comment thread extensions.yaml Outdated
I was trying to upload a custom oscontainer with a patched
rpm-ostree to help someone test it:
https://bugzilla.redhat.com/show_bug.cgi?id=1865839

And apparently made it incorrectly; doing the build involves
copy-pasting stuff from the internal Jenkins glue.

Let's accomplish two things:

- Make the list of extensions properly declarative, distinct
  from the code implementing it
- Move the logic for sticking it into the oscontainer as
  part of coreos-assembler (making this whole repo more declarative)
  And also therefore making oscontainer generation more ergonomic
  to run locally.
cgwalters added a commit to cgwalters/coreos-assembler that referenced this pull request Dec 2, 2020
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too
@cgwalters cgwalters force-pushed the extensions-declarative branch from a6ffcfe to 4324329 Compare December 2, 2020 21:29
@jlebon
Copy link
Copy Markdown
Member

jlebon commented Dec 2, 2020

/lgtm

@openshift-ci-robot
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ashcrow, cgwalters, jlebon, miabbott

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:
  • OWNERS [ashcrow,cgwalters,jlebon,miabbott]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Dec 2, 2020
@openshift-merge-robot openshift-merge-robot merged commit b1d28d2 into openshift:master Dec 2, 2020
openshift-merge-robot pushed a commit to coreos/coreos-assembler that referenced this pull request Dec 3, 2020
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Feb 22, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Feb 22, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Feb 23, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Feb 23, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Feb 23, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Feb 23, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Feb 23, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Feb 23, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Feb 23, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Feb 23, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Feb 23, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Feb 26, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Feb 26, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Feb 26, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Mar 1, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Mar 1, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Mar 1, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Mar 1, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Mar 1, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Mar 1, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Mar 1, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Mar 1, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Mar 1, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Mar 1, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Mar 1, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Mar 1, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Mar 1, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Mar 18, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Mar 23, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Mar 26, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Mar 29, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Mar 30, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Mar 31, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Mar 31, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Mar 31, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Apr 1, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Apr 9, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Apr 22, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Apr 27, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request Apr 28, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
ravanelli pushed a commit to ravanelli/coreos-assembler that referenced this pull request May 10, 2021
Pairs with openshift/os#455

Add an `oscontainer.yaml` which allows configuring (currently) just
the `FROM` line equivalent.  This helps keep things declarative
in the config instead of part of the pipeline.

And since extensions are now a core part of OpenShift 4 (particularly RT kernel)
which also uses the oscontainer, let's lift the logic to generate
those bits of the oscontainer into this repo and out of the config git.

Both of these are part of the general philosophy we've had that:

 - config git is declarative config
 - coreos-assembler is the mechanism
 - a pipeline just scripts coreos-assembler in a way that's
   easy to reproduce with plain podman too

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants