zoukankan      html  css  js  c++  java
  • ironic port bind

    neutron 

    provision prot unlpug
    
    
    209393 [~JG05-SA-01-CE8850-100GE1/0/12]undo port default vlan 1
    209394 [~JG05-SA-01-CE8850-100GE1/0/12]commit
    209395 [~JG05-SA-01-CE8850-100GE1/0/12]return
    209396 <JG05-SA-01-CE8850> send_commands_to_device /usr/lib/python2.7/site-packages/networking_generic_switch/           devices/netmiko_devices/__init__.py:152
    209397 2020-06-08 19:24:03.382 54668 INFO networking_generic_switch.generic_switch_mech [req-01b71dc3-0be0-46e9-         86d1-4a7798d4d73d fde919fba81146bfa6a74a5a8e483f45 42272601916748e2ba64d8a1c5413ba4 - default default]            Port f407a40c-66c1-45dd-901e-ef146980ad5a has been unplugged from network 1fcf749d-8e67-40ad-8718-                e5daa85453fc on device JG05-SA-01-CE8850

    1fcf749d-8e67-40ad-8718-e5daa85453fc网络详情

     

    provision prot unlpug之后被删除
    neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
    Unable to find port with name or id 'f407a40c-66c1-45dd-901e-ef146980ad5a'
    [root@bogon good]# 
    2020-06-08 19:24:06.445 54697 DEBUG neutron.notifiers.nova [-] Sending events: [{'status': 'completed',           'tag': u'fe63f730-8d74-4936-aa4c-5b4112d11640', 'name': 'network-vif-plugged', 'server_uuid': u'e621ae44-         34fd-40cb-8562-870caf408131'}] send_events /usr/lib/python2.7/site-packages/neutron/notifiers/nova.py:241
    209490 2020-06-08 19:24:08.015 54697 INFO neutron.notifiers.nova [-] Nova event response: {u'status':                    u'completed', u'tag': u'fe63f730-8d74-4936-aa4c-5b4112d11640', u'name': u'network-vif-plugged',                   u'server_uuid': u'e621ae44-34fd-40cb-8562-870caf408131', u'code': 200}
    server.log:80538:2020-06-10 13:43:06.912 47608 DEBUG neutron.notifiers.nova [-] Sending events: [{'status': 'completed', 'tag': u'd3992859-5853-43dc-bc5c-c3ee01865f23', 'name': 'network-vif-plugged', 'server_uuid': u'7930805d-3e0b-4006-a34b-094dd666b631'}] send_events /usr/lib/python2.7/site-packages/neutron/notifiers/nova.py:241

    nova

     neutron.notifiers.nova [-] Nova event response: {u'status': u'completed', u'tag': u'd9cf0597-0cc4-4526-8511-856729e3c460', u'name': u'network-changed', u'server_uuid': u'a34d684a-527b-4dc0-90c2-1e886cd6c498', u'code': 200}
     neutron.notifiers.nova [-] Nova event response: {u'status': u'completed', u'tag': u'd9cf0597-0cc4-4526-8511-856729e3c460', u'name': u'network-vif-deleted', u'server_uuid': u'a34d684a-527b-4dc0-90c2-1e886cd6c498', u'code': 200}

     ironic

    ironic-conductor.log:2020-06-08 19:15:18.445 7858 INFO ironic.conductor.manager [req-8e99e6cf-bd25-49ff-beec-3b728bbe4501 33c5f89c308d40869e04811a2463898f 42272601916748e2ba64d8a1c5413ba4 - default default] VIF fe63f730-8d74-4936-aa4c-5b4112d11640 successfully attached to node c2b298f4-3fdf-44fb-b67d-efefca11dbf9
    ironic-conductor.log:2020-06-08 19:24:04.060 7858 DEBUG ironic.drivers.modules.network.common [req-61320826-d853-4482-a0c9-d932cfe51d3e - - - - -] Mapping tenant port fe63f730-8d74-4936-aa4c-5b4112d11640 to node c2b298f4-3fdf-44fb-b67d-efefca11dbf9 plug_port_to_tenant_network /usr/lib/python2.7/site-packages/ironic/drivers/modules/network/common.py:234
  • 相关阅读:
    Python学习笔记(11)递归与匿名函数
    Python学习笔记(10)局部变量、全局变量、常量
    Python学习笔记(8)函数、位置参数、可变参数、关键字参数
    Pyhthon学习笔记(7)三元表达式及列表生成式
    Python自动化学习笔记(5)字符串常用的方法
    Python自动化学习(4)列表与字符串的切片操作
    python自动化学习笔记(3)列表list和字典dict
    python自动化学习笔记(2)字符串格式化输出与条件判断及循环语句
    Python自动化学习笔记(1)认识接口测试以及postman、Charles工具简单应用
    《软件测试的艺术》 阅读整理(二)
  • 原文地址:https://www.cnblogs.com/dream397/p/13068046.html
Copyright © 2011-2022 走看看