-
Notifications
You must be signed in to change notification settings - Fork 1.8k
update ansible operator #6483
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
Merged
everettraven
merged 12 commits into
operator-framework:master
from
everettraven:ansible/remove-python-openshift
Jul 10, 2023
Merged
update ansible operator #6483
everettraven
merged 12 commits into
operator-framework:master
from
everettraven:ansible/remove-python-openshift
Jul 10, 2023
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
and the community.kubernetes collection that requires it Signed-off-by: Bryce Palmer <[email protected]>
to only be what is absolutely necessary to get the memcached testdata operator to run Signed-off-by: Bryce Palmer <[email protected]>
Signed-off-by: Bryce Palmer <[email protected]>
Signed-off-by: Bryce Palmer <[email protected]>
Signed-off-by: Bryce Palmer <[email protected]>
Signed-off-by: Bryce Palmer <[email protected]>
Signed-off-by: Bryce Palmer <[email protected]>
Signed-off-by: Bryce Palmer <[email protected]>
Collaborator
|
/lgtm |
oceanc80
approved these changes
Jul 5, 2023
PureRaidenCloud
pushed a commit
to PureRaidenCloud/operator-sdk
that referenced
this pull request
Jul 18, 2023
* upgrade ansible->2.15, update managed dependencies to only be what is absolutely necessary to get the memcached testdata operator to run --------- Signed-off-by: Bryce Palmer <[email protected]> Signed-off-by: PureRaidenCloud <[email protected]>
vkmc
added a commit
to infrawatch/service-telemetry-operator
that referenced
this pull request
Oct 29, 2024
This change [0] in the ansible-operator introduced the removal of both k8s and operator_sdk.util from the base image. This means we now need to add the dependendencies ourselves when building STO. [0] operator-framework/operator-sdk#6483
vkmc
added a commit
to infrawatch/smart-gateway-operator
that referenced
this pull request
Oct 29, 2024
This change [0] in the ansible-operator introduced the removal of both k8s and operator_sdk.util from the base image. This means we now need to add the dependendencies ourselves when building SGO. [0] operator-framework/operator-sdk#6483
vkmc
added a commit
to infrawatch/smart-gateway-operator
that referenced
this pull request
Oct 29, 2024
This change [0] in the ansible-operator introduced the removal of both k8s and operator_sdk.util from the base image. This means we now need to add the dependendencies ourselves when building SGO. [0] operator-framework/operator-sdk#6483
vkmc
added a commit
to infrawatch/smart-gateway-operator
that referenced
this pull request
Oct 29, 2024
This change [0] in the ansible-operator introduced the removal of both k8s and operator_sdk.util from the base image. This means we now need to add the dependendencies ourselves when building SGO. [0] operator-framework/operator-sdk#6483
vkmc
added a commit
to infrawatch/service-telemetry-operator
that referenced
this pull request
Oct 29, 2024
This change [0] in the ansible-operator introduced the removal of both k8s and operator_sdk.util from the base image. This means we now need to add the dependendencies ourselves when building STO. [0] operator-framework/operator-sdk#6483
vkmc
added a commit
to infrawatch/service-telemetry-operator
that referenced
this pull request
Oct 29, 2024
This change [0] in the ansible-operator introduced the removal of both k8s and operator_sdk.util from the base image. This means we now need to add the dependendencies ourselves when building STO. [0] operator-framework/operator-sdk#6483
vkmc
added a commit
to infrawatch/service-telemetry-operator
that referenced
this pull request
Nov 5, 2024
* Use openshift-ansible-operator 4.17 in STO * Use operator-framework/ansible-operator v1.35.0 Images for origin-ansible-operator are no longer being published. We can use ansible-operator directly. ansible-operator v1.35.0 should replace origin-ansible-operator v4.17 * Add ansible-galaxy requirements to STO This change [0] in the ansible-operator introduced the removal of both k8s and operator_sdk.util from the base image. This means we now need to add the dependendencies ourselves when building STO. [0] operator-framework/operator-sdk#6483
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of the change:
Pipfile:ansible-coreansible-runneransible-runner-httpkubernetesurllib3(need to pin this to a version<2due to some issues encountered when running thetestdata/ansible/memcached-operatorwith these changes)community.kubernetescollection (archived and replaced bykubernetes.core)operator_sdk.utilcollectionv0.5.0molecule(v5.1.0)base.Dockerfileto use multi-stage builds where Rust is installed before installing necessary python packages so that any architecture that may be missing prebuilt wheels can have the wheels built during the image build process.A sample base image with these changes can be found at quay.io/rh_ee_bpalmer/ansible-operator:dev
Motivation for the change:
Checklist
If the pull request includes user-facing changes, extra documentation is required:
changelog/fragments(seechangelog/fragments/00-template.yaml)website/content/en/docs