]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
dashboard: add missing parameter in `ceph_cmd` v4.0.49
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 1 Mar 2021 14:22:22 +0000 (15:22 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 3 Mar 2021 11:57:08 +0000 (12:57 +0100)
commitc3304c213b7c7daf425d936b4f209e6038552992
tree4a023c49e8308b8595d7a28e57447d06f439de91
parent858048560e974a78db7d46a9afaebd6ae1a83c55
dashboard: add missing parameter in `ceph_cmd`

the `ceph_cmd` fact is missing the `--net=host` parameter.

Some tasks consuming this fact can fail like following:

```
Error: error configuring network namespace for container b8ec913db1fb694ae683faf202680de7a59c714a004e533aba87e8503d29261f: Missing CNI default network
```

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1931365
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit f143b1a6478bffe0e7ff1c23810d0a5368cf3592)
roles/ceph-dashboard/tasks/configure_dashboard.yml