[BUG] epicli init
should generate specification.cloud.subscription_name
for minimal cluster config.
#2968
Labels
epicli init
should generate specification.cloud.subscription_name
for minimal cluster config.
#2968
Describe the bug
When executing
epicli init
for Azure provider there is nospecification.cloud.subscription_name
key in the output file.It means that I'm not able just to run
apply
afterinit
, but I have to manually addsubscription_name
field, or runinit --full
to have full config available. But then what's the point of usingepicli init
since the configuration is insufficient for a cluster deployment.How to reproduce
Steps to reproduce the behavior:
epicli init -p azure -n test
epicli apply
Expected behavior
Minimal cluster config should contain minimum dataset for cluster deployment.
IMO
epicli init
should generate exactly what we have in https://github.com/epiphany-platform/epiphany/blob/develop/schema/azure/defaults/epiphany-cluster.yml - to be agreed.Note: Fix should be applied to all providers.
This may be done together with #2966.
Environment
epicli version: [
2.0.0dev
]Additional context
Add any other context about the problem here.
DoD checklist
The text was updated successfully, but these errors were encountered: