migtools / mig-operator

OpenShift Migration Operator
Apache License 2.0
66 stars 46 forks source link

Update Dockerfile and playbook for newer operator-sdk and ansible #883

Open jmontleon opened 11 months ago

jmontleon commented 11 months ago

It looks like we're supposed to be installing this now from a requirements.yml.

As an example: https://github.com/operator-framework/operator-sdk/blob/master/testdata/ansible/memcached-operator/Dockerfile https://github.com/operator-framework/operator-sdk/blob/master/testdata/ansible/memcached-operator/requirements.yml

k8s_facts are also good and gone now so we need to replace them with k8s_info.