Skip to content

Commit

Permalink
Add pip integration for ansible-operator (#5359)
Browse files Browse the repository at this point in the history
* Add pip integration for ansible-operator

* ansible-operator to rhel9

* Update honeybadger repo_name

* Add crb repo

* Remove .git from web link of ansible-operator-plugins

---------

Co-authored-by: Joep van Delft <jdelft@redhat.com>
Co-authored-by: Joep van Delft <jpvndlft@gmail.com>
  • Loading branch information
3 people committed Nov 13, 2024
1 parent b835f07 commit a2ecc00
Showing 1 changed file with 22 additions and 12 deletions.
34 changes: 22 additions & 12 deletions images/openshift-enterprise-ansible-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,43 @@ content:
branch:
target: release-{MAJOR}.{MINOR}
url: git@github.com:openshift-priv/ansible-operator-plugins.git
web: https://github.com/openshift/ansible-operator-plugins.git
web: https://github.com/openshift/ansible-operator-plugins
ci_alignment:
streams_prs:
commit_prefix: "UPSTREAM: <carry>: "
ci_build_root:
stream: rhel-8-golang-ci-build-root
stream: rhel-9-golang-ci-build-root
pkg_managers:
- pip
cachito:
enabled: true
packages:
pip:
- path: openshift
requirements_files:
- requirements.txt
requirements_build_files:
- requirements-build.txt
- requirements-pre-build.txt
distgit:
branch: rhaos-{MAJOR}.{MINOR}-rhel-8
branch: rhaos-{MAJOR}.{MINOR}-rhel-9
component: openshift-enterprise-ansible-operator-container
enabled_repos:
- rhel-8-baseos-rpms
- rhel-8-appstream-rpms
- rhel-8-server-ose-rpms-embargoed
- rhel-8-server-ansible-2.9-rpms
- rhel-9-baseos-rpms
- rhel-9-appstream-rpms
- rhel-9-codeready-builder-rpms
for_payload: false
from:
builder:
- stream: golang
member: openshift-enterprise-base
- stream: rhel-9-golang
member: openshift-enterprise-base-rhel9
maintainer:
component: Operator SDK
name: openshift/ose-ansible-operator
name: openshift/ose-ansible-rhel9-operator
owners:
- aos-operator-sdk@redhat.com
- jlanford@redhat.com
- fabian@redhat.com
- tgeer@redhat.com
- ckyal@redhat.com
- arsen@redhat.com
non_shipping_repos:
- rhel-8-server-ose-rpms-embargoed

0 comments on commit a2ecc00

Please sign in to comment.