Ccp show-dep shows dependencies not in order they should be deployed
Bug #1616808 reported by
Andrey Sledzinskiy
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
fuel-ccp |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
Steps:
1. Install k8s, latest version of fuel-ccp
2. List dependencies for neutron-server
ccp show-dep neutron-server
Expected - components are listed in order they should be deployed like:
etcd mariadb rabbitmq keystone
Actual - dependencies are listed without any order:
mariadb keystone rabbitmq etcd
It's quite low priority but can ease operator life in case to deploy some specific component
To post a comment you must log in.
For "deploy" command order of services does not matter, but I agree, it could be useful for operators to see dependencies between them. So "show-dep" command could return dependency tree instead of list.