register XX-GZ-001 education node
This commit is contained in:
parent
95c51c82d6
commit
9627547de8
6 changed files with 157 additions and 5 deletions
34
deployment/nodes/XX-GZ-001.json
Normal file
34
deployment/nodes/XX-GZ-001.json
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"schema": "guanghu.managed-node/v1",
|
||||
"node_id": "XX-GZ-001",
|
||||
"display_name": "小新教育行业节点",
|
||||
"owner": "小新",
|
||||
"provider": "tencent_cloud",
|
||||
"region": "guangzhou",
|
||||
"roles": [
|
||||
"member-owned-application-node",
|
||||
"high-school-teacher-training-workspace",
|
||||
"guanghu-code-channel-candidate-data-plane"
|
||||
],
|
||||
"upstream": "JD-FD-PRIMARY",
|
||||
"connectivity": {
|
||||
"admin_route": "local-private-registry-only",
|
||||
"identity_gate": "provider-instance-plus-dmi-plus-pinned-ssh-host-key",
|
||||
"credential_material": "private_only"
|
||||
},
|
||||
"delivery_policy": {
|
||||
"allowed": [
|
||||
"compiled-application-artifacts",
|
||||
"verified-guanghu-code-channel-offline-package",
|
||||
"protocol-configuration",
|
||||
"server-owned-receipts"
|
||||
],
|
||||
"forbidden": [
|
||||
"application-source-code",
|
||||
"git-working-tree",
|
||||
"open-source-upstream-sync",
|
||||
"automatic-open-source-updates"
|
||||
]
|
||||
},
|
||||
"status": "registered-deployment-pending"
|
||||
}
|
||||
Loading…
Reference in a new issue