当我创建虚拟模板并尝试从中启动虚拟服务时,我收到有关资源不足的错误,但是我有很多。所以我以某种方式将其配置为错误,但是我不知道哪里出错了。我希望能够启动而不会出现任何错误。
我在线使用了一些指南,包括使用tosca模板对其进行配置的Openstack文档:https://docs.openstack.org/tacker/ocata/devref/vnfd_template_description.html
即使使用给定的示例,但我仍然遇到相同的错误。
Openstack返回:内部服务器错误代码:500资源创建失败:.... 但是,当我在日志中进一步检查时,nova.scheduler.utils给了我错误:“计算资源不足:请求的实例NUMA拓扑无法适应给定的主机NUMA拓扑”
我当前的模板配置:
description: Demo example with auto image creation
metadata: {template_name: sample-tosca-vnfd-image}
topology_template:
inputs:
availabilityzone: {description: The controller availability zone., type: string}
node_templates:
CP1:
requirements:
- virtualLink: {node: VL1}
- virtualBinding: {node: VDU1}
type: tosca.nodes.nfv.CP.Tacker
VDU1:
capabilities:
nfv_compute:
properties:
disk_size: 1 GB
mem_size: 512 MB
mem_page_size: 2
num_cpus: 1
properties:
availability_zone: {get_input: availabilityzone}
image: Cirros_Name
type: tosca.nodes.nfv.VDU.Tacker
VL1:
properties: {cidr: 10.5.0.0/16, dhcp_enabled: false, ip_version: 4, network_name: net1test,
network_type: vlan, physical_network: physnet1, segmentation_id: 100, vendor: Tacker}
type: tosca.nodes.nfv.VL
tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0
我将VDU的大小从64 MB更改为2048,将cpus的数量从1更改为3,并将一些mem_page_sizes更改为
请明确说明,我可以创建模板并使用它,但是在创建VS之后,它会从Pending Create变为:
错误:资源创建失败:ResourceInError:资源。VDU1:由于“消息:已超过最大重试次数而进入状态错误。已用尽所有主机来重试实例02ec79d2-5f15-4d28-9b2e-01dbef29bbeb的构建失败。 ,代码:500英寸