]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
dashboard: add missing parameter in `ceph_cmd`
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 1 Mar 2021 14:22:22 +0000 (15:22 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 12 Mar 2021 08:38:46 +0000 (09:38 +0100)
commit8b69451652a3bef0cf564a95402baaa8b056afe7
tree4af914a2530dd51128cbb5745f8120dc7a7a1d1d
parent54cf6b4c7744f6ca69e9fa7e269a5f41a385a8f5
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