cloud-barista / cm-damselfly

Apache License 2.0
2 stars 2 forks source link

Need a draft target models for computing infrastructure #5

Closed yunkon-kim closed 2 weeks ago

yunkon-kim commented 9 months ago

Resources/services candidates: VPC, subnet, security group, key, public IP, VM, Disk

Example:

Note - we should discuss and set the header items and that title.

Category Resouces/services Properties/keys Info/values Note
Infrastructure VPC Name my-vpc
Infrastructure VPC CIDR block 192.168.0.0/16
Infrastructure ... ... ... ...
Infrastructure Subnet ... ... ...

In my humble opinion, we could proceed with the following steps.

  1. We can create a Google spreadsheet to easily write down and update the resources/services.
  2. We can develop models by developing Go struct first, and then generating JSON.
  3. We will improve both the spreadsheet and Go struct several times.

Based on the information organized in the Google spreadsheet, we will easily derive relationships with "source models" and "target models" for computing infrastructure.

yunkon-kim commented 2 weeks ago

Inactive