Joseph Marrero Corchado

Results 49 comments of Joseph Marrero Corchado

Ahh, I guess that makes sense. But that means the minimum number is 2 right?

How so? If the current deployment works. You got the one you are executing the upgrade from "safe" from deleting.

original report: https://github.com/ansible/ansible/issues/77769

``` misc-tweaks: rpm.posttrans: ln: failed to create symbolic link '/var/lib/rpm': Read-only file system misc-tweaks: kexec-tools.posttrans: /usr/bin/kdumpctl: line 49: /var/lock/kdump: No such file or directory misc-tweaks: kexec-tools.posttrans: kdump: Create file lock...

Trying to get this running locally first, right now hitting python module issues: ``` File "/usr/lib/coreos-assembler/oscontainer-deprecated-legacy-format.py", line 22, in from cosalib import cmdlib File "/usr/lib/coreos-assembler/cosalib/cmdlib.py", line 15, in import yaml...

I see, I'll try that next I was trying to modify oscontainer.py instead of calling buildah, to call something like ``` buildah_base_argv = ['. /usr/lib/coreos-assembler/cmdlib.sh; prepare_build && . /usr/lib/coreos-assembler/cmdlib.sh &&...

I think I am hitting some kind of argument limit when doing this via string because I get: ``` oscontainer-deprecated-legacy-format.py: error: unrecognized arguments: CoreOS kernel-rt-core ostree rpm-ostree ignition systemd runc...

quite close, just need to handle the actual upload. The image is now being built on the vm. ``` error pushing image "jmarrerotest:412.86.202209302130-0" to "docker://jmarrerotest:412.86.202209302130-0": trying to reuse blob sha256:b38cb92596778e2c18c2bde15f229772fe794af39345dd456c3bf6702cc11eef...

tested this on a pod and locally, it created a oci-archive with the name I pass to the command under --name. for example: `cosa upload-oscontainer --name rhctest` Now generates: ```...

@dustymabe you mean to use it in the pipeline right? If so then this PR now creates the oci-archive. So in the pipeline I need to call `cosa upload-oscontainer` and...