migtools / mig-e2e

End to end tests for OCP Migration
Apache License 2.0
0 stars 11 forks source link

Add default migration namespace #17

Closed fbladilo closed 5 years ago

fbladilo commented 5 years ago

In preparation for the mig-controller CR and mig-operator namespace split, implement a default migration_namespace variable for all roles. By default now set "mig" but should be updated once the dependent PRs for the split are merged.

Added a new config/defaults.yml var file to imported by all playbooks, since this affects almost all roles in the repo.

References : https://github.com/fusor/mig-operator/pull/30 https://github.com/fusor/mig-controller/issues/220