]> git-server-git.apps.pok.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>
Wed, 3 Mar 2021 13:12:46 +0000 (14:12 +0100)
commitf42ed8e1e06820d7a21b892c55b4711b894c294b
tree566c4c42e78c2a1949f65d1c01f2e4484358248b
parent95949ec787e7bf8213698cd5c2d02c9c328e9d1f
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