init(app): initial version
This commit is contained in:
61
examples/on-premise.json
Normal file
61
examples/on-premise.json
Normal file
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"cluster_name": "production-cluster",
|
||||
"nodes": [
|
||||
{
|
||||
"name": "node-1",
|
||||
"cpu": "4 cores",
|
||||
"memory": "16 GB",
|
||||
"storage": "500 GB",
|
||||
"type": "m6.xlarge",
|
||||
"namespaces": ["default", "dev", "test"]
|
||||
},
|
||||
{
|
||||
"name": "node-2",
|
||||
"cpu": "8 cores",
|
||||
"memory": "32 GB",
|
||||
"storage": "1 TB",
|
||||
"type": "c6.2xlarge",
|
||||
"namespaces": ["default", "prod"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
{
|
||||
"region": "Nuremberg",
|
||||
"instances": [
|
||||
{
|
||||
"cpu": "4 cores",
|
||||
"memory": "8 GB",
|
||||
"storage": "120 GB SSD",
|
||||
"type": "cx21"
|
||||
},
|
||||
{
|
||||
"cpu": "8 cores",
|
||||
"memory": "16 GB",
|
||||
"storage": "240 GB SSD",
|
||||
"type": "cx31"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
{
|
||||
"location": "New York Data Center",
|
||||
"machines": [
|
||||
{
|
||||
"vendor": "Dell PowerEdge R740",
|
||||
"cpu": "16 cores",
|
||||
"memory": "128 GB",
|
||||
"storage": "2 TB HDD",
|
||||
"time_on_duty": "24/7",
|
||||
"initial_cost": "$10,000"
|
||||
},
|
||||
{
|
||||
"vendor": "HPE ProLiant DL380 Gen10",
|
||||
"cpu": "32 cores",
|
||||
"memory": "256 GB",
|
||||
"storage": "4 TB SSD",
|
||||
"time_on_duty": "9/5",
|
||||
"initial_cost": "$15,000"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user