Terjemahan disediakan oleh mesin penerjemah. Jika konten terjemahan yang diberikan bertentangan dengan versi bahasa Inggris aslinya, utamakan versi bahasa Inggris.
AWS.Penerapan. VNFDeployment
Penerapan NF dimodelkan dengan menyediakan infrastruktur dan aplikasi yang terkait dengannya. Atribut cluster menentukan EKS cluster untuk meng-host AndaNFs. Atribut vnfs menentukan fungsi jaringan untuk penyebaran Anda. Anda juga dapat menyediakan operasi kait siklus hidup opsional tipe pre_create dan post_create untuk menjalankan instruksi khusus untuk penerapan Anda, seperti memanggil sistem Manajemen Inventaris. API
Sintaks
tosca.nodes.AWS.Deployment.VNFDeployment:
requirements:
deployment: String
cluster: String
vnfs: List
interfaces:
Hook:
pre_create: String
post_create: String
Persyaratan
-
deployment
-
Sebuah AWS.Deployment. VNFDeploymentsimpul.
Wajib: Tidak
Tipe: String
-
cluster
-
Sebuah AWS.Compute. EKSsimpul.
Wajib: Ya
Tipe: String
-
vnfs
-
Sebuah AWS. VNFsimpul.
Wajib: Ya
Tipe: String
Antarmuka
Kait
Mendefinisikan tahap saat kait siklus hidup dijalankan.
-
pre_create
-
Sebuah AWS. HookExecutionsimpul. Hook ini dijalankan sebelum
VNFDeployment
node menyebar.Wajib: Tidak
Tipe: String
-
post_create
-
Sebuah AWS. HookExecutionsimpul. Hook ini dijalankan setelah
VNFDeployment
node menyebar.Wajib: Tidak
Tipe: String
Contoh
SampleHelmDeploy: type: tosca.nodes.AWS.Deployment.VNFDeployment requirements: deployment: SampleHelmDeploy2 cluster: SampleEKS vnfs: - vnf.SampleVNF interfaces: Hook: pre_create: SampleHook