node-init requires access to /usr/bin
Bug #1781605 reported by
Ricardo Rocha
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R5.0 |
Fix Committed
|
Medium
|
Ricardo Rocha | |||
Trunk |
Fix Committed
|
Medium
|
Ricardo Rocha |
Bug Description
contrail-
https:/
We do have the host's /usr/bin mounted, but as we rely on Atomic this directory is read-only.
Not sure if the best is to redo the logic to not require a local script, or to put these scripts is a directory which is not readonly.
information type: | Proprietary → Public |
description: | updated |
tags: | added: build |
tags: | added: helm |
To post a comment you must log in.
@Ricardo,
what tool you are use to deploy?
node-init create contrail-status utility to allow to run it and see detailed status of contrails' components.
I see two options:
1) you can mount any other directory from host that is not read-only and in the PATH to be able to run contrail-status
2) I can fix container: if target is read-only then node-init willn't create contrail-status file there