Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #157 from ksimon1/update-ansible-operator
Browse files Browse the repository at this point in the history
update ansible operator to latest version
  • Loading branch information
ksimon1 authored Mar 26, 2020
2 parents 1f665b7 + 199bf6a commit 2bb9e1c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ before_script:
- sudo mount --make-rshared /

- bash -x ci/ci/extra/get-kubevirt-releases

- bash -x ci/prepare-host $CPLATFORM
- bash -x ci/prepare-host virtctl
- bash -x ci/start-cluster $CPLATFORM $CVER
Expand Down
6 changes: 5 additions & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
FROM quay.io/operator-framework/ansible-operator:v0.15.2
FROM quay.io/operator-framework/ansible-operator:v0.16.0

LABEL org.kubevirt.hco.csv-generator.v1="/usr/bin/csv-generator"

COPY requirements.yml ${HOME}/requirements.yml
RUN ansible-galaxy collection install -r ${HOME}/requirements.yml \
&& chmod -R ug+rwx ${HOME}/.ansible

COPY roles/ ${HOME}/roles/
COPY playbooks/ ${HOME}/
COPY watches.yaml ${HOME}/watches.yaml
Expand Down
2 changes: 2 additions & 0 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
collections:
- operator_sdk.util

0 comments on commit 2bb9e1c

Please sign in to comment.