Skip to content

modified kubevirt scripts to use populators - #16

Open
jobbler wants to merge 5 commits into
openshift-metal3:mainfrom
jobbler:ocp_scripts
Open

modified kubevirt scripts to use populators#16
jobbler wants to merge 5 commits into
openshift-metal3:mainfrom
jobbler:ocp_scripts

Conversation

@jobbler

@jobbler jobbler commented Oct 3, 2024

Copy link
Copy Markdown

Modified the kubevirt scripts to use volume populators

@mvazquezc

mvazquezc commented Oct 3, 2024

Copy link
Copy Markdown
Contributor

This looks good from my side.

@jobbler

jobbler commented Oct 3, 2024

Copy link
Copy Markdown
Author

@elfosardo I could not add reviewers to this PR. Can you review it and possibly merge it if its ok?

@jobbler jobbler changed the title created ocp populator scripts modified kubevirt scripts to use populators Oct 10, 2024
@@ -1,5 +1,5 @@
FROM registry.fedoraproject.org/fedora-minimal:40
MAINTAINER Mario Vazquez <mavazque@redhat.com>
MAINTAINER https://github.com/openshift-metal3/fakefish

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

this doesn't look like part of this change

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

were you wanting this changed back to Mario? I set it to the project since it was updated and did not know if he wanted his name there still. I can change it back if desired. makes no difference to the functionality.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I guess we don't have a good value to put here..

Comment thread kubevirt_scripts/README.md Outdated
@v1k0d3n

v1k0d3n commented Mar 11, 2025

Copy link
Copy Markdown

Hi, can we get this merged in, please? It's been sitting for a while; currently I need to cherry pick this PR to get things working. I can verify it's needed. Thank you.

Comment thread kubevirt_scripts/unmountcd.sh Outdated
oc -n ${VM_NAMESPACE} patch vm ${VM_NAME} --patch-file /tmp/${VM_NAME}.patch --type json
if [ $? -eq 0 ]; then
oc -n ${VM_NAMESPACE} delete configmap ${VM_NAME}-iso-ca &> /dev/null
#oc -n ${VM_NAMESPACE} delete configmap ${VM_NAME}-iso-ca &> /dev/null

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Was this left commented out on purpose? If it's not needed, let's remove it entirely.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@jobbler could you remove these comments so we can get this merged?

@jobbler jobbler Aug 11, 2025

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

@mvazquezc sorry, I did not see this request. I have removed the commentted line.

@mvazquezc

Copy link
Copy Markdown
Contributor

hey @dtantsur could we merge this and I'll fix the comments stuff in a new PR?

Thanks

@mvazquezc

Copy link
Copy Markdown
Contributor

@dtantsur Can we get this merged? thanks.

@jobbler

jobbler commented Apr 17, 2026

Copy link
Copy Markdown
Author

Could you provide an update on the status of this PR and whether it's likely to be merged soon?

@v1k0d3n

v1k0d3n commented Jul 5, 2026

Copy link
Copy Markdown

@jobbler I wonder if https://github.com/kubevirt/redfish-controller would work for what you're trying to do? At least it's now part of KubeVirt directly, and should have access to the orgs CI tooling going forward.

@dtantsur

Copy link
Copy Markdown
Member

I wonder if https://github.com/kubevirt/redfish-controller would work for what you're trying to do?

I also recommend everyone to migrate to KubeVirt's code.


# OCP scripts

These scripts are derivitives of the scripts in this repositories `kubevirt_scripts` directory and then modified to use populators to create the PVC for the CDROM ISO.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

typo: derivatives

Most importantly, I don't even understand this sentence. What is derived from what?


## Building

The container image can be built by running `make build-ocp`.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

There is no build-ocp target.

@mvazquezc mvazquezc mentioned this pull request Jul 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants