资源编排服务 RFS-CCI.Namespace:blueprint样例

时间:2025-02-12 14:53:03

blueprint样例

tosca_definitions_version: huaweicloud_tosca_version_1_0inputs:  flavor:    default: gpu-accelerated    type: string  name:    default: hanyi-ns    type: string  subnet_id:    description: 网络对应子网的网络ID。    label: ''  security_group_id:    description: 网络对应子网所属安全组ID。    label: ''  vpc_id:    description: 网络所在虚拟私有云的ID。    label: ''node_templates:  my-namespace:    properties:      flavor:        get_input: flavor      name:        get_input: name      network:        subnetId:          get_input: subnet_id        networkType: underlay_neutron        securityGroupId:          get_input: security_group_id        vpcId:          get_input: vpc_id        availableZone: cnnorth1a    type: HuaweiCloud.CCI.Namespace
support.huaweicloud.com/tr-aos/cci-namespace.html