oceanbase / obdeploy

A deployer and package manager for OceanBase open-source software.
https://open.oceanbase.com
GNU General Public License v3.0
87 stars 132 forks source link

[Bug]: The configuration "all-components.yaml" should contain all components. #169

Closed longdafeng closed 1 year ago

longdafeng commented 1 year ago

Check Before Asking

Environment

The configuration "all-components.yaml" should contain all components(such as configserver, prometheus), but right now it just contains the recommended components, this will leading all-compents.yaml is same as default-example.yaml. 

If add all components into "all-compoents.yaml", please add one default configuration "default-example.yaml" in the example

Fast Reproduce Steps

exmaple/all-components.yaml example/autodeploy/all-components.yaml

Actual Behavior

Add all components' configuration into the configuration "all-components.yaml".

Expected Behavior

No response

Other Information

No response