-
Notifications
You must be signed in to change notification settings - Fork 102
docs: Add procedure for configuring custom Heat resource plugins #1770
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
docs: Add procedure for configuring custom Heat resource plugins #1770
Conversation
Add documentation describing how to deploy custom Heat resource plugins using extraMounts to extend the orchestration service with custom resource types. Signed-off-by: rabi <ramishra@redhat.com>
|
Unable to freeze job graph: Job podified-multinode-edpm-deployment-crc depends on openstack-k8s-operators-content-provider which was not run. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rabi The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
recheck |
|
Unable to freeze job graph: Job podified-multinode-edpm-deployment-crc depends on openstack-k8s-operators-content-provider which was not run. |
|
recheck |
| namespace: openstack | ||
| data: | ||
| my_custom_resource.py: | | ||
| <your_plugin_code> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a possibility that these are going to exceed 1MB? Do you also need a procedure to maybe build derived heat containers that have the custom modules built in?
I have a feeling I worked on a Jira related to this and I listed a couple of options that I explored and tested. I have insufficient access to find that Jira now though unfortunately.
Add documentation describing how to deploy custom Heat resource plugins using extraMounts to extend the orchestration service with custom resource types.
jira: OSPRH-25514
Assisted-By: Claude