mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-10-21 23:16:20 -04:00
cli: write infrastructure to new state file (#2321)
Co-authored-by: 3u13r <lc@edgeless.systems>
This commit is contained in:
parent
8f5a2867b4
commit
322c4aad10
26 changed files with 263 additions and 109 deletions
|
@ -76,6 +76,8 @@ const (
|
|||
|
||||
// ClusterIDsFilename filename that contains Constellation clusterID and IP.
|
||||
ClusterIDsFilename = "constellation-id.json"
|
||||
// StateFilename filename that contains the entire state of the Constellation cluster.
|
||||
StateFilename = "constellation-state.yaml"
|
||||
// ConfigFilename filename of Constellation config file.
|
||||
ConfigFilename = "constellation-conf.yaml"
|
||||
// LicenseFilename filename of Constellation license file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue