kolla制作过程中:neutron-sfc-agent 报错的问题

Posted potato-chip

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了kolla制作过程中:neutron-sfc-agent 报错的问题相关的知识,希望对你有一定的参考价值。

在使用二进制方式编译镜像的时候,neutron的sfc-agent提示如下错误
ERROR:kolla.image.build:neutron-sfc-agent Failed with status: error
查找编译过程中的日志记录信息,有如下提示信息
ERROR:kolla.image.build.neutron-sfc-agent:Error‘d with the following message
ERROR:kolla.image.build.neutron-sfc-agent:The command ‘/bin/sh -c echo ‘binary not yet available for centos‘ && /bin/false‘ returned a non-zero code: 1
根据kolladocker eutron eutron-sfc-agentDockerfile.j2的描述,发现是目前,sfc-agent还不支持二进制方式,只是支持源码编译模式

{% if install_type == ‘binary‘ %}
RUN echo ‘{{ install_type }} not yet available for {{ base_distro }}‘
&& /bin/false
{% elif install_type == ‘source‘ %}
ADD neutron-sfc-agent-archive /neutron-sfc-agent-source
RUN ln -s neutron-sfc-agent-source/* neutron-sfc-agent
&& /var/lib/kolla/venv/bin/pip --no-cache-dir install --upgrade -c requirements/upper-constraints.txt /neutron-sfc-agent
{% endif %}













以上是关于kolla制作过程中:neutron-sfc-agent 报错的问题的主要内容,如果未能解决你的问题,请参考以下文章

OpenStack——使用Kolla部署OpenStack-allinone云平台

kolla出现问题时的定位方式

记一次成功部署kolla-ansible ocata版本过程

Kolla OpenStack

kolla-ansible 部署多region

使用kolla-ansible部署多节点OpenStack(T版)及对接Ceph