Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@3d166b1f2b44:~/demo/basic# ./bootstrap.sh
- 2017-04-04 15:52:23,556 - opnfv.deployment.manager - INFO - Fetching /root/tackerc from 10.20.0.3
- 2017-04-04 15:52:23,642 - opnfv.deployment.manager - INFO - Successfully copied 10.20.0.3:/root/tackerc to /home/opnfv/demo/basic/tackerc
- 2017-04-04 15:52:23,643 - opnfv.deployment.manager - INFO - Fetching /opt/opendaylight/etc/jetty.xml from 10.20.0.3
- 2017-04-04 15:52:23,676 - opnfv.deployment.manager - INFO - Successfully copied 10.20.0.3:/opt/opendaylight/etc/jetty.xml to /home/opnfv/demo/basic/jetty.xml
- 2017-04-04 15:52:23,677 - Fetch Credentials - INFO - Tacker creds fetched in /home/opnfv/demo/basic/tackerc
- 2017-04-04 15:52:23,677 - Fetch Credentials - INFO - OpenDaylight IP: 192.168.0.3
- 2017-04-04 15:52:23,678 - Fetch Credentials - INFO - OpenDaylight port: 8181
- 2017-04-04 15:52:29,110 - opnfv.deployment.manager - INFO - Fetching /opt/opendaylight/etc/jetty.xml from 10.20.0.3
- 2017-04-04 15:52:29,153 - opnfv.deployment.manager - INFO - Successfully copied 10.20.0.3:/opt/opendaylight/etc/jetty.xml to /home/opnfv/demo/basic/jetty.xml
- 2017-04-04 15:52:29,154 - __main__ - INFO - This is a compute: {'cluster': '1', 'mac': '52:54:00:df:76:a9', 'status_node': 'ready', 'online': '1'}
- 2017-04-04 15:52:29,154 - __main__ - INFO - This is a compute: {'cluster': '1', 'mac': '52:54:00:06:e5:82', 'status_node': 'ready', 'online': '1'}
- 2017-04-04 15:52:29,155 - sfc.lib.utils - INFO - bringing up br-int iface and flushing arp tables
- 2017-04-04 15:52:29,394 - sfc.lib.utils - INFO - route 11.0.0.0/24 already exists
- 2017-04-04 15:52:29,576 - sfc.lib.utils - INFO - route 11.0.0.0/24 already exists
- 2017-04-04 15:52:29,576 - sfc.lib.utils - INFO - Configuring iptables -P INPUT ACCEPT on contoller
- 2017-04-04 15:52:29,605 - sfc.lib.utils - INFO - Configuring iptables -t nat -P INPUT ACCEPT on contoller
- 2017-04-04 15:52:29,676 - sfc.lib.utils - INFO - Configuring iptables -A INPUT -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT on contoller
- 2017-04-04 15:52:29,747 - sfc.lib.utils - INFO - Using old image
- 2017-04-04 15:52:29,995 - openstack_utils - INFO - Creating flavor 'custom' with '1500' RAM, '10' disk size, '1' vcpus...
- 2017-04-04 15:52:30,605 - openstack_utils - INFO - Creating image 'sfc_nsh_danube' from '/home/opnfv/functest/data/sfc_nsh_danube.qcow2'...
- 2017-04-04 15:52:38,932 - openstack_utils - INFO - Creating neutron network example-net...
- 2017-04-04 15:52:42,789 - openstack_utils - INFO - Creating security group 'example-sg'...
- 2017-04-04 15:52:47,576 - sfc.lib.topology_shuffler - INFO - Creating enpoint and VNF topology on the compute hosts
- 2017-04-04 15:52:47,577 - sfc.lib.topology_shuffler - INFO -
- All endpoints and VNFs are on a single host.
- This is the baseline test.
- 2017-04-04 15:52:47,577 - __main__ - INFO - This test is run with the topology CLIENT_SERVER_VNF_SAME_HOST
- 2017-04-04 15:52:47,577 - __main__ - INFO - Topology description:
- All endpoints and VNFs are on a single host.
- This is the baseline test.
- 2017-04-04 15:52:47,577 - sfc.lib.utils - INFO - Creating instance 'client'...
- 2017-04-04 15:53:12,710 - sfc.lib.utils - INFO - Creating instance 'server'...
- 2017-04-04 15:53:21,343 - __main__ - INFO - SERVER PRIVATE IP: 11.0.0.11
- 2017-04-04 15:53:26,996 - opnfv.deployment.manager - INFO - Fetching /opt/opendaylight/etc/jetty.xml from 10.20.0.3
- 2017-04-04 15:53:27,111 - opnfv.deployment.manager - INFO - Successfully copied 10.20.0.3:/opt/opendaylight/etc/jetty.xml to /home/opnfv/demo/basic/jetty.xml
- 2017-04-04 15:53:27,729 - sfc.lib.topology_shuffler - INFO - Creating enpoint and VNF topology on the compute hosts
- 2017-04-04 15:53:27,729 - sfc.lib.topology_shuffler - INFO -
- All endpoints and VNFs are on a single host.
- This is the baseline test.
- 2017-04-04 15:53:27,729 - __main__ - INFO - This test is run with the topology CLIENT_SERVER_VNF_SAME_HOST
- 2017-04-04 15:53:27,729 - __main__ - INFO - Topology description:
- All endpoints and VNFs are on a single host.
- This is the baseline test.
- 2017-04-04 15:53:27,729 - tacker_utils - INFO - VNFD template:
- template_name: test-vnfd1
- description: firewall1-example
- service_properties:
- Id: firewall1-vnfd
- vendor: tacker
- version: 1
- type:
- - firewall1
- vdus:
- vdu1:
- id: vdu1
- vm_image: sfc_nsh_danube
- instance_type: custom
- service_type: firewall1
- network_interfaces:
- management:
- network: example-net
- management: true
- placement_policy:
- availability_zone: { get_input: zone }
- auto-scaling: noop
- monitoring_policy: noop
- failure_policy: respawn
- config:
- param0: key0
- param1: key1
- 2017-04-04 15:53:27,887 - tacker_utils - INFO - VNFD template:
- template_name: test-vnfd2
- description: firewall2-example
- service_properties:
- Id: firewall2-vnfd
- vendor: tacker
- version: 1
- type:
- - firewall2
- vdus:
- vdu1:
- id: vdu1
- vm_image: sfc_nsh_danube
- instance_type: custom
- service_type: firewall2
- network_interfaces:
- management:
- network: example-net
- management: true
- placement_policy:
- availability_zone: { get_input: zone }
- auto-scaling: noop
- monitoring_policy: noop
- failure_policy: respawn
- config:
- param0: key0
- param1: key1
- 2017-04-04 15:53:32,689 - tacker_utils - INFO - Waiting for vnf {u'status': u'PENDING_CREATE', u'name': u'testVNF1', u'tenant_id': u'2fa8887b80ab44d59620d0221b2b37db', u'instance_id': None, u'mgmt_url': None, u'attributes': {u'param_values': u'vdus:\n vdu1:\n param:\n zone: nova::node-2.domain.tld\n'}, u'id': u'46f27472-958c-4e5b-abd1-a64e1cd517d7', u'description': u'firewall1-example'}
- 2017-04-04 15:54:03,635 - tacker_utils - INFO - Waiting for vnf {u'status': u'PENDING_CREATE', u'name': u'testVNF2', u'tenant_id': u'2fa8887b80ab44d59620d0221b2b37db', u'instance_id': None, u'mgmt_url': None, u'attributes': {u'param_values': u'vdus:\n vdu1:\n param:\n zone: nova::node-2.domain.tld\n'}, u'id': u'8e823efc-49e8-4c22-9274-94777e825277', u'description': u'firewall2-example'}
- 2017-04-04 15:54:11,569 - __main__ - INFO - +--------------------------------------+------+-------------+--------------+-------------+--------+
- | id | name | description | infra_driver | symmetrical | status |
- +--------------------------------------+------+-------------+--------------+-------------+--------+
- | 71a85c90-b49e-49d3-b88b-bef0ec1da335 | blue | | opendaylight | False | ACTIVE |
- | 8ebfcd67-4e4e-480a-875f-35fe64590274 | red | | opendaylight | False | ACTIVE |
- +--------------------------------------+------+-------------+--------------+-------------+--------+
- 2017-04-04 15:54:13,249 - __main__ - INFO - +--------------------------------------+----------+-------------+-------------------------------------------------------+--------+
- | id | name | description | acl_match_criteria | status |
- +--------------------------------------+----------+-------------+-------------------------------------------------------+--------+
- | 99e80890-6f39-48ed-ae9f-18040c41ad40 | red_http | | {u'source_port': 0, u'protocol': 6, u'dest_port': 80} | ACTIVE |
- | d722c042-a39f-4b8c-8895-485757935550 | red_ssh | | {u'source_port': 0, u'protocol': 6, u'dest_port': 22} | ACTIVE |
- +--------------------------------------+----------+-------------+-------------------------------------------------------+--------+
- 2017-04-04 15:54:13,470 - sfc.lib.utils - INFO - RSPs in ODL Operational DataStore:
- 2017-04-04 15:54:13,470 - sfc.lib.utils - INFO - {'0x22_22': ['nova::node-2.domain.tld'], '0x22_80': ['nova::node-2.domain.tld']}
- 2017-04-04 15:54:13,733 - sfc.lib.utils - INFO - RSPs in compute nodes:
- 2017-04-04 15:54:13,734 - sfc.lib.utils - INFO - {'nova::node-3.domain.tld': [], 'nova::node-2.domain.tld': []}
- 2017-04-04 15:54:14,734 - sfc.lib.utils - INFO - RSPs in ODL Operational DataStore:
- 2017-04-04 15:54:14,735 - sfc.lib.utils - INFO - {'0x22_22': ['nova::node-2.domain.tld'], '0x22_80': ['nova::node-2.domain.tld']}
- 2017-04-04 15:54:14,993 - sfc.lib.utils - INFO - RSPs in compute nodes:
- 2017-04-04 15:54:14,993 - sfc.lib.utils - INFO - {'nova::node-3.domain.tld': [], 'nova::node-2.domain.tld': []}
- 2017-04-04 15:54:15,452 - sfc.lib.utils - INFO - Instance name and ip ta-3efc-49e8-4c22-9274-94777e825277-vdu1-lqtcacwcz753:172.16.0.141
- 2017-04-04 15:54:15,453 - sfc.lib.utils - INFO - Waiting for instance ta-3efc-49e8-4c22-9274-94777e825277-vdu1-lqtcacwcz753:172.16.0.141 to come up
- 2017-04-04 15:54:15,995 - sfc.lib.utils - INFO - RSPs in ODL Operational DataStore:
- 2017-04-04 15:54:15,995 - sfc.lib.utils - INFO - {'0x22_22': ['nova::node-2.domain.tld'], '0x22_80': ['nova::node-2.domain.tld']}
- 2017-04-04 15:54:16,341 - sfc.lib.utils - INFO - RSPs in compute nodes:
- 2017-04-04 15:54:16,341 - sfc.lib.utils - INFO - {'nova::node-3.domain.tld': [], 'nova::node-2.domain.tld': ['0x22_80']}
- 2017-04-04 15:54:17,342 - sfc.lib.utils - INFO - RSPs in ODL Operational DataStore:
- 2017-04-04 15:54:17,343 - sfc.lib.utils - INFO - {'0x22_22': ['nova::node-2.domain.tld'], '0x22_80': ['nova::node-2.domain.tld']}
- 2017-04-04 15:54:17,477 - sfc.lib.utils - INFO - SF:172.16.0.141 is reachable
- 2017-04-04 15:54:17,541 - sfc.lib.utils - INFO - RSPs in compute nodes:
- 2017-04-04 15:54:17,541 - sfc.lib.utils - INFO - {'nova::node-3.domain.tld': [], 'nova::node-2.domain.tld': ['0x22_80']}
- 2017-04-04 15:54:18,543 - sfc.lib.utils - INFO - RSPs in ODL Operational DataStore:
- 2017-04-04 15:54:18,543 - sfc.lib.utils - INFO - {'0x22_22': ['nova::node-2.domain.tld'], '0x22_80': ['nova::node-2.domain.tld']}
- 2017-04-04 15:54:18,844 - sfc.lib.utils - INFO - RSPs in compute nodes:
- 2017-04-04 15:54:18,845 - sfc.lib.utils - INFO - {'nova::node-3.domain.tld': [], 'nova::node-2.domain.tld': ['0x22_80']}
- 2017-04-04 15:54:19,831 - sfc.lib.utils - INFO - Instance name and ip ta-7472-958c-4e5b-abd1-a64e1cd517d7-vdu1-gmachyju5eeo:172.16.0.130
- 2017-04-04 15:54:19,831 - sfc.lib.utils - INFO - Waiting for instance ta-7472-958c-4e5b-abd1-a64e1cd517d7-vdu1-gmachyju5eeo:172.16.0.130 to come up
- 2017-04-04 15:54:19,846 - sfc.lib.utils - INFO - RSPs in ODL Operational DataStore:
- 2017-04-04 15:54:19,848 - sfc.lib.utils - INFO - {'0x22_22': ['nova::node-2.domain.tld'], '0x22_80': ['nova::node-2.domain.tld']}
- 2017-04-04 15:54:20,119 - sfc.lib.utils - INFO - RSPs in compute nodes:
- 2017-04-04 15:54:20,119 - sfc.lib.utils - INFO - {'nova::node-3.domain.tld': [], 'nova::node-2.domain.tld': ['0x22_80']}
- 2017-04-04 15:54:21,120 - sfc.lib.utils - INFO - RSPs in ODL Operational DataStore:
- 2017-04-04 15:54:21,120 - sfc.lib.utils - INFO - {'0x22_22': ['nova::node-2.domain.tld'], '0x22_80': ['nova::node-2.domain.tld']}
- 2017-04-04 15:54:21,360 - sfc.lib.utils - INFO - RSPs in compute nodes:
- 2017-04-04 15:54:21,360 - sfc.lib.utils - INFO - {'nova::node-3.domain.tld': [], 'nova::node-2.domain.tld': ['0x22_80']}
- 2017-04-04 15:54:22,362 - sfc.lib.utils - INFO - RSPs in ODL Operational DataStore:
- 2017-04-04 15:54:22,362 - sfc.lib.utils - INFO - {'0x22_22': ['nova::node-2.domain.tld'], '0x22_80': ['nova::node-2.domain.tld']}
- 2017-04-04 15:54:22,578 - sfc.lib.utils - INFO - RSPs in compute nodes:
- 2017-04-04 15:54:22,579 - sfc.lib.utils - INFO - {'nova::node-3.domain.tld': [], 'nova::node-2.domain.tld': ['0x22_80']}
- 2017-04-04 15:54:23,580 - sfc.lib.utils - INFO - RSPs in ODL Operational DataStore:
- 2017-04-04 15:54:23,580 - sfc.lib.utils - INFO - {'0x22_22': ['nova::node-2.domain.tld'], '0x22_80': ['nova::node-2.domain.tld']}
- 2017-04-04 15:54:23,765 - sfc.lib.utils - INFO - RSPs in compute nodes:
- 2017-04-04 15:54:23,765 - sfc.lib.utils - INFO - {'nova::node-3.domain.tld': [], 'nova::node-2.domain.tld': ['0x22_80']}
- 2017-04-04 15:54:24,766 - sfc.lib.utils - INFO - RSPs in ODL Operational DataStore:
- 2017-04-04 15:54:24,767 - sfc.lib.utils - INFO - {'0x22_22': ['nova::node-2.domain.tld'], '0x22_80': ['nova::node-2.domain.tld']}
- 2017-04-04 15:54:24,960 - sfc.lib.utils - INFO - RSPs in compute nodes:
- 2017-04-04 15:54:24,960 - sfc.lib.utils - INFO - {'nova::node-3.domain.tld': [], 'nova::node-2.domain.tld': ['0x22_80']}
- 2017-04-04 15:54:25,961 - sfc.lib.utils - INFO - RSPs in ODL Operational DataStore:
- 2017-04-04 15:54:25,962 - sfc.lib.utils - INFO - {'0x22_22': ['nova::node-2.domain.tld'], '0x22_80': ['nova::node-2.domain.tld']}
- 2017-04-04 15:54:26,153 - sfc.lib.utils - INFO - RSPs in compute nodes:
- 2017-04-04 15:54:26,154 - sfc.lib.utils - INFO - {'nova::node-3.domain.tld': [], 'nova::node-2.domain.tld': ['0x22_80', '0x22_22']}
- 2017-04-04 15:54:26,154 - sfc.lib.utils - INFO - Classification rules were updated
- 2017-04-04 15:54:26,155 - functest_utils - INFO - wait_for_classification_rules(*(<opnfv.utils.ovs_logger.OVSLogger object at 0x7f8b54126e10>, [<opnfv.deployment.manager.Node object at 0x7f8b56b45190>, <opnfv.deployment.manager.Node object at 0x7f8b56b23d50>], u'192.168.0.3', u'8181', {'testVNF2': 'nova::node-2.domain.tld', 'testVNF1': 'nova::node-2.domain.tld', 'description': '\n All endpoints and VNFs are on a single host.\n This is the baseline test.\n ', 'server': 'nova::node-2.domain.tld', 'client': 'nova::node-2.domain.tld', 'id': 'CLIENT_SERVER_VNF_SAME_HOST'}), **{}) took: 12.9041340351 sec
- 2017-04-04 15:54:27,895 - sfc.lib.utils - INFO - SF:172.16.0.130 is reachable
- 2017-04-04 15:54:29,683 - sfc.lib.utils - INFO - Instance name and ip server:172.16.0.139
- 2017-04-04 15:54:29,683 - sfc.lib.utils - INFO - Waiting for instance server:172.16.0.139 to come up
- 2017-04-04 15:54:37,748 - sfc.lib.utils - INFO - Server:172.16.0.139 is reachable
- 2017-04-04 15:54:39,676 - sfc.lib.utils - INFO - Instance name and ip client:172.16.0.132
- 2017-04-04 15:54:39,676 - sfc.lib.utils - INFO - Waiting for instance client:172.16.0.132 to come up
- 2017-04-04 15:54:47,739 - sfc.lib.utils - INFO - Client:172.16.0.132 is reachable
- 2017-04-04 15:54:47,739 - __main__ - INFO - Client VM IP: 172.16.0.132
- 2017-04-04 15:54:47,739 - __main__ - INFO - Server VM IP: 172.16.0.139
- 2017-04-04 15:54:47,740 - sfc.lib.utils - INFO - Checking SSH connectivity to the SFs with ips [u'172.16.0.130', u'172.16.0.141']
- 2017-04-04 15:54:48,815 - sfc.lib.utils - INFO - SSH connectivity to the SFs established
- 2017-04-04 15:54:48,815 - __main__ - INFO - Starting HTTP server on 172.16.0.139
- 2017-04-04 15:54:49,920 - sfc.lib.utils - INFO - root 2338 12.0 0.7 35992 11804 ? R 17:54 0:00 python -m SimpleHTTPServer 80
- 2017-04-04 15:54:49,920 - __main__ - INFO - Starting HTTP firewall on 172.16.0.141
- 2017-04-04 15:54:57,289 - __main__ - INFO - Starting SSH firewall on 172.16.0.130
- 2017-04-04 15:55:04,637 - __main__ - INFO - Wait for ODL to update the classification rules in OVS
- 2017-04-04 15:55:04,638 - __main__ - INFO - SSH traffic from client to server should be blocked
- 2017-04-04 15:55:04,638 - __main__ - INFO - HTTP traffic from client to server should be accepted
Advertisement
Add Comment
Please, Sign In to add comment